From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id A71A3CCA489 for ; Wed, 13 Jul 2022 19:33:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236927AbiGMTda (ORCPT ); Wed, 13 Jul 2022 15:33:30 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48222 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236815AbiGMTd2 (ORCPT ); Wed, 13 Jul 2022 15:33:28 -0400 Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [IPv6:2001:4b98:dc2:55:216:3eff:fef7:d647]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 588EE2E68B for ; Wed, 13 Jul 2022 12:33:27 -0700 (PDT) Received: from pendragon.ideasonboard.com (62-78-145-57.bb.dnainternet.fi [62.78.145.57]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 872C9BBD; Wed, 13 Jul 2022 21:33:25 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1657740805; bh=T7uqENDvWA6eY/HYMCFLlfoOHPoINtE/FIBo+tyb6ag=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=LL3ixCUruZN84kLn2d+To6dMJxLhxjZZAWsPvmkqsJ1W1PmOWNFDogt3JK5jv9bY6 nDcZNn1j84pXdXqK5nQlZ0L+bK8QmzLZoFeiflAeZDHEScBObLqS08WoQsk+oea4wI NOA/OZA8orjSDehauN0DvAcRkZnu20Lnq6uySrJo= Date: Wed, 13 Jul 2022 22:32:55 +0300 From: Laurent Pinchart To: Sakari Ailus Cc: linux-media@vger.kernel.org Subject: Re: [PATCH 1/1] v4l: Kconfig: Drop subdev API option help text Message-ID: References: <20220713173920.222394-1-sakari.ailus@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org On Wed, Jul 13, 2022 at 08:54:12PM +0300, Laurent Pinchart wrote: > Hi Sakari, > > Thank you for the patch. > > On Wed, Jul 13, 2022 at 08:39:20PM +0300, Sakari Ailus wrote: > > The config option text was recently removed, also remove the help text. > > > > Signed-off-by: Sakari Ailus > > Reviewed-by: Laurent Pinchart Actually, on second thought, isn't it useful to keep the help text as documentation ? > > --- > > drivers/media/v4l2-core/Kconfig | 5 ----- > > 1 file changed, 5 deletions(-) > > > > diff --git a/drivers/media/v4l2-core/Kconfig b/drivers/media/v4l2-core/Kconfig > > index 348559bc24689..60b0c6ee7343a 100644 > > --- a/drivers/media/v4l2-core/Kconfig > > +++ b/drivers/media/v4l2-core/Kconfig > > @@ -11,11 +11,6 @@ config VIDEO_V4L2_I2C > > config VIDEO_V4L2_SUBDEV_API > > bool > > depends on VIDEO_DEV && MEDIA_CONTROLLER > > - help > > - Enables the V4L2 sub-device pad-level userspace API used to configure > > - video format, size and frame rate between hardware blocks. > > - > > - This API is mostly used by camera interfaces in embedded platforms. > > > > config VIDEO_ADV_DEBUG > > bool "Enable advanced debug functionality on V4L2 drivers" -- Regards, Laurent Pinchart