diff options
author | Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> | 2011-02-14 20:30:32 -0500 |
---|---|---|
committer | Grant Likely <grant.likely@secretlab.ca> | 2011-02-22 16:59:54 -0500 |
commit | 5c05dd0750402f174302cf2b8cdf4111be080dcb (patch) | |
tree | 2c4da06e9b58d28aec35f85df31f768045e4a8fa /drivers/spi/Kconfig | |
parent | 0ff56cd85a2c5104a36d84662b9180c219e8604e (diff) |
spi: add support for SuperH SPI
The SH7757 has SPI0 module. This patch supports it.
Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
[grant.likely@secretlab.ca: fixed Makefile ordering, added
__dev{init,exit} annotations, removed DRIVER_VERSION (this is
mainline, the version == the kernel version) and tidied some
indentation & style stuff]
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Diffstat (limited to 'drivers/spi/Kconfig')
-rw-r--r-- | drivers/spi/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index e85b248800c7..cdeb01f45bc2 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig | |||
@@ -343,6 +343,12 @@ config SPI_SH_MSIOF | |||
343 | help | 343 | help |
344 | SPI driver for SuperH MSIOF blocks. | 344 | SPI driver for SuperH MSIOF blocks. |
345 | 345 | ||
346 | config SPI_SH | ||
347 | tristate "SuperH SPI controller" | ||
348 | depends on SUPERH | ||
349 | help | ||
350 | SPI driver for SuperH SPI blocks. | ||
351 | |||
346 | config SPI_SH_SCI | 352 | config SPI_SH_SCI |
347 | tristate "SuperH SCI SPI controller" | 353 | tristate "SuperH SCI SPI controller" |
348 | depends on SUPERH | 354 | depends on SUPERH |