diff options
author | Masahisa Kojima <masahisa.kojima@linaro.org> | 2019-06-04 14:12:57 +0900 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2019-06-04 15:50:33 +0100 |
commit | b0823ee35cf9bc6b9a5403c12f12bd3e0b490045 (patch) | |
tree | 09faae59bb6e2af263994a3c11c734a57e992a90 /drivers/spi/Kconfig | |
parent | 6d72a49ff3f6bb0932718c132b75351aedc9458e (diff) | |
download | linux-stable-b0823ee35cf9bc6b9a5403c12f12bd3e0b490045.tar.gz linux-stable-b0823ee35cf9bc6b9a5403c12f12bd3e0b490045.tar.bz2 linux-stable-b0823ee35cf9bc6b9a5403c12f12bd3e0b490045.zip |
spi: Add spi driver for Socionext SynQuacer platform
This patch adds support for controller found on synquacer platforms.
Signed-off-by: Masahisa Kojima <masahisa.kojima@linaro.org>
Signed-off-by: Jassi Brar <jaswinder.singh@linaro.org>
Reviewed-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/spi/Kconfig')
-rw-r--r-- | drivers/spi/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index 3ee152feee2b..5c903e5c2fd4 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig @@ -732,6 +732,16 @@ config SPI_SUN6I help This enables using the SPI controller on the Allwinner A31 SoCs. +config SPI_SYNQUACER + tristate "Socionext's SynQuacer HighSpeed SPI controller" + depends on ARCH_SYNQUACER || COMPILE_TEST + help + SPI driver for Socionext's High speed SPI controller which provides + various operating modes for interfacing to serial peripheral devices + that use the de-facto standard SPI protocol. + + It also supports the new dual-bit and quad-bit SPI protocol. + config SPI_MXIC tristate "Macronix MX25F0A SPI controller" depends on SPI_MASTER |