diff options
Diffstat (limited to 'drivers/spi/Kconfig')
-rw-r--r-- | drivers/spi/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index aaaea81e412a..69e28ed272c1 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig | |||
@@ -176,6 +176,13 @@ config SPI_S3C24XX_GPIO | |||
176 | the inbuilt hardware cannot provide the transfer mode, or | 176 | the inbuilt hardware cannot provide the transfer mode, or |
177 | where the board is using non hardware connected pins. | 177 | where the board is using non hardware connected pins. |
178 | 178 | ||
179 | config SPI_SH_SCI | ||
180 | tristate "SuperH SCI SPI controller" | ||
181 | depends on SPI_MASTER && SUPERH | ||
182 | select SPI_BITBANG | ||
183 | help | ||
184 | SPI driver for SuperH SCI blocks. | ||
185 | |||
179 | config SPI_TXX9 | 186 | config SPI_TXX9 |
180 | tristate "Toshiba TXx9 SPI controller" | 187 | tristate "Toshiba TXx9 SPI controller" |
181 | depends on SPI_MASTER && GENERIC_GPIO && CPU_TX49XX | 188 | depends on SPI_MASTER && GENERIC_GPIO && CPU_TX49XX |