public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] Kconfig bug (optional choice deselected by following option)
@ 2016-01-17 11:39 Mateusz Kulikowski
  2016-01-17 20:29 ` Masahiro Yamada
  0 siblings, 1 reply; 4+ messages in thread
From: Mateusz Kulikowski @ 2016-01-17 11:39 UTC (permalink / raw)
  To: u-boot

-----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):
<-------------- copy ----------------->
menu "Testmenu"
choice
        prompt "Problem to solve"
        optional
        default n
        help
          Solve one of great world problems

config SOLVE_HUNGER
        bool "Hunger"

config SOLVE_WARS
        bool "Wars"

config CURE_CANCER
        bool "Cancer"

endchoice

config TREES
        default n
        bool "Plant trees in garden" 
endmenu

config BLAH
        default n
        bool "Totally unrelated option"

<------------- paste ------------------->

Now, select HUNGER important problem to solve; Warning - select it with space, _not_ enter + selection from list;
Then select either TREES or BLAH.

Weird thing is - SOLVE_HUNGER is unselected.

It doesn't happen when you select (anything) by entering selection menu (i.e. enter).
Even if you deselect option and then select it with space.

It happens both in menuconfig and nconfig.

It happens both in recent U-Boot b57843e6 and Linux kernel ece62678.

Unfortunately my knowledge of Kconfig is very limited so your help would be appreciated.

Best Regards,
Mateusz
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iQEcBAEBCAAGBQJWm31YAAoJELvtohmVtQzB7dEH/0/9BMe6+Oq38UVSUcjmNzaH
GqUdkK9MN9tYD6euHTcynlT0HZRkDTYCOFmQjG68Lj1Ejx0/Si2KYe6NKexvkysB
HAshC0+rGkbOgW0fkBByL2HY8PGAxtNbSbcwzC7xnhRMCkiPp2xiMy1pwRSOI7tN
dDzXEuuTvGxsGHUm8dSuxGE9Wd96MY71BDzO+vQrP+CiCV7IeKYMfiYhngN6FEBz
Sq5YCljVsSIvsZuBIaJlPuU7vnS64x2RnxkPskln9k4M9gv6GQOAcRb+YZ0PKLOs
qSdzBTvQsEMBdsJBk2nGgBIXUcFSPbAAQwl1FyepFlgm4d6152Wf9BQxFJBNij4=
=zry6
-----END PGP SIGNATURE-----

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-01-17 21:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-17 11:39 [U-Boot] Kconfig bug (optional choice deselected by following option) Mateusz Kulikowski
2016-01-17 20:29 ` Masahiro Yamada
2016-01-17 20:40   ` Masahiro Yamada
2016-01-17 21:14   ` Mateusz Kulikowski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox