OVMS3-idf/tools/ldgen/test/data/Kconfig

20 lines
263 B
Plaintext
Raw Normal View History

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