diff options
author | Li-hao Kuo <lhjeff911@gmail.com> | 2022-01-18 09:42:38 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2022-01-25 13:14:12 +0100 |
commit | f62ca4e2a863033d9b3b5a00a0d897557c9da6c5 (patch) | |
tree | 57c244d1c87b54c93b77b09723d43d459d5fdb0b /drivers/spi/Kconfig | |
parent | Update the Icicle Kit device tree (diff) | |
download | linux-f62ca4e2a863033d9b3b5a00a0d897557c9da6c5.tar.xz linux-f62ca4e2a863033d9b3b5a00a0d897557c9da6c5.zip |
spi: Add spi driver for Sunplus SP7021
Add spi driver for Sunplus SP7021.
Signed-off-by: Li-hao Kuo <lhjeff911@gmail.com>
Link: https://lore.kernel.org/r/37998e515d561e762ee30d0ac4fca25a948e0c5c.1642494310.git.lhjeff911@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/spi/Kconfig')
-rw-r--r-- | drivers/spi/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index b2a8821971e1..203f4ec32119 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig @@ -866,6 +866,17 @@ config SPI_SUN6I help This enables using the SPI controller on the Allwinner A31 SoCs. +config SPI_SUNPLUS_SP7021 + tristate "Sunplus SP7021 SPI controller" + depends on SOC_SP7021 || COMPILE_TEST + help + This enables Sunplus SP7021 SPI controller driver on the SP7021 SoCs. + This driver can also be built as a module. If so, the module will be + called as spi-sunplus-sp7021. + + If you have a Sunplus SP7021 platform say Y here. + If unsure, say N. + config SPI_SYNQUACER tristate "Socionext's SynQuacer HighSpeed SPI controller" depends on ARCH_SYNQUACER || COMPILE_TEST |