12 lines
109 B
Plaintext
12 lines
109 B
Plaintext
choice
|
|
bool "choice"
|
|
|
|
config FOO
|
|
bool "foo"
|
|
depends on BAR
|
|
|
|
config BAR
|
|
bool "bar"
|
|
|
|
endchoice
|