From e12ecc375c473f6917e3f2a752b80c59f85afa06 Mon Sep 17 00:00:00 2001 From: Jan Beran Date: Mon, 24 Feb 2025 11:41:33 +0100 Subject: [PATCH] fix(esp_system): Remove unnecessary select from esp_system/Kconfig --- components/esp_system/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/components/esp_system/Kconfig b/components/esp_system/Kconfig index e2be7ac90a..b843ffc8f0 100644 --- a/components/esp_system/Kconfig +++ b/components/esp_system/Kconfig @@ -235,7 +235,6 @@ menu "ESP System Settings" depends on (IDF_TARGET_ESP32S2 || IDF_TARGET_ESP32S3) && !TINY_USB config ESP_CONSOLE_USB_SERIAL_JTAG bool "USB Serial/JTAG Controller" - select ESPTOOLPY_NO_STUB if IDF_TARGET_ESP32C3 #ESPTOOL-252 depends on SOC_USB_SERIAL_JTAG_SUPPORTED config ESP_CONSOLE_UART_CUSTOM bool "Custom UART"