Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e290c343 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Mark Brown
Browse files

spi: rspi: Document support for Renesas QSPI in Kconfig



As of commit 5ce0ba88 ("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: default avatarGeert Uytterhoeven <geert+renesas@linux-m68k.org>
Signed-off-by: default avatarMark Brown <broonie@linaro.org>
parent 38dbfb59
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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"