mirror of
https://github.com/espressif/esp-idf
synced 2025-03-09 09:09:10 -04:00
Merge branch 'fix/remove-unnecessary-select' into 'master'
fix(esp_system): Remove unnecessary select from esp_system/Kconfig Closes IDF-12540 See merge request espressif/esp-idf!37232
This commit is contained in:
commit
7317d96bc3
@ -267,7 +267,6 @@ menu "ESP System Settings"
|
|||||||
depends on (IDF_TARGET_ESP32S2 || IDF_TARGET_ESP32S3) && !TINY_USB
|
depends on (IDF_TARGET_ESP32S2 || IDF_TARGET_ESP32S3) && !TINY_USB
|
||||||
config ESP_CONSOLE_USB_SERIAL_JTAG
|
config ESP_CONSOLE_USB_SERIAL_JTAG
|
||||||
bool "USB Serial/JTAG Controller"
|
bool "USB Serial/JTAG Controller"
|
||||||
select ESPTOOLPY_NO_STUB if IDF_TARGET_ESP32C3 #ESPTOOL-252
|
|
||||||
depends on SOC_USB_SERIAL_JTAG_SUPPORTED
|
depends on SOC_USB_SERIAL_JTAG_SUPPORTED
|
||||||
config ESP_CONSOLE_UART_CUSTOM
|
config ESP_CONSOLE_UART_CUSTOM
|
||||||
bool "Custom UART"
|
bool "Custom UART"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user