Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

spi/sh: Add SH Mobile series as dependency to MSIOF controller

The MSIOF hardware block is used in the SH Mobile series as well, so we
add it here.

Signed-off-by: Bastian Hecht <hechtb@gmail.com>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>

authored by

Bastian Hecht and committed by
Grant Likely
746aeffd 078b6ead

+2 -2
+2 -2
drivers/spi/Kconfig
··· 348 348 349 349 config SPI_SH_MSIOF 350 350 tristate "SuperH MSIOF SPI controller" 351 - depends on SUPERH && HAVE_CLK 351 + depends on (SUPERH || ARCH_SHMOBILE) && HAVE_CLK 352 352 select SPI_BITBANG 353 353 help 354 - SPI driver for SuperH MSIOF blocks. 354 + SPI driver for SuperH and SH Mobile MSIOF blocks. 355 355 356 356 config SPI_SH 357 357 tristate "SuperH SPI controller"