]> git.sur5r.net Git - u-boot/blob - scripts/kconfig/tests/no_write_if_dep_unmet/Kconfig
kconfig: re-sync with Linux 4.17-rc4
[u-boot] / scripts / kconfig / tests / no_write_if_dep_unmet / Kconfig
1 config A
2         bool "A"
3
4 choice
5         prompt "Choice ?"
6         depends on A
7
8 config CHOICE_B
9         bool "Choice B"
10
11 config CHOICE_C
12         bool "Choice C"
13
14 endchoice