Re: [RFC PATCH 1/2] Kconfig: Introduce "uses" keyword
From: Nicolas Pitre
Date: Sat Apr 18 2020 - 15:11:29 EST
On Sun, 19 Apr 2020, Masahiro Yamada wrote:
> (FOO || !FOO) is difficult to understand, but
> the behavior of "uses FOO" is as difficult to grasp.
Can't this be expressed as the following instead:
depends on FOO if FOO
That would be a little clearer.
Nicolas