mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-01 03:34:32 +02:00
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:
@@ -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
|
@@ -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
|
||||
|
Reference in New Issue
Block a user