Skip to content

Commit

Permalink
spi/sh: Add SH Mobile series as dependency to MSIOF controller
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Bastian Hecht authored and Grant Likely committed Dec 6, 2012
1 parent 078b6ea commit 746aeff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/spi/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 746aeff

Please sign in to comment.