From 2fcbc6aaa5abd644fd7a5ee2c5dc990e31b44cb3 Mon Sep 17 00:00:00 2001 From: Angus Gratton Date: Wed, 14 Aug 2019 11:57:02 +1000 Subject: [PATCH] esp_eth: KConfig formatting fix --- components/esp_eth/Kconfig | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/components/esp_eth/Kconfig b/components/esp_eth/Kconfig index 615b8a2e2..65f42ed60 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