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