:orphan: .. title:: CONFIG_UART_ROM_ESP32S2 .. kconfig:: CONFIG_UART_ROM_ESP32S2 CONFIG_UART_ROM_ESP32S2 ####################### *ESP32S2 ROM UART driver* Type: ``bool`` Help ==== .. code-block:: none Enable the ESP32S2 UART using ROM routines. Direct dependencies =================== \ :kconfig:`SOC_ESP32S2 ` && \ :kconfig:`SERIAL ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Symbols selected by this symbol =============================== - \ :kconfig:`SERIAL_HAS_DRIVER ` Kconfig definition ================== At ``/serial/Kconfig.esp32s2_rom:4`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:26`` → ``/serial/Kconfig:132`` Menu path: (Top) → Device Drivers → Serial Drivers .. code-block:: kconfig 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.)*