CONFIG_UART_ROM_ESP32S2

ESP32S2 ROM UART driver

Type: bool

Help

Enable the ESP32S2 UART using ROM routines.

Direct dependencies

SOC_ESP32S2 && SERIAL

(Includes any dependencies from ifs and menus.)

Default

  • y

Symbols selected by this symbol

Kconfig definition

At <Zephyr Driver>/serial/Kconfig.esp32s2_rom:4

Included via Kconfig:8Kconfig.zephyr:42<Zephyr Driver>/Kconfig:26<Zephyr Driver>/serial/Kconfig:132

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

config UART_ROM_ESP32S2
    bool "ESP32S2 ROM UART driver"
    default y
    select SERIAL_HAS_DRIVER
    depends on SOC_ESP32S2 && SERIAL
    help
      Enable the ESP32S2 UART using ROM routines.

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