Message ID | 1390317009-8292-5-git-send-email-geert@linux-m68k.org (mailing list archive) |
---|---|
State | Accepted |
Commit | 2917bb3f8b7a8f7ea4a91a45495c80fca2657db5 |
Headers | show |
On Tue, Jan 21, 2014 at 04:10:09PM +0100, Geert Uytterhoeven wrote: > From: Geert Uytterhoeven <geert+renesas@linux-m68k.org> > > 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. Applied, thanks.
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index 5072b71baf5e..3aafc2cd5db0 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"