]> granicus.if.org Git - esp-idf/commitdiff
component/esp32 : move Phy outof Wifi section
authorTian Hao <tianhao@espressif.com>
Wed, 23 Aug 2017 09:51:31 +0000 (17:51 +0800)
committerTian Hao <tianhao@espressif.com>
Wed, 23 Aug 2017 09:51:31 +0000 (17:51 +0800)
1. move Phy out of Wifi section
2. lowercase the Ethernet and Phy from 2nd letter.

components/esp32/Kconfig
components/ethernet/Kconfig

index b50649ce496728ddf697040311ce802267b54453..d7c2970242bb021d68bfd14c3175b597d71ce06c 100644 (file)
@@ -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
index c213a3fc1bbdffb37f60d09eb6d6b0360128ee6d..11d6d84b2a70a944904659bae70d28d55e49b87f 100644 (file)
@@ -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