Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6ffc84dd authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Mark Brown
Browse files

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: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: default avatarSimon Horman <horms+renesas@verge.net.au>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 29b4817d
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -549,7 +549,7 @@ config SPI_SC18IS602
config SPI_SH_MSIOF
config SPI_SH_MSIOF
	tristate "SuperH MSIOF SPI controller"
	tristate "SuperH MSIOF SPI controller"
	depends on HAVE_CLK && HAS_DMA
	depends on HAVE_CLK && HAS_DMA
	depends on SUPERH || ARCH_RENESAS || COMPILE_TEST
	depends on ARCH_SHMOBILE || ARCH_RENESAS || COMPILE_TEST
	help
	help
	  SPI driver for SuperH and SH Mobile MSIOF blocks.
	  SPI driver for SuperH and SH Mobile MSIOF blocks.