CONFIG_UART_XLNX_UARTLITE
Xilinx UART Lite
Type: bool
Help
This option enables the UART driver for Xilinx UART Lite IP.
Direct dependencies
(SERIAL
&& (BOARD_ARTY_A7_ARM_DESIGNSTART_M1
|| BOARD_ARTY_A7_ARM_DESIGNSTART_M3
)) || (SERIAL
&& BOARD_SCOBC_MODULE1
) || SERIAL
(Includes any dependencies from ifs and menus.)
Defaults
y
y
Symbols selected by this symbol
Kconfig definitions
At <Boards>/arm/arty/Kconfig.defconfig:23
Included via Kconfig:8
→ Kconfig.zephyr:22
Menu path: (Top)
config UART_XLNX_UARTLITE
bool
default y
depends on SERIAL && (BOARD_ARTY_A7_ARM_DESIGNSTART_M1 || BOARD_ARTY_A7_ARM_DESIGNSTART_M3)
At <Boards>/arm/scobc_module1/Kconfig.defconfig:20
Included via Kconfig:8
→ Kconfig.zephyr:22
Menu path: (Top)
config UART_XLNX_UARTLITE
bool
default y
depends on SERIAL && BOARD_SCOBC_MODULE1
At <Driver>/serial/Kconfig.xlnx:14
Included via Kconfig:8
→ Kconfig.zephyr:42
→ <Driver>/Kconfig:26
→ <Driver>/serial/Kconfig:168
Menu path: (Top) → Device Drivers → Serial Drivers
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.)