aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi/Kconfig
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert+renesas@linux-m68k.org>2014-01-12 05:32:44 -0500
committerMark Brown <broonie@linaro.org>2014-01-13 06:53:44 -0500
commite2e5ed79fed3a9be3846651ca5b463658f8ff6c9 (patch)
treede56268f47f2e8c5fb1e54ed5a39c24d8fd4a360 /drivers/spi/Kconfig
parent97b95c117020461874de44ac612892f281ed3e31 (diff)
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: Geert Uytterhoeven <geert+renesas@linux-m68k.org> Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'drivers/spi/Kconfig')
-rw-r--r--drivers/spi/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig
index eb1f1ef5fa2e..4f6fbfd71135 100644
--- a/drivers/spi/Kconfig
+++ b/drivers/spi/Kconfig
@@ -370,7 +370,7 @@ config SPI_PXA2XX_PCI
370 370
371config SPI_RSPI 371config SPI_RSPI
372 tristate "Renesas RSPI controller" 372 tristate "Renesas RSPI controller"
373 depends on (SUPERH || ARCH_SHMOBILE) && SH_DMAE_BASE 373 depends on (SUPERH && SH_DMAE_BASE) || ARCH_SHMOBILE
374 help 374 help
375 SPI driver for Renesas RSPI blocks. 375 SPI driver for Renesas RSPI blocks.
376 376