[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <nycvar.YSQ.7.76.2004210951160.2671@knanqh.ubzr>
Date: Tue, 21 Apr 2020 09:58:13 -0400 (EDT)
From: Nicolas Pitre <nico@...xnic.net>
To: Saeed Mahameed <saeedm@...lanox.com>
cc: "masahiroy@...nel.org" <masahiroy@...nel.org>,
"jani.nikula@...ux.intel.com" <jani.nikula@...ux.intel.com>,
"Laurent.pinchart@...asonboard.com"
<Laurent.pinchart@...asonboard.com>,
"linux-rdma@...r.kernel.org" <linux-rdma@...r.kernel.org>,
"linux-kbuild@...r.kernel.org" <linux-kbuild@...r.kernel.org>,
"jgg@...pe.ca" <jgg@...pe.ca>,
"airlied@...ux.ie" <airlied@...ux.ie>,
"jernej.skrabec@...l.net" <jernej.skrabec@...l.net>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
"arnd@...db.de" <arnd@...db.de>,
"netdev@...r.kernel.org" <netdev@...r.kernel.org>,
"jonas@...boo.se" <jonas@...boo.se>,
"narmstrong@...libre.com" <narmstrong@...libre.com>,
"kieran.bingham+renesas@...asonboard.com"
<kieran.bingham+renesas@...asonboard.com>,
"leon@...nel.org" <leon@...nel.org>
Subject: Re: [RFC PATCH 1/2] Kconfig: Introduce "uses" keyword
On Tue, 21 Apr 2020, Saeed Mahameed wrote:
> I wonder how many of those 8889 cases wanted a weak dependency but
> couldn't figure out how to do it ?
>
> Users of depends on FOO || !FOO
>
> $ git ls-files | grep Kconfig | xargs grep -E \
> "depends\s+on\s+([A-Za-z0-9_]+)\s*\|\|\s*(\!\s*\1|\1\s*=\s*n)" \
> | wc -l
>
> 156
>
> a new keyword is required :) ..
>
>
> > In another mail I suggested
> >
> > optionally depends on FOO
> >
> > might be a better alternative than "uses".
> >
> >
>
> how about just:
> optional FOO
>
> It is clear and easy to document ..
I don't dispute your argument for having a new keyword. But the most
difficult part as Arnd said is to find it. You cannot pretend that
"optional FOO" is clear when it actually imposes a restriction when
FOO=m. Try to justify to people why they cannot select y because of this
"optional" thing.
Nicolas
Powered by blists - more mailing lists