diff options
author | Mark Brown <broonie@linaro.org> | 2013-10-25 04:51:37 -0400 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-10-25 04:51:37 -0400 |
commit | ad14ad735f48ca39e5de8dc7a9186509e7c196e3 (patch) | |
tree | 48472c7f74e3f0f31667b87b7a6639d476885ee9 /drivers/spi/Kconfig | |
parent | b3d6c80050900f55b3f51eba97c3e563d5d099c0 (diff) | |
parent | cb52c673f8adc4a1cba7b645ff5375b57dae21fa (diff) |
Merge remote-tracking branch 'spi/topic/rspi' into spi-next
Diffstat (limited to 'drivers/spi/Kconfig')
-rw-r--r-- | drivers/spi/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index bf2b27f40160..eb1f1ef5fa2e 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig | |||
@@ -370,7 +370,7 @@ config SPI_PXA2XX_PCI | |||
370 | 370 | ||
371 | config SPI_RSPI | 371 | config SPI_RSPI |
372 | tristate "Renesas RSPI controller" | 372 | tristate "Renesas RSPI controller" |
373 | depends on SUPERH && SH_DMAE_BASE | 373 | depends on (SUPERH || ARCH_SHMOBILE) && SH_DMAE_BASE |
374 | help | 374 | help |
375 | SPI driver for Renesas RSPI blocks. | 375 | SPI driver for Renesas RSPI blocks. |
376 | 376 | ||