:orphan: .. title:: CONFIG_UART_LITEUART .. kconfig:: CONFIG_UART_LITEUART CONFIG_UART_LITEUART #################### *LiteUART serial driver* Type: ``bool`` Help ==== .. code-block:: none This option enables LiteUART serial driver. Direct dependencies =================== \ :kconfig:`SOC_RISCV32_LITEX_VEXRISCV ` && !\ :kconfig:`SERIAL_SUPPORT_INTERRUPT ` && \ :kconfig:`SERIAL ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :kconfig:`SERIAL_HAS_DRIVER ` Kconfig definition ================== At ``/serial/Kconfig.litex:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:26`` → ``/serial/Kconfig:150`` Menu path: (Top) → Device Drivers → Serial Drivers .. code-block:: kconfig config UART_LITEUART bool "LiteUART serial driver" select SERIAL_HAS_DRIVER depends on SOC_RISCV32_LITEX_VEXRISCV && !SERIAL_SUPPORT_INTERRUPT && SERIAL help This option enables LiteUART serial driver. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*