WIP FPC-III support
[linux/fpc-iii.git] / scripts / kconfig / tests / inter_choice / Kconfig
blob5698a4018dd0ec2291915861135d88b84f5a57f5
1 # SPDX-License-Identifier: GPL-2.0
3 config MODULES
4         def_bool y
5         option modules
7 choice
8         prompt "Choice"
10 config CHOICE_VAL0
11         tristate "Choice 0"
13 config CHOIVE_VAL1
14         tristate "Choice 1"
16 endchoice
18 choice
19         prompt "Another choice"
20         depends on CHOICE_VAL0
22 config DUMMY
23         bool "dummy"
25 endchoice