diff options
author | Shimoda, Yoshihiro <yoshihiro.shimoda.uh@renesas.com> | 2012-03-07 00:46:25 -0500 |
---|---|---|
committer | Grant Likely <grant.likely@secretlab.ca> | 2012-03-07 21:18:49 -0500 |
commit | 0b2182ddac4b8837bbba996d03b7b28f4346db0a (patch) | |
tree | 2cfd0ba316ca67717f3e06d14ee30fa73c92f6df /drivers/spi/Kconfig | |
parent | 0eb8880fac7b0f32ebab33f99e758c6b308e3aa1 (diff) |
spi: add support for Renesas RSPI
The SH7757 has RSPI module. This patch supports it.
Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
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 3f9a47ec67dc..7609c9cecd35 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig | |||
@@ -279,6 +279,12 @@ config SPI_PXA2XX | |||
279 | config SPI_PXA2XX_PCI | 279 | config SPI_PXA2XX_PCI |
280 | def_bool SPI_PXA2XX && X86_32 && PCI | 280 | def_bool SPI_PXA2XX && X86_32 && PCI |
281 | 281 | ||
282 | config SPI_RSPI | ||
283 | tristate "Renesas RSPI controller" | ||
284 | depends on SUPERH | ||
285 | help | ||
286 | SPI driver for Renesas RSPI blocks. | ||
287 | |||
282 | config SPI_S3C24XX | 288 | config SPI_S3C24XX |
283 | tristate "Samsung S3C24XX series SPI" | 289 | tristate "Samsung S3C24XX series SPI" |
284 | depends on ARCH_S3C2410 && EXPERIMENTAL | 290 | depends on ARCH_S3C2410 && EXPERIMENTAL |