We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 293b16d commit 4c55e8fCopy full SHA for 4c55e8f
drivers/serial/Kconfig.esp32
@@ -7,7 +7,8 @@ config UART_ESP32
7
depends on DT_HAS_ESPRESSIF_ESP32_UART_ENABLED
8
select SERIAL_HAS_DRIVER
9
select SERIAL_SUPPORT_INTERRUPT
10
- select SERIAL_SUPPORT_ASYNC if (SOC_SERIES_ESP32C3 || SOC_SERIES_ESP32C6 || SOC_SERIES_ESP32S3)
+ select SERIAL_SUPPORT_ASYNC if (SOC_SERIES_ESP32C3 || SOC_SERIES_ESP32C6 || \
11
+ SOC_SERIES_ESP32H2 || SOC_SERIES_ESP32S3)
12
select GPIO_ESP32
13
help
14
Enable the ESP32 UART.
0 commit comments