aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert+renesas@glider.be>2016-08-31 05:37:05 -0400
committerMark Brown <broonie@kernel.org>2016-09-01 15:53:52 -0400
commit6ffc84dd1590a7af837a23c8d2c405eaa0a7faef (patch)
tree1302b3232d0bd8cb63616204b887fb54818d97e7
parent29b4817d4018df78086157ea3a55c1d9424a7cfc (diff)
spi: sh-msiof: Use ARCH_SHMOBILE instead of SUPERH
"spi_sh_msiof" is used on sh7723 and sh7724 only. As all of the above select ARCH_SHMOBILE, restrict its driver dependencies from SUPERH to ARCH_SHMOBILE. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Reviewed-by: Simon Horman <horms+renesas@verge.net.au> Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r--drivers/spi/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig
index d6fb8d4b7786..056e3bada65f 100644
--- a/drivers/spi/Kconfig
+++ b/drivers/spi/Kconfig
@@ -549,7 +549,7 @@ config SPI_SC18IS602
549config SPI_SH_MSIOF 549config SPI_SH_MSIOF
550 tristate "SuperH MSIOF SPI controller" 550 tristate "SuperH MSIOF SPI controller"
551 depends on HAVE_CLK && HAS_DMA 551 depends on HAVE_CLK && HAS_DMA
552 depends on SUPERH || ARCH_RENESAS || COMPILE_TEST 552 depends on ARCH_SHMOBILE || ARCH_RENESAS || COMPILE_TEST
553 help 553 help
554 SPI driver for SuperH and SH Mobile MSIOF blocks. 554 SPI driver for SuperH and SH Mobile MSIOF blocks.
555 555