The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [PATCH] Spi s3c64xx fix for s5pv210
@ 2013-09-23  9:42 Mateusz Krawczuk
  2013-09-23 12:30 ` Tomasz Figa
  0 siblings, 1 reply; 2+ messages in thread
From: Mateusz Krawczuk @ 2013-09-23  9:42 UTC (permalink / raw)
  To: broonie
  Cc: linux-spi, linux-kernel, t.figa, m.szyprowski, Mateusz Krawczuk,
	Kyungmin Park

Signed-off-by: Mateusz Krawczuk <m.krawczuk@partner.samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
---
 drivers/spi/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig
index 734eaa5..124d7fa 100644
--- a/drivers/spi/Kconfig
+++ b/drivers/spi/Kconfig
@@ -394,7 +394,7 @@ config SPI_S3C24XX_FIQ
 
 config SPI_S3C64XX
 	tristate "Samsung S3C64XX series type SPI"
-	depends on (ARCH_S3C24XX || ARCH_S3C64XX || ARCH_S5P64X0 || ARCH_EXYNOS)
+	depends on (ARCH_S3C24XX || ARCH_S3C64XX || ARCH_S5PV210 || ARCH_S5P64X0 || ARCH_EXYNOS)
 	select S3C64XX_DMA if ARCH_S3C64XX
 	help
 	  SPI driver for Samsung S3C64XX and newer SoCs.
-- 
1.8.1.2


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

end of thread, other threads:[~2013-09-23 12:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-23  9:42 [PATCH] Spi s3c64xx fix for s5pv210 Mateusz Krawczuk
2013-09-23 12:30 ` Tomasz Figa

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox