esp-idf/components/esp_eth/test_apps/main/Kconfig.projbuild
2021-09-08 20:00:14 +08: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_LAN8720
bool "LAN8720"
endchoice
endmenu