diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-01-12 12:25:30 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-01-12 12:25:30 +0000 |
commit | b62eb10da1e7862731f6818b63c6d8eea9633c7e (patch) | |
tree | 4ae982b12afda2f1f433befc1d3af66e9fe4d91e /target/linux/ramips/patches-3.6/105-ramips-spi-driver.patch | |
parent | 0e25af0b7a4dd633ab884a12ed583ed14f4d9a1b (diff) |
ramips: remove 3.6 support
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35110 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips/patches-3.6/105-ramips-spi-driver.patch')
-rw-r--r-- | target/linux/ramips/patches-3.6/105-ramips-spi-driver.patch | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/target/linux/ramips/patches-3.6/105-ramips-spi-driver.patch b/target/linux/ramips/patches-3.6/105-ramips-spi-driver.patch deleted file mode 100644 index 913a7d3aae..0000000000 --- a/target/linux/ramips/patches-3.6/105-ramips-spi-driver.patch +++ /dev/null @@ -1,25 +0,0 @@ ---- a/drivers/spi/Kconfig -+++ b/drivers/spi/Kconfig -@@ -309,6 +309,12 @@ config SPI_RSPI - help - SPI driver for Renesas RSPI blocks. - -+config SPI_RAMIPS -+ tristate "Ralink RT288x/RT305x/RT3662 SPI Controller" -+ depends on (SOC_RT288X || SOC_RT305X || SOC_RT3883) -+ help -+ This selects a driver for the Ralink RT288x/RT305x SPI Controller. -+ - config SPI_S3C24XX - tristate "Samsung S3C24XX series SPI" - depends on ARCH_S3C24XX && EXPERIMENTAL ---- a/drivers/spi/Makefile -+++ b/drivers/spi/Makefile -@@ -47,6 +47,7 @@ obj-$(CONFIG_SPI_PL022) += spi-pl022.o - obj-$(CONFIG_SPI_PPC4xx) += spi-ppc4xx.o - obj-$(CONFIG_SPI_PXA2XX) += spi-pxa2xx.o - obj-$(CONFIG_SPI_PXA2XX_PCI) += spi-pxa2xx-pci.o -+obj-$(CONFIG_SPI_RAMIPS) += spi-ramips.o - obj-$(CONFIG_SPI_RSPI) += spi-rspi.o - obj-$(CONFIG_SPI_S3C24XX) += spi-s3c24xx-hw.o - spi-s3c24xx-hw-y := spi-s3c24xx.o |