xref: /openbmc/u-boot/scripts/kconfig/tests/no_write_if_dep_unmet/Kconfig (revision e91610da7c8a9fe42f3e5a75f06c3d1a0cb5f815)
1config A
2	bool "A"
3
4choice
5	prompt "Choice ?"
6	depends on A
7
8config CHOICE_B
9	bool "Choice B"
10
11config CHOICE_C
12	bool "Choice C"
13
14endchoice
15