forked from xuos/xiuos
13 lines
263 B
Plaintext
13 lines
263 B
Plaintext
menu "test app"
|
|
menuconfig USER_TEST
|
|
bool "Enable application test function "
|
|
default n
|
|
|
|
if USER_TEST
|
|
config USER_TEST_SPI_FLASH
|
|
bool "Config test spi flash"
|
|
default n
|
|
|
|
endif
|
|
endmenu
|