diff --git a/components/esp_phy/Kconfig b/components/esp_phy/Kconfig index 3b57d38f21..89e4ea4cae 100644 --- a/components/esp_phy/Kconfig +++ b/components/esp_phy/Kconfig @@ -106,11 +106,11 @@ menu "PHY" config ESP_PHY_ENABLE_USB bool "Enable USB when phy init" - depends on USB_OTG_SUPPORTED || ESP_CONSOLE_USB_SERIAL_JTAG + depends on USB_OTG_SUPPORTED || ESP_CONSOLE_USB_SERIAL_JTAG || ESP_CONSOLE_SECONDARY_USB_SERIAL_JTAG default y if IDF_TARGET_ESP32C3 || IDF_TARGET_ESP32S3 default n help When using USB Serial/JTAG/OTG/CDC, PHY should enable USB, otherwise USB module - can not work properly. + can not work properly. Notice: Enabling this configuration option will slightly impact wifi performance. endmenu # PHY