linux-spi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2] spi: cadence: Add dependency on ARM
@ 2014-04-15 11:12 Harini Katakam
  2014-04-15 11:19 ` Mark Brown
  0 siblings, 1 reply; 2+ messages in thread
From: Harini Katakam @ 2014-04-15 11:12 UTC (permalink / raw)
  To: broonie, linux-spi, linux-kernel; +Cc: michals, Harini Katakam

Add dependency on ARM in Kconfig.
This is to fix the build error related to _relaxed IO.
Remove dependency on SPI_MASTER because this is already defined
under if SPI_MASTER in Kconfig.

Signed-off-by: Harini Katakam <harinik@xilinx.com>
---

v2 changes:
Add dependency on ARM instead of ZYNQ.
Remove SPI_MASTER dependency as it is already under if SPI_MASTER.

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

diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig
index b0f091b..0616f97 100644
--- a/drivers/spi/Kconfig
+++ b/drivers/spi/Kconfig
@@ -150,7 +150,7 @@ config SPI_BUTTERFLY
 
 config SPI_CADENCE
 	tristate "Cadence SPI controller"
-	depends on SPI_MASTER
+	depends on ARM
 	help
 	  This selects the Cadence SPI controller master driver
 	  used by Xilinx Zynq.
-- 
1.7.9.5

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

* Re: [PATCH v2] spi: cadence: Add dependency on ARM
  2014-04-15 11:12 [PATCH v2] spi: cadence: Add dependency on ARM Harini Katakam
@ 2014-04-15 11:19 ` Mark Brown
  0 siblings, 0 replies; 2+ messages in thread
From: Mark Brown @ 2014-04-15 11:19 UTC (permalink / raw)
  To: Harini Katakam; +Cc: linux-spi, linux-kernel, michals

[-- Attachment #1: Type: text/plain, Size: 275 bytes --]

On Tue, Apr 15, 2014 at 04:42:09PM +0530, Harini Katakam wrote:
> Add dependency on ARM in Kconfig.
> This is to fix the build error related to _relaxed IO.
> Remove dependency on SPI_MASTER because this is already defined
> under if SPI_MASTER in Kconfig.

Applied, thanks.

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

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

end of thread, other threads:[~2014-04-15 11:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-04-15 11:12 [PATCH v2] spi: cadence: Add dependency on ARM Harini Katakam
2014-04-15 11:19 ` 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).