19 lines
263 B
Text
19 lines
263 B
Text
menu "Test config"
|
|
|
|
config PERFORMANCE_LEVEL
|
|
int
|
|
range 0 3
|
|
prompt "Performance level"
|
|
|
|
config A
|
|
bool
|
|
default "y"
|
|
|
|
config B
|
|
bool
|
|
default "n"
|
|
|
|
config C
|
|
bool
|
|
default "y"
|
|
endmenu
|