blob: 2d9d725a34caafc1d5ecbddbdf7abdb0ac616bb0 [file] [log] [blame]
config A
bool "A"
choice
prompt "Choice ?"
depends on A
config CHOICE_B
bool "Choice B"
config CHOICE_C
bool "Choice C"
endchoice