]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/spi/Kconfig
[SPARC64]: Niagara-2 optimized copies.
[linux-2.6-omap-h63xx.git] / drivers / spi / Kconfig
index 22feb3c8de55a298ff8398deeca364bbd59f88c8..b91571122daadfd3c0f7ae6115f5c7bfe62784e2 100644 (file)
@@ -142,6 +142,12 @@ config SPI_OMAP_UWIRE
        help
          This hooks up to the MicroWire controller on OMAP1 chips.
 
+config SPI_OMAP24XX
+       tristate "McSPI driver for OMAP24xx"
+       depends on SPI_MASTER && ARCH_OMAP24XX
+       help
+         SPI master controller for OMAP24xx Multichannel SPI
+         (McSPI) modules.
 
 config SPI_PXA2XX
        tristate "PXA2xx SSP SPI master"
@@ -168,6 +174,12 @@ config SPI_S3C24XX_GPIO
          the inbuilt hardware cannot provide the transfer mode, or
          where the board is using non hardware connected pins.
 
+config SPI_TXX9
+       tristate "Toshiba TXx9 SPI controller"
+       depends on SPI_MASTER && GENERIC_GPIO && CPU_TX49XX
+       help
+         SPI driver for Toshiba TXx9 MIPS SoCs
+
 config SPI_XILINX
        tristate "Xilinx SPI controller"
        depends on SPI_MASTER && XILINX_VIRTEX && EXPERIMENTAL