aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi/Kconfig
diff options
context:
space:
mode:
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>2012-03-01 20:10:17 -0500
committerGrant Likely <grant.likely@secretlab.ca>2012-03-09 11:50:09 -0500
commitd1c8bbd793e4c2f346f8788ad312f5b5b530aff5 (patch)
tree136cf736f0a21f4414fa26ea480848e48e9aadbe /drivers/spi/Kconfig
parentffbbdd21329f3e15eeca6df2d4bc11c04d9d91c0 (diff)
spi: Add SuperH HSPI prototype driver
This patch adds SuperH HSPI driver. It is still prototype driver, but has enough function at this point. Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Diffstat (limited to 'drivers/spi/Kconfig')
-rw-r--r--drivers/spi/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig
index 7609c9cecd35..e2083f6d2026 100644
--- a/drivers/spi/Kconfig
+++ b/drivers/spi/Kconfig
@@ -330,6 +330,12 @@ config SPI_SH_SCI
330 help 330 help
331 SPI driver for SuperH SCI blocks. 331 SPI driver for SuperH SCI blocks.
332 332
333config SPI_SH_HSPI
334 tristate "SuperH HSPI controller"
335 depends on ARCH_SHMOBILE
336 help
337 SPI driver for SuperH HSPI blocks.
338
333config SPI_STMP3XXX 339config SPI_STMP3XXX
334 tristate "Freescale STMP37xx/378x SPI/SSP controller" 340 tristate "Freescale STMP37xx/378x SPI/SSP controller"
335 depends on ARCH_STMP3XXX && SPI_MASTER 341 depends on ARCH_STMP3XXX && SPI_MASTER