linux-spi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] spi: Enable Cadence SPI driver for ARM64
@ 2015-02-24  7:44 Michal Simek
  2015-02-24  8:08 ` Mark Brown
  0 siblings, 1 reply; 4+ messages in thread
From: Michal Simek @ 2015-02-24  7:44 UTC (permalink / raw)
  To: linux-kernel, monstr; +Cc: Mark Brown, linux-spi

This driver is used on new Xilinx ZynqMP SoC.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Acked-by: Sören Brinkmann <soren.brinkmann@xilinx.com>
---

 drivers/spi/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig
index ab8dfbef6f1b..fec97a479433 100644
--- a/drivers/spi/Kconfig
+++ b/drivers/spi/Kconfig
@@ -159,7 +159,7 @@ config SPI_BUTTERFLY
 
 config SPI_CADENCE
 	tristate "Cadence SPI controller"
-	depends on ARM
+	depends on ARM || ARM64
 	help
 	  This selects the Cadence SPI controller master driver
 	  used by Xilinx Zynq.
-- 
1.8.2.3

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-02-24 13:22 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-24  7:44 [PATCH] spi: Enable Cadence SPI driver for ARM64 Michal Simek
2015-02-24  8:08 ` Mark Brown
2015-02-24  8:23   ` Michal Simek
     [not found]     ` <16fcf6871bb9482a89a5ca5827c78286-fm2tX0oQAVz65bfp4ngO8uhlVc3/7hDbVaz/vdPVXQ4@public.gmane.org>
2015-02-24 13:22       ` Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).