:orphan: .. title:: CONFIG_UART_XLNX_UARTLITE .. kconfig:: CONFIG_UART_XLNX_UARTLITE CONFIG_UART_XLNX_UARTLITE ######################### *Xilinx UART Lite* Type: ``bool`` Help ==== .. code-block:: none This option enables the UART driver for Xilinx UART Lite IP. Direct dependencies =================== (\ :kconfig:`SERIAL ` && (\ :kconfig:`BOARD_ARTY_A7_ARM_DESIGNSTART_M1 ` || \ :kconfig:`BOARD_ARTY_A7_ARM_DESIGNSTART_M3 `)) || \ :kconfig:`SERIAL ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Symbols selected by this symbol =============================== - \ :kconfig:`SERIAL_HAS_DRIVER ` - \ :kconfig:`SERIAL_SUPPORT_INTERRUPT ` Kconfig definitions =================== At ``/arm/arty/Kconfig.defconfig:23`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:22`` Menu path: (Top) .. code-block:: kconfig config UART_XLNX_UARTLITE bool default y depends on SERIAL && (BOARD_ARTY_A7_ARM_DESIGNSTART_M1 || BOARD_ARTY_A7_ARM_DESIGNSTART_M3) ---- At ``/serial/Kconfig.xlnx:14`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:26`` → ``/serial/Kconfig:154`` Menu path: (Top) → Device Drivers → Serial Drivers .. code-block:: kconfig config UART_XLNX_UARTLITE bool "Xilinx UART Lite" select SERIAL_HAS_DRIVER select SERIAL_SUPPORT_INTERRUPT depends on SERIAL help This option enables the UART driver for Xilinx UART Lite IP. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*