From 8e4920e53e1a45658743d79d6fa29a1b44448622 Mon Sep 17 00:00:00 2001 From: Michal Simek Date: Mon, 7 Dec 2015 11:33:58 +0100 Subject: [PATCH] spi: Kconfig: Fix correct target name for ZynqMP ZynqMP is using different symbol. Use correct one. Reviewed-by: Jagan Teki Signed-off-by: Michal Simek --- drivers/spi/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index a0dbd8b..2cdb110 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig @@ -140,7 +140,7 @@ config XILINX_SPI config ZYNQ_SPI bool "Zynq SPI driver" - depends on ARCH_ZYNQ || TARGET_XILINX_ZYNQMP + depends on ARCH_ZYNQ || ARCH_ZYNQMP help Enable the Zynq SPI driver. This driver can be used to access the SPI NOR flash on platforms embedding this Zynq