Re: [U-Boot] Kconfig bug (optional choice deselected by following option)

2016-01-17 Thread Masahiro Yamada
Hi Mateusz, (CCing linux-kbuild, which I think the best place to discuss this topic) I think "default n" in the choice entry is weird because the choice is not boolean. Without it, the weird thing you saw did not happen on my box. Anyway, I'd like Kconfig to say something if it is really a

Re: [U-Boot] Kconfig bug (optional choice deselected by following option)

2016-01-17 Thread Masahiro Yamada
I retract my previous replay. With/without the "default n" in the choice menu, I confirmed the problem happened (in the latest Linux as well as U-Boot). I hope somebody follows up... 2016-01-18 5:29 GMT+09:00 Masahiro Yamada : > Hi Mateusz, > (CCing

Re: [U-Boot] Kconfig bug (optional choice deselected by following option)

2016-01-17 Thread Mateusz Kulikowski
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi All, Just a small update from my side; I used bisect-foo and offending commit (@Linux) seems to be: commit 5d09598d488f081e3be23f885ed65cbbe2d073b5 Author: Arnaud Lacombe Date: Mon Jan 23 17:29:05 2012 -0500

[U-Boot] Kconfig bug (optional choice deselected by following option)

2016-01-17 Thread Mateusz Kulikowski
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi all, I have found weird feature of Kconfig. If I misused something, please let me know - I found at least one place where the same error occurs. Let's consider the following Kconfig (you can put it anywhere in the source tree):