Sign in
coral
/
u-boot-mtk
/
2f485ab6f8b8ffef074bd070e63b51192369fc62
/
.
/
scripts
/
kconfig
/
tests
/
rand_nested_choice
/
Kconfig
blob: c591d512929fd275ee92a52b4ffbf1ddd3c86758 [
file
] [
log
] [
blame
]
choice
prompt
"choice"
config A
bool
"A"
config B
bool
"B"
if
B
choice
prompt
"sub choice"
config C
bool
"C"
config D
bool
"D"
if
D
choice
prompt
"subsub choice"
config E
bool
"E"
endchoice
endif
# D
endchoice
endif
# B
endchoice