repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
WIP FPC-III support
[linux/fpc-iii.git]
/
scripts
/
kconfig
/
tests
/
no_write_if_dep_unmet
/
Kconfig
blob
4767aab6d8e3cd56322369780481e46eeafc1b8c
1
# SPDX-License-Identifier: GPL-2.0
2
3
config A
4
bool "A"
5
6
choice
7
prompt "Choice ?"
8
depends on A
9
10
config CHOICE_B
11
bool "Choice B"
12
13
config CHOICE_C
14
bool "Choice C"
15
16
endchoice