:orphan: .. title:: CONFIG_UART_ROM_ESP32C3 .. kconfig:: CONFIG_UART_ROM_ESP32C3 CONFIG_UART_ROM_ESP32C3 ####################### *ESP32C3 ROM UART driver* Type: ``bool`` Help ==== .. code-block:: none Enable the ESP32C3 UART using ROM routines. Direct dependencies =================== \ :kconfig:`SOC_ESP32C3 ` && \ :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.esp32c3_rom:4`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:26`` → ``/serial/Kconfig:130`` Menu path: (Top) → Device Drivers → Serial Drivers .. code-block:: kconfig config UART_ROM_ESP32C3 bool "ESP32C3 ROM UART driver" default y select SERIAL_HAS_DRIVER depends on SOC_ESP32C3 && SERIAL help Enable the ESP32C3 UART using ROM routines. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*