mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
17 lines
335 B
Plaintext
17 lines
335 B
Plaintext
menu "TestApp Configuration"
|
|
|
|
choice TESTAPP_COMPONENT_TEST
|
|
prompt "Component under test"
|
|
help
|
|
Component for which we check their dependencies
|
|
|
|
config TESTAPP_COMPONENT_ESP_NETIF
|
|
bool "esp_netif"
|
|
|
|
config TESTAPP_COMPONENT_LWIP
|
|
bool "lwip"
|
|
|
|
endchoice
|
|
|
|
endmenu
|