diff options
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 5ac498bbf2b6..b91571122daa 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig | |||
@@ -174,6 +174,12 @@ config SPI_S3C24XX_GPIO | |||
174 | the inbuilt hardware cannot provide the transfer mode, or | 174 | the inbuilt hardware cannot provide the transfer mode, or |
175 | where the board is using non hardware connected pins. | 175 | where the board is using non hardware connected pins. |
176 | 176 | ||
177 | config SPI_TXX9 | ||
178 | tristate "Toshiba TXx9 SPI controller" | ||
179 | depends on SPI_MASTER && GENERIC_GPIO && CPU_TX49XX | ||
180 | help | ||
181 | SPI driver for Toshiba TXx9 MIPS SoCs | ||
182 | |||
177 | config SPI_XILINX | 183 | config SPI_XILINX |
178 | tristate "Xilinx SPI controller" | 184 | tristate "Xilinx SPI controller" |
179 | depends on SPI_MASTER && XILINX_VIRTEX && EXPERIMENTAL | 185 | depends on SPI_MASTER && XILINX_VIRTEX && EXPERIMENTAL |