]> granicus.if.org Git - esp-idf/commitdiff
Merge branch 'bugfix/menuconfig_phy' into 'master'
authorIvan Grokhotkov <ivan@espressif.com>
Thu, 24 Aug 2017 06:34:56 +0000 (14:34 +0800)
committerIvan Grokhotkov <ivan@espressif.com>
Thu, 24 Aug 2017 06:34:56 +0000 (14:34 +0800)
component/esp32 : move Phy out of Wifi section

See merge request !1145

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