9 lines
86 B
Plaintext
9 lines
86 B
Plaintext
choice
|
|
bool "choice"
|
|
default FOO if FOO
|
|
|
|
config FOO
|
|
bool "foo"
|
|
|
|
endchoice
|