CONFIG_UART_XLNX_PS

Xilinx serial driver for MPSoC

Type: bool

Help

This option enables the UART driver for Xilinx MPSoC platforms.

Direct dependencies

(SERIAL && BOARD_QEMU_CORTEX_A9) || ((SOC_XILINX_ZYNQMP || SOC_SERIES_XILINX_ZYNQ7000) && SERIAL)

(Includes any dependencies from ifs and menus.)

Default

  • y

Symbols selected by this symbol

Kconfig definitions

At <Zephyr>/boards/arm/qemu_cortex_a9/Kconfig.defconfig:82

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:22

Menu path: (Top)

config UART_XLNX_PS
    bool
    default y
    depends on SERIAL && BOARD_QEMU_CORTEX_A9

At <Zephyr>/drivers/serial/Kconfig.xlnx:6

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:42<Zephyr>/drivers/Kconfig:26<Zephyr>/drivers/serial/Kconfig:166

Menu path: (Top) → Device Drivers → Serial Drivers

config UART_XLNX_PS
    bool "Xilinx serial driver for MPSoC"
    select SERIAL_HAS_DRIVER
    select SERIAL_SUPPORT_INTERRUPT
    depends on (SOC_XILINX_ZYNQMP || SOC_SERIES_XILINX_ZYNQ7000) && SERIAL
    help
      This option enables the UART driver for Xilinx MPSoC platforms.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)