component/esp32 : move Phy outof Wifi section

1. move Phy out of Wifi section
2. lowercase the Ethernet and Phy from 2nd letter.
This commit is contained in:
Tian Hao 2017-08-23 17:51:31 +08:00
parent 2861f3e88e
commit 08221589fc
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