diff options
| author | Bastian Hecht <hechtb@gmail.com> | 2012-11-07 06:40:05 -0500 |
|---|---|---|
| committer | Grant Likely <grant.likely@secretlab.ca> | 2012-12-06 09:05:54 -0500 |
| commit | 746aeffdd97263d8356870a5dfbbdb5f927378e2 (patch) | |
| tree | f9de5ff2e825bb7c8ea5330af0c2f42bbb0fa87a | |
| parent | 078b6ead72a6486c479f8b95c71dcb3b93abda90 (diff) | |
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>
| -rw-r--r-- | drivers/spi/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index 45cb291287c9..2e188e1127eb 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig | |||
| @@ -348,10 +348,10 @@ config SPI_SC18IS602 | |||
| 348 | 348 | ||
| 349 | config SPI_SH_MSIOF | 349 | config SPI_SH_MSIOF |
| 350 | tristate "SuperH MSIOF SPI controller" | 350 | tristate "SuperH MSIOF SPI controller" |
| 351 | depends on SUPERH && HAVE_CLK | 351 | depends on (SUPERH || ARCH_SHMOBILE) && HAVE_CLK |
| 352 | select SPI_BITBANG | 352 | select SPI_BITBANG |
| 353 | help | 353 | help |
| 354 | SPI driver for SuperH MSIOF blocks. | 354 | SPI driver for SuperH and SH Mobile MSIOF blocks. |
| 355 | 355 | ||
| 356 | config SPI_SH | 356 | config SPI_SH |
| 357 | tristate "SuperH SPI controller" | 357 | tristate "SuperH SPI controller" |
