The latest development version of this page may be more current than this released 1.14.1 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 if’s and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols selected by this symbol

Kconfig definition

At drivers/serial/Kconfig.esp32:3

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:22drivers/serial/Kconfig:103

Menu path: (top menu) → Device Drivers → Serial Drivers

menuconfig UART_ESP32
    bool
    prompt "ESP32 UART driver" if SOC_ESP32 && SERIAL
    select SERIAL_HAS_DRIVER if SOC_ESP32 && SERIAL
    depends on SOC_ESP32 && SERIAL
    help
      Enable the ESP32 UART using ROM routines.

(Definitions include propagated dependencies, including from if’s and menus.)