esp-idf/components/esp_eth/test_apps/main/Kconfig.projbuild
2021-12-03 14:28:52 +01:00

15 lines
387 B
Plaintext

menu "esp_eth TEST_APPS Configuration"
choice TARGET_ETH_PHY_DEVICE
prompt "Ethernet peripheral device"
default TARGET_ETH_PHY_DEVICE_IP101
help
Select one of the devices listed here
config TARGET_ETH_PHY_DEVICE_IP101
bool "IP101"
config TARGET_ETH_PHY_DEVICE_LAN87XX
bool "LAN8720"
endchoice
endmenu