Sign in
nest-open-source
/
manifest_repos
/
u-boot
/
636d1167e263bc14ab9ee1b3d4fd8f9a8e4b2bc0
/
.
/
scripts
/
kconfig
/
tests
/
rand_nested_choice
/
Kconfig
blob: c591d512929fd275ee92a52b4ffbf1ddd3c86758 [
file
]
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