aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbhilash Kesavan <[email protected]>2011-01-12 15:00:23 +0900
committerGrant Likely <[email protected]>2011-01-14 01:01:51 -0700
commit5f35765d836befebdfabf745fdbf2e070c887fac (patch)
tree1cb86e41253a80d3dc39294e88f3face268957ec
parent77e7bc6194655c36d43707ea53b4f86d1f1c8cf5 (diff)
spi: Enable SPI driver for S5P6440 and S5P6450
This patch enables the existing S3C64XX series SPI driver for S5P64X0 and removed dependency on EXPERIMENTAL because we don't need it now. v3: Changed dependency of S3C64XX_DMA v2: Removed dependency on EXPERIMENTAL Signed-off-by: Abhilash Kesavan <[email protected]> Signed-off-by: Sangbeom Kim <[email protected]> Acked-by: Jassi Brar <[email protected]> Signed-off-by: Kukjin Kim <[email protected]> Signed-off-by: Grant Likely <[email protected]>
-rw-r--r--drivers/spi/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig
index 879b2a974d64..13bfa9d48082 100644
--- a/drivers/spi/Kconfig
+++ b/drivers/spi/Kconfig
@@ -310,8 +310,8 @@ config SPI_S3C24XX_GPIO
config SPI_S3C64XX
tristate "Samsung S3C64XX series type SPI"
- depends on ARCH_S3C64XX && EXPERIMENTAL
- select S3C64XX_DMA
+ depends on (ARCH_S3C64XX || ARCH_S5P64X0)
+ select S3C64XX_DMA if ARCH_S3C64XX
help
SPI driver for Samsung S3C64XX and newer SoCs.