diff options
author | Padmavathi Venna <padma.kvr@gmail.com> | 2014-11-06 10:51:49 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2014-11-26 20:00:34 +0100 |
commit | bf77cba95f8c06bbf76869d3bdfb03e18a33e673 (patch) | |
tree | 632b1af62cae1f17e3415968b07992d488097898 /drivers/spi/Kconfig | |
parent | Linux 3.18-rc1 (diff) | |
download | linux-bf77cba95f8c06bbf76869d3bdfb03e18a33e673.tar.xz linux-bf77cba95f8c06bbf76869d3bdfb03e18a33e673.zip |
spi: s3c64xx: add support for exynos7 SPI controller
Exynos7 SPI controller supports only the auto Selection of
CS toggle mode and Exynos7 SoC includes six SPI controllers.
Add support for these changes in Exynos7 SPI controller driver.
Signed-off-by: Padmavathi Venna <padma.v@samsung.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/spi/Kconfig')
-rw-r--r-- | drivers/spi/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index 84e7c9e6ccef..de2d33dea8b8 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig @@ -444,7 +444,7 @@ config SPI_S3C24XX_FIQ config SPI_S3C64XX tristate "Samsung S3C64XX series type SPI" - depends on PLAT_SAMSUNG + depends on (PLAT_SAMSUNG || ARCH_EXYNOS) select S3C64XX_PL080 if ARCH_S3C64XX help SPI driver for Samsung S3C64XX and newer SoCs. |