diff options
author | Atsushi Nemoto <anemo@mba.ocn.ne.jp> | 2007-07-17 07:04:15 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-17 13:23:05 -0400 |
commit | f2cac67dd36626128e06e79fc7ca95d544dcdc67 (patch) | |
tree | 689ff4133fa87e2bcbe532158b2fea7684e73a8d /drivers/spi/Kconfig | |
parent | ccdc7bf925731ef37f0af95262d675b74544932f (diff) |
spi_txx9 controller driver
This is a driver for SPI controller built into TXx9 MIPS SoCs.
This driver is derived from arch/mips/tx4938/toshiba_rbtx4938/spi_txx9.c.
Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
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 |