The latest development version of this page may be more current than this released 2.7.5 version.

CONFIG_UART_XLNX_PS

Xilinx serial driver for MPSoC

Type: bool

Help

This option enables the UART driver for Xilinx MPSoC platforms.

Direct dependencies

SOC_XILINX_ZYNQMP && SERIAL

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols selected by this symbol

Kconfig definition

At drivers/serial/Kconfig.xlnx:6

Included via Kconfig:8Kconfig.zephyr:42drivers/Kconfig:26drivers/serial/Kconfig:154

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 && SERIAL
    help
      This option enables the UART driver for Xilinx MPSoC platforms.

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