aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/spi/Kconfig')
-rw-r--r--drivers/spi/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig
index c00f9e5b9df8..06e1c0c9d35e 100644
--- a/drivers/spi/Kconfig
+++ b/drivers/spi/Kconfig
@@ -223,6 +223,13 @@ config SPI_S3C24XX_GPIO
223 the inbuilt hardware cannot provide the transfer mode, or 223 the inbuilt hardware cannot provide the transfer mode, or
224 where the board is using non hardware connected pins. 224 where the board is using non hardware connected pins.
225 225
226config SPI_SH_MSIOF
227 tristate "SuperH MSIOF SPI controller"
228 depends on SUPERH && HAVE_CLK
229 select SPI_BITBANG
230 help
231 SPI driver for SuperH MSIOF blocks.
232
226config SPI_SH_SCI 233config SPI_SH_SCI
227 tristate "SuperH SCI SPI controller" 234 tristate "SuperH SCI SPI controller"
228 depends on SUPERH 235 depends on SUPERH