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

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

spi: rspi: Remove dependency on DMAE for SHMOBILE



On ARM-based SHMOBILE, the rspi driver builds and works fine without the
DMA controller driver, hence relax the dependencies.

Signed-off-by: default avatarGeert Uytterhoeven <geert+renesas@linux-m68k.org>
Signed-off-by: default avatarMark Brown <broonie@linaro.org>
parent 97b95c11
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -370,7 +370,7 @@ config SPI_PXA2XX_PCI

config SPI_RSPI
	tristate "Renesas RSPI controller"
	depends on (SUPERH || ARCH_SHMOBILE) && SH_DMAE_BASE
	depends on (SUPERH && SH_DMAE_BASE) || ARCH_SHMOBILE
	help
	  SPI driver for Renesas RSPI blocks.