diff --git a/components/esp32/Kconfig b/components/esp32/Kconfig index b50649ce4..d7c297024 100644 --- a/components/esp32/Kconfig +++ b/components/esp32/Kconfig @@ -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 diff --git a/components/ethernet/Kconfig b/components/ethernet/Kconfig index c213a3fc1..11d6d84b2 100644 --- a/components/ethernet/Kconfig +++ b/components/ethernet/Kconfig @@ -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