Skip to content

Commit

Permalink
spi/rspi: Add missing dependency on DMAE
Browse files Browse the repository at this point in the history
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: Mark Brown <broonie@linaro.org>
  • Loading branch information
Mark Brown committed Jul 15, 2013
1 parent ad81f05 commit 838af50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/spi/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 838af50

Please sign in to comment.