15 lines
139 B
Plaintext
15 lines
139 B
Plaintext
config A
|
|
bool "A"
|
|
|
|
choice
|
|
prompt "Choice ?"
|
|
depends on A
|
|
|
|
config CHOICE_B
|
|
bool "Choice B"
|
|
|
|
config CHOICE_C
|
|
bool "Choice C"
|
|
|
|
endchoice
|