OVMS3-idf/tools/ldgen/test/data/Kconfig
2019-04-04 15:56:46 +08:00

20 lines
263 B
Plaintext

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