13 lines
148 B
Plaintext
13 lines
148 B
Plaintext
config MODULES
|
|
def_bool y
|
|
|
|
config BOOL
|
|
bool "bool 1"
|
|
|
|
config STRING
|
|
string "string"
|
|
|
|
config IGNOREME
|
|
bool "ignore me"
|
|
default y
|