blob: b7fe394be3657c01b9bbd0c94bc56bd351d6fb9c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Enabled/disabled in the test
config MODULES
bool "modules"
config N
def_tristate n
config M
def_tristate m
menuconfig Y
def_tristate y
config Y_STRING
string
default "y"
|