aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/spi/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig
index 213b5cbb9dcc..ff787e18c227 100644
--- a/drivers/spi/Kconfig
+++ b/drivers/spi/Kconfig
@@ -434,7 +434,7 @@ config SPI_SC18IS602
434 434
435config SPI_SH_MSIOF 435config SPI_SH_MSIOF
436 tristate "SuperH MSIOF SPI controller" 436 tristate "SuperH MSIOF SPI controller"
437 depends on HAVE_CLK 437 depends on HAVE_CLK && HAS_DMA
438 depends on SUPERH || ARCH_SHMOBILE || COMPILE_TEST 438 depends on SUPERH || ARCH_SHMOBILE || COMPILE_TEST
439 help 439 help
440 SPI driver for SuperH and SH Mobile MSIOF blocks. 440 SPI driver for SuperH and SH Mobile MSIOF blocks.