Merge branch 'bugfix/menuconfig_phy' into 'master'

component/esp32 : move Phy out of Wifi section

See merge request !1145
This commit is contained in:
Ivan Grokhotkov
2017-08-24 14:34:56 +08:00
2 changed files with 5 additions and 4 deletions

View 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

View 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
endmenu