diff options
author | Geert Uytterhoeven <geert+renesas@linux-m68k.org> | 2014-01-21 16:10:09 +0100 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2014-02-04 19:22:30 +0000 |
commit | e290c3434b70b2eb200f9a54d992b7c4fd938879 (patch) | |
tree | 9cc58128ef4c995b00137f9857ece7206b3927d0 /drivers/spi/Kconfig | |
parent | 38dbfb59d1175ef458d006556061adeaa8751b72 (diff) |
spi: rspi: Document support for Renesas QSPI in Kconfig
As of commit 5ce0ba88650f2606244a761d92e2b725f4ab3583 ("spi: rcar: add
Renesas QSPI support on RSPI") the rspi driver handles Renesas QSPI, too,
but this was not reflected in the Kconfig help text.
Signed-off-by: Geert Uytterhoeven <geert+renesas@linux-m68k.org>
Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'drivers/spi/Kconfig')
-rw-r--r-- | drivers/spi/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index ba9310bc9ac..581ee2a8856 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig @@ -376,10 +376,10 @@ config SPI_PXA2XX_PCI def_tristate SPI_PXA2XX && PCI config SPI_RSPI - tristate "Renesas RSPI controller" + tristate "Renesas RSPI/QSPI controller" depends on (SUPERH && SH_DMAE_BASE) || ARCH_SHMOBILE help - SPI driver for Renesas RSPI blocks. + SPI driver for Renesas RSPI and QSPI blocks. config SPI_S3C24XX tristate "Samsung S3C24XX series SPI" |