diff options
author | Lee Jones <lee.jones@linaro.org> | 2014-12-09 20:21:30 +0000 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2014-12-22 18:16:14 +0000 |
commit | 9e862375c5420a329521c458a3c808c127e9038f (patch) | |
tree | e09af31c1bedc22526baa4ebf5c176c897f507af /drivers/spi/Kconfig | |
parent | 97bf6af1f928216fd6c5a66e8a57bfa95a659672 (diff) | |
download | blackbird-obmc-linux-9e862375c5420a329521c458a3c808c127e9038f.tar.gz blackbird-obmc-linux-9e862375c5420a329521c458a3c808c127e9038f.zip |
spi: Add new driver for STMicroelectronics' SPI Controller
This patch adds support for the SPI portion of ST's SSC device.
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/spi/Kconfig')
-rw-r--r-- | drivers/spi/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index 99829985c1a1..000f7743bdc6 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig @@ -503,6 +503,13 @@ config SPI_SIRF help SPI driver for CSR SiRFprimaII SoCs +config SPI_ST_SSC4 + tristate "STMicroelectronics SPI SSC-based driver" + depends on ARCH_STI + help + STMicroelectronics SoCs support for SPI. If you say yes to + this option, support will be included for the SSC driven SPI. + config SPI_SUN4I tristate "Allwinner A10 SoCs SPI controller" depends on ARCH_SUNXI || COMPILE_TEST |