-
CONFIG_UART_ESP32
¶
ESP32 UART driver
Type: bool
Help¶
Enable the ESP32 UART using ROM routines.
Default¶
y
Symbols selected by this symbol¶
Kconfig definition¶
At <Zephyr>/drivers/serial/Kconfig.esp32:3
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:32
→ <Zephyr>/drivers/Kconfig:24
→ <Zephyr>/drivers/serial/Kconfig:105
Menu path: (Top) → Device Drivers → Serial Drivers
config UART_ESP32 bool "ESP32 UART driver" default y selectSERIAL_HAS_DRIVER
selectSERIAL_SUPPORT_INTERRUPT
selectGPIO_ESP32
depends onSOC_ESP32
&&SERIAL
help Enable the ESP32 UART using ROM routines.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)