CONFIG_UART_ROM_ESP32C3¶
ESP32C3 ROM UART driver
Type: bool
Help¶
Enable the ESP32C3 UART using ROM routines.
Default¶
- y 
Symbols selected by this symbol¶
Kconfig definition¶
At <Zephyr Driver>/serial/Kconfig.esp32c3_rom:4
Included via Kconfig:8 → Kconfig.zephyr:42 → <Zephyr Driver>/Kconfig:26 → <Zephyr Driver>/serial/Kconfig:130
Menu path: (Top) → Device Drivers → Serial Drivers
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.)