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

Commit 838af505 authored by Mark Brown's avatar Mark Brown
Browse files

spi/rspi: Add missing dependency on DMAE



The filter function used by the rspi driver is part of the DMAE controller
driver so if the DMA controller driver is somehow disabled then the rspi
driver will fail to build.

Signed-off-by: default avatarMark Brown <broonie@linaro.org>
parent ad81f054
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -341,7 +341,7 @@ config SPI_PXA2XX_PCI

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