spi/sh: Add SH Mobile series as dependency to MSIOF controller
authorBastian Hecht <hechtb@gmail.com>
Wed, 7 Nov 2012 11:40:05 +0000 (12:40 +0100)
committerGrant Likely <grant.likely@secretlab.ca>
Thu, 6 Dec 2012 14:05:54 +0000 (14:05 +0000)
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>
drivers/spi/Kconfig

index 45cb291..2e188e1 100644 (file)
@@ -348,10 +348,10 @@ config SPI_SC18IS602
 
 config SPI_SH_MSIOF
        tristate "SuperH MSIOF SPI controller"
-       depends on SUPERH && HAVE_CLK
+       depends on (SUPERH || ARCH_SHMOBILE) && HAVE_CLK
        select SPI_BITBANG
        help
-         SPI driver for SuperH MSIOF blocks.
+         SPI driver for SuperH and SH Mobile MSIOF blocks.
 
 config SPI_SH
        tristate "SuperH SPI controller"