Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0
0002 
0003 config MODULES
0004         def_bool y
0005         modules
0006 
0007 config DEP
0008         tristate
0009         default m
0010 
0011 choice
0012         prompt "Tristate Choice"
0013 
0014 config CHOICE0
0015         tristate "Choice 0"
0016 
0017 config CHOICE1
0018         tristate "Choice 1"
0019         depends on DEP
0020 
0021 endchoice