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>
This commit is contained in:
Immo Birnbaum 2021-11-11 14:22:47 +01:00 committed by Anas Nashif
commit 1b088adbdf

View file

@ -5,7 +5,7 @@
config UART_XLNX_PS
bool "Xilinx serial driver for MPSoC"
depends on SOC_XILINX_ZYNQMP || SOC_SERIES_XILINX_ZYNQ7000
depends on SOC_XILINX_ZYNQMP || SOC_FAMILY_XILINX_ZYNQ7000
select SERIAL_HAS_DRIVER
select SERIAL_SUPPORT_INTERRUPT
help