Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Geert Uytterhoeven and committed by
Mark Brown
e2e5ed79 97b95c11

+1 -1
+1 -1
drivers/spi/Kconfig
··· 370 370 371 371 config SPI_RSPI 372 372 tristate "Renesas RSPI controller" 373 - depends on (SUPERH || ARCH_SHMOBILE) && SH_DMAE_BASE 373 + depends on (SUPERH && SH_DMAE_BASE) || ARCH_SHMOBILE 374 374 help 375 375 SPI driver for Renesas RSPI blocks. 376 376