From 1b088adbdf0417f684be32d071356bb3375359d7 Mon Sep 17 00:00:00 2001 From: Immo Birnbaum Date: Thu, 11 Nov 2021 14:22:47 +0100 Subject: [PATCH] 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 --- drivers/serial/Kconfig.xlnx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/serial/Kconfig.xlnx b/drivers/serial/Kconfig.xlnx index f476448fa52..1203bb438d0 100644 --- a/drivers/serial/Kconfig.xlnx +++ b/drivers/serial/Kconfig.xlnx @@ -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