mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
970986e5b6
LAN8720 function call clean up
15 lines
387 B
Plaintext
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
|