blob: 63d2c5780c9882cc660b6d34ed0145df465c9461 [file] [log] [blame]
choice
bool "choice"
config FOO
bool "foo"
depends on BAR
config BAR
bool "bar"
endchoice