Sign in
gbmc
/
linux
/
ce7e8a65aa1b7e8a6833403b314fa8f2cf133119
/
.
/
scripts
/
kconfig
/
tests
/
no_write_if_dep_unmet
/
Kconfig
blob: 4767aab6d8e3cd56322369780481e46eeafc1b8c [
file
]
# SPDX-License-Identifier: GPL-2.0
config A
bool
"A"
choice
prompt
"Choice ?"
depends on A
config CHOICE_B
bool
"Choice B"
config CHOICE_C
bool
"Choice C"
endchoice