Kconfig.projbuild 335 B

12345678910111213141516
  1. menu "TestApp Configuration"
  2. choice TESTAPP_COMPONENT_TEST
  3. prompt "Component under test"
  4. help
  5. Component for which we check their dependencies
  6. config TESTAPP_COMPONENT_ESP_NETIF
  7. bool "esp_netif"
  8. config TESTAPP_COMPONENT_LWIP
  9. bool "lwip"
  10. endchoice
  11. endmenu