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 82198C43334 for ; Wed, 13 Jul 2022 19:47:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231778AbiGMTrg (ORCPT ); Wed, 13 Jul 2022 15:47:36 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57746 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229685AbiGMTrg (ORCPT ); Wed, 13 Jul 2022 15:47:36 -0400 Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [213.167.242.64]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 73DE120BC2 for ; Wed, 13 Jul 2022 12:47:34 -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 74A14305; Wed, 13 Jul 2022 21:47:32 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1657741652; bh=iiyc2mWwY3Tniixzfn13YpZB6QiW5gtGfapf7vZ6Cio=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=uWXnoSrKSC9brNiZ6S70lgrHrZiu5Ib3PgdopQPRFdxaUxI9sf2tCxzs0RfoHGLsM yNJwN0BImaPuWZSPM8K8XswarzHKBdrjANY8DD5mRn40mVG8+gE0ggrvIz5cWNyCw5 1Y5wW6VWLg3HY27Cv02j23Yx5Q8tn5gCira4hRwk= Date: Wed, 13 Jul 2022 22:47:02 +0300 From: Laurent Pinchart To: Sakari Ailus Cc: Sakari Ailus , 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 10:41:01PM +0300, Sakari Ailus wrote: > On Wed, Jul 13, 2022 at 10:32:55PM +0300, Laurent Pinchart wrote: > > 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 ? > > We haven't generally done that for other such options either. This was > intended for end users IMO. I don't have a strong opinion, but this came to my attention when reviewing your patch that adds selection of GENERIC_PHY_MIPI_DPHY for sun6i. The GENERIC_PHY_MIPI_DPHY symbol isn't user-selectable but has a help text. A short documentation is useful in my opinion. -- Regards, Laurent Pinchart