]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/spi/Kconfig
spi: add spi_ppc4xx driver
[karo-tx-linux.git] / drivers / spi / Kconfig
index 2c733c27db2f4dd95d938528d52104ab4c9d0a85..3ac072f6db35c9529709e4f63d3c4a8bca73c30e 100644 (file)
@@ -116,13 +116,6 @@ config SPI_GPIO
          GPIO operations, you should be able to leverage that for better
          speed with a custom version of this driver; see the source code.
 
-config SPI_IMX
-       tristate "Freescale iMX SPI controller"
-       depends on ARCH_MX1 && EXPERIMENTAL
-       help
-         This enables using the Freescale iMX SPI controller in master
-         mode.
-
 config SPI_LM70_LLP
        tristate "Parallel port adapter for LM70 eval board (DEVELOPMENT)"
        depends on PARPORT && EXPERIMENTAL
@@ -178,6 +171,13 @@ config SPI_PL022
          controller. If you have an embedded system with an AMBA(R)
          bus and a PL022 controller, say Y or M here.
 
+config SPI_PPC4xx
+       tristate "PPC4xx SPI Controller"
+       depends on PPC32 && 4xx && SPI_MASTER
+       select SPI_BITBANG
+       help
+         This selects a driver for the PPC4xx SPI Controller.
+
 config SPI_PXA2XX
        tristate "PXA2xx SSP SPI master"
        depends on ARCH_PXA && EXPERIMENTAL