:orphan: .. title:: UART_XLNX_PS .. option:: CONFIG_UART_XLNX_PS *Xilinx serial driver for MPSoC* Type: ``bool`` Help ==== This option enables the UART driver for Xilinx MPSoC platforms. Direct dependencies =================== \ :option:`SOC_XILINX_ZYNQMP ` && \ :option:`SERIAL ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :option:`SERIAL_HAS_DRIVER ` - \ :option:`SERIAL_SUPPORT_INTERRUPT ` Kconfig definition ================== .. highlight:: kconfig At ``drivers/serial/Kconfig.xlnx:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:24`` → ``drivers/serial/Kconfig:127`` Menu path: (Top) → Device Drivers → Serial Drivers .. parsed-literal:: config UART_XLNX_PS bool "Xilinx serial driver for MPSoC" select \ :option:`SERIAL_HAS_DRIVER ` select \ :option:`SERIAL_SUPPORT_INTERRUPT ` depends on \ :option:`SOC_XILINX_ZYNQMP ` && \ :option:`SERIAL ` help This option enables the UART driver for Xilinx MPSoC platforms. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*