:orphan: .. title:: CONFIG_UART_XLNX_PS .. kconfig:: CONFIG_UART_XLNX_PS CONFIG_UART_XLNX_PS ################### *Xilinx serial driver for MPSoC* Type: ``bool`` Help ==== .. code-block:: none This option enables the UART driver for Xilinx MPSoC platforms. Direct dependencies =================== (\ :kconfig:`SERIAL ` && \ :kconfig:`BOARD_QEMU_CORTEX_A9 `) || ((\ :kconfig:`SOC_XILINX_ZYNQMP ` || \ :kconfig:`SOC_FAMILY_XILINX_ZYNQ7000 `) && \ :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/qemu_cortex_a9/Kconfig.defconfig:82`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:22`` Menu path: (Top) .. code-block:: kconfig config UART_XLNX_PS bool default y depends on SERIAL && BOARD_QEMU_CORTEX_A9 ---- At ``/serial/Kconfig.xlnx:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:26`` → ``/serial/Kconfig:168`` Menu path: (Top) → Device Drivers → Serial Drivers .. code-block:: kconfig config UART_XLNX_PS bool "Xilinx serial driver for MPSoC" select SERIAL_HAS_DRIVER select SERIAL_SUPPORT_INTERRUPT depends on (SOC_XILINX_ZYNQMP || SOC_FAMILY_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.)*