linux-spi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] spi: Add spi-s3c64xx driver dependency on ARCH_EXYNOS4
@ 2012-01-25 16:20 Sylwester Nawrocki
  2012-01-25 17:34 ` [PATCH v2] " Sylwester Nawrocki
  2012-01-25 18:31 ` [PATCH] " Grant Likely
  0 siblings, 2 replies; 3+ messages in thread
From: Sylwester Nawrocki @ 2012-01-25 16:20 UTC (permalink / raw)
  To: grant.likely
  Cc: linux-samsung-soc, spi-devel-general, kgene.kim, riverful.kim,
	sw0312.kim, m.szyprowski, Sylwester Nawrocki, Jaswinder Singh,
	Kyungmin Park

The spi-s3c64xx driver is also used on Exynos4 so update the dependency
to enable build on those platforms.

Cc: Jaswinder Singh <jassi.brar@samsung.com>
Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
---
 drivers/spi/Kconfig |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig
index 3f9a47e..a9f8faf 100644
--- a/drivers/spi/Kconfig
+++ b/drivers/spi/Kconfig
@@ -299,7 +299,7 @@ config SPI_S3C24XX_FIQ
 
 config SPI_S3C64XX
 	tristate "Samsung S3C64XX series type SPI"
-	depends on (ARCH_S3C64XX || ARCH_S5P64X0)
+	depends on (ARCH_S3C64XX || ARCH_S5P64X0 || ARCH_EXYNOS4)
 	select S3C64XX_DMA if ARCH_S3C64XX
 	help
 	  SPI driver for Samsung S3C64XX and newer SoCs.
-- 
1.7.8.3

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

end of thread, other threads:[~2012-01-25 18:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-25 16:20 [PATCH] spi: Add spi-s3c64xx driver dependency on ARCH_EXYNOS4 Sylwester Nawrocki
2012-01-25 17:34 ` [PATCH v2] " Sylwester Nawrocki
2012-01-25 18:31 ` [PATCH] " Grant Likely

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).