--- zzzz-none-000/linux-2.6.32.61/drivers/spi/Kconfig 2013-06-10 09:43:48.000000000 +0000 +++ ar10-7272-687/linux-2.6.32.61/drivers/spi/Kconfig 2011-07-20 07:23:51.000000000 +0000 @@ -116,6 +116,15 @@ 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_GPIO_OLD + tristate "Old GPIO API based bitbanging SPI controller (DEPRECATED)" + depends on SPI_MASTER && GENERIC_GPIO + select SPI_BITBANG + help + This code is deprecated. Please use the new mainline SPI-GPIO driver. + + If unsure, say N. + config SPI_IMX tristate "Freescale i.MX SPI controllers" depends on ARCH_MXC @@ -215,6 +224,8 @@ the inbuilt hardware cannot provide the transfer mode, or where the board is using non hardware connected pins. +source "drivers/spi/Kconfig.ifx" + config SPI_SH_SCI tristate "SuperH SCI SPI controller" depends on SUPERH