projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
97b95c1
)
spi: rspi: Remove dependency on DMAE for SHMOBILE
author
Geert Uytterhoeven
<geert+renesas@linux-m68k.org>
Sun, 12 Jan 2014 10:32:44 +0000
(11:32 +0100)
committer
Mark Brown
<broonie@linaro.org>
Mon, 13 Jan 2014 11:53:44 +0000
(11:53 +0000)
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>
drivers/spi/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/spi/Kconfig
b/drivers/spi/Kconfig
index eb1f1ef5fa2eb69db729b6061b2d96c85aaf968b..4f6fbfd71135ec66d8ffc5e94e623f4a06f7fb1b 100644
(file)
--- a/
drivers/spi/Kconfig
+++ b/
drivers/spi/Kconfig
@@
-370,7
+370,7
@@
config SPI_PXA2XX_PCI
config SPI_RSPI
tristate "Renesas RSPI controller"
- depends on (SUPERH
|| ARCH_SHMOBILE) && SH_DMAE_BAS
E
+ depends on (SUPERH
&& SH_DMAE_BASE) || ARCH_SHMOBIL
E
help
SPI driver for Renesas RSPI blocks.