Files
esp-idf/tools/ldgen/test/data/Kconfig
T

20 lines
263 B
Plaintext
Raw Normal View History

2018-04-18 10:57:45 +08:00
menu "Test config"
config PERFORMANCE_LEVEL
int
range 0 3
prompt "Performance level"
2018-04-18 10:57:45 +08:00
config A
bool
default "y"
config B
bool
default "n"
config C
bool
default "y"
2018-04-18 10:57:45 +08:00
endmenu