diff options
author | Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> | 2020-06-13 22:18:34 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2020-06-16 02:38:38 +0300 |
commit | eb8d6d464a27850498dced21a8450e85d4a02009 (patch) | |
tree | c99cd89a3a6f31863a2f194161575d4ea27fa2bf /drivers/spi/Kconfig | |
parent | 064e8af7159539fc2310870841e7f215b4f633e9 (diff) | |
download | linux-eb8d6d464a27850498dced21a8450e85d4a02009.tar.xz |
spi: add Renesas RPC-IF driver
Add the SPI driver for the Renesas RPC-IF. It's the "front end" driver
using the "back end" APIs in the main driver to talk to the real hardware.
We only implement the 'spi-mem' interface -- there's no need to implement
the usual SPI driver methods...
Based on the original patch by Mason Yang <masonccyang@mxic.com.tw>.
Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Link: https://lore.kernel.org/r/1ece0e6c-71af-f0f1-709e-571f4b0b4853@cogentembedded.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/spi/Kconfig')
-rw-r--r-- | drivers/spi/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index 8f1f8fca79e3..6d850f1b1d31 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig @@ -605,6 +605,12 @@ config SPI_RB4XX help SPI controller driver for the Mikrotik RB4xx series boards. +config SPI_RPCIF + tristate "Renesas RPC-IF SPI driver" + depends on RENESAS_RPCIF + help + SPI driver for Renesas R-Car Gen3 RPC-IF. + config SPI_RSPI tristate "Renesas RSPI/QSPI controller" depends on SUPERH || ARCH_RENESAS || COMPILE_TEST |