[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1397537392-3709-1-git-send-email-harinik@xilinx.com>
Date: Tue, 15 Apr 2014 10:19:52 +0530
From: Harini Katakam <harinik@...inx.com>
To: broonie@...nel.org, linux-spi@...r.kernel.org,
linux-kernel@...r.kernel.org
Cc: michals@...inx.com, Harini Katakam <harinik@...inx.com>
Subject: [PATCH] spi: cadence: Add dependency on ARCH_ZYNQ
Add dependency on ARCH_ZYNQ in Kconfig.
This is to fix the build error.
Signed-off-by: Harini Katakam <harinik@...inx.com>
---
drivers/spi/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig
index b0f091b..0db219b 100644
--- a/drivers/spi/Kconfig
+++ b/drivers/spi/Kconfig
@@ -150,6 +150,7 @@ config SPI_BUTTERFLY
config SPI_CADENCE
tristate "Cadence SPI controller"
+ depends on ARCH_ZYNQ
depends on SPI_MASTER
help
This selects the Cadence SPI controller master driver
--
1.7.9.5
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists