From 08221589fc443dc21b927996b8f9cc477934abdc Mon Sep 17 00:00:00 2001 From: Tian Hao Date: Wed, 23 Aug 2017 17:51:31 +0800 Subject: [PATCH] component/esp32 : move Phy outof Wifi section 1. move Phy out of Wifi section 2. lowercase the Ethernet and Phy from 2nd letter. --- components/esp32/Kconfig | 5 +++-- components/ethernet/Kconfig | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/components/esp32/Kconfig b/components/esp32/Kconfig index b50649ce4..d7c297024 100644 --- a/components/esp32/Kconfig +++ b/components/esp32/Kconfig @@ -722,7 +722,9 @@ config ESP32_WIFI_NVS_ENABLED help Select this option to enable WiFi NVS flash -menu PHY +endmenu + +menu Phy config ESP32_PHY_CALIBRATION_AND_DATA_STORAGE bool "Do phy calibration and store calibration data in NVS" @@ -763,4 +765,3 @@ config ESP32_PHY_MAX_TX_POWER default ESP32_PHY_MAX_WIFI_TX_POWER endmenu -endmenu \ No newline at end of file diff --git a/components/ethernet/Kconfig b/components/ethernet/Kconfig index c213a3fc1..11d6d84b2 100644 --- a/components/ethernet/Kconfig +++ b/components/ethernet/Kconfig @@ -1,4 +1,4 @@ -menu ETHERNET +menu Ethernet config DMA_RX_BUF_NUM int "Number of DMA RX buffers" @@ -42,4 +42,4 @@ config EMAC_TASK_PRIORITY help Ethernet MAC task priority. -endmenu \ No newline at end of file +endmenu