diff --git a/components/esp_eth/Kconfig b/components/esp_eth/Kconfig index 615b8a2e26..65f42ed60e 100644 --- a/components/esp_eth/Kconfig +++ b/components/esp_eth/Kconfig @@ -1,9 +1,9 @@ menu "Ethernet" - # Invisible item that is enabled if any Ethernet - # selection is made - config ETH_ENABLED - bool + # Invisible item that is enabled if any Ethernet + # selection is made + config ETH_ENABLED + bool menuconfig ETH_USE_ESP32_EMAC depends on IDF_TARGET_ESP32