From: Tian Hao Date: Wed, 23 Aug 2017 09:51:31 +0000 (+0800) Subject: component/esp32 : move Phy outof Wifi section X-Git-Tag: v3.1-dev~373^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=08221589fc443dc21b927996b8f9cc477934abdc;p=esp-idf component/esp32 : move Phy outof Wifi section 1. move Phy out of Wifi section 2. lowercase the Ethernet and Phy from 2nd letter. --- diff --git a/components/esp32/Kconfig b/components/esp32/Kconfig index b50649ce49..d7c2970242 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 c213a3fc1b..11d6d84b2a 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