2017-11-17 10:06 GMT+09:00 Nicolas Pitre :
> Since commit 31847b67bec0 ("kconfig: allow use of relations other than
> (in)equality") it is possible to use relational operators in Kconfig
> statements. However, those operators give unexpected results when
> applied to bool/tristate values:
>
>
2017-12-07 0:40 GMT+09:00 Nicolas Pitre :
>
> Ping.
>
I see several kconfig patches queued up.
Patches from Ulf Magnusson have been waiting for longer,
so I will check them first, and I will come back to this as soon as possible.
--
Best Regards
Masahiro Yamada
On 12/06/2017 07:40 AM, Nicolas Pitre wrote:
>
> Ping.
>
> On Thu, 16 Nov 2017, Nicolas Pitre wrote:
>
>> Since commit 31847b67bec0 ("kconfig: allow use of relations other than
>> (in)equality") it is possible to use relational operators in Kconfig
>> statements. However, those operators give un
Ping.
On Thu, 16 Nov 2017, Nicolas Pitre wrote:
> Since commit 31847b67bec0 ("kconfig: allow use of relations other than
> (in)equality") it is possible to use relational operators in Kconfig
> statements. However, those operators give unexpected results when
> applied to bool/tristate values:
>
Since commit 31847b67bec0 ("kconfig: allow use of relations other than
(in)equality") it is possible to use relational operators in Kconfig
statements. However, those operators give unexpected results when
applied to bool/tristate values:
(n < y) = y (correct)
(m < y) = y (correct)
5 matches
Mail list logo