zephyr/drivers/serial/Kconfig.xlnx
Immo Birnbaum 1b088adbdf drivers: serial: xlnx_ps: update referenced SoC configuration items
Update the Kconfig configuration items used to determine if the current
target is based on the Zynq-7000 SoC family as part of the re-organi-
zation of the Zynq-7000 SoC configuration data.

Signed-off-by: Immo Birnbaum <Immo.Birnbaum@Weidmueller.com>
2022-01-21 11:34:09 -05:00

19 lines
533 B
Text

# Xilinx UART configuration
# Copyright (c) 2018 Xilinx Inc.
# SPDX-License-Identifier: Apache-2.0
config UART_XLNX_PS
bool "Xilinx serial driver for MPSoC"
depends on SOC_XILINX_ZYNQMP || SOC_FAMILY_XILINX_ZYNQ7000
select SERIAL_HAS_DRIVER
select SERIAL_SUPPORT_INTERRUPT
help
This option enables the UART driver for Xilinx MPSoC platforms.
config UART_XLNX_UARTLITE
bool "Xilinx UART Lite"
select SERIAL_HAS_DRIVER
select SERIAL_SUPPORT_INTERRUPT
help
This option enables the UART driver for Xilinx UART Lite IP.