The latest development version of this page may be more current than this released 2.7.5 version.

CONFIG_UART_ESP32

ESP32 UART driver

Type: bool

Help

Enable the ESP32 UART using ROM routines.

Direct dependencies

SOC_ESP32 && SERIAL

(Includes any dependencies from ifs and menus.)

Default

  • y

Symbols selected by this symbol

Kconfig definition

At drivers/serial/Kconfig.esp32:3

Included via Kconfig:8Kconfig.zephyr:42drivers/Kconfig:26drivers/serial/Kconfig:128

Menu path: (Top) → Device Drivers → Serial Drivers

config UART_ESP32
    bool "ESP32 UART driver"
    default y
    select SERIAL_HAS_DRIVER
    select SERIAL_SUPPORT_INTERRUPT
    select GPIO_ESP32
    depends on SOC_ESP32 && SERIAL
    help
      Enable the ESP32 UART using ROM routines.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)