diff options
author | Felix Fietkau <nbd@openwrt.org> | 2010-10-21 18:41:52 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2010-10-21 18:41:52 +0000 |
commit | 33dc8f35fe7e3aa2ebed8e25c6a91511a81705d1 (patch) | |
tree | d1bd619436ebcf841bfa7d7d44c2490cdb1dd53f /target/linux/ar71xx/patches-2.6.35/152-rb4xx-spi-driver.patch | |
parent | 26bca4c854307e213f8b6804986d98c9814cebfc (diff) | |
download | upstream-33dc8f35fe7e3aa2ebed8e25c6a91511a81705d1.tar.gz upstream-33dc8f35fe7e3aa2ebed8e25c6a91511a81705d1.tar.bz2 upstream-33dc8f35fe7e3aa2ebed8e25c6a91511a81705d1.zip |
ar71xx: remove unused kernel versions, 2.6.36 should be the next target
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23571 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/patches-2.6.35/152-rb4xx-spi-driver.patch')
-rw-r--r-- | target/linux/ar71xx/patches-2.6.35/152-rb4xx-spi-driver.patch | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/target/linux/ar71xx/patches-2.6.35/152-rb4xx-spi-driver.patch b/target/linux/ar71xx/patches-2.6.35/152-rb4xx-spi-driver.patch deleted file mode 100644 index 1a59b44387..0000000000 --- a/target/linux/ar71xx/patches-2.6.35/152-rb4xx-spi-driver.patch +++ /dev/null @@ -1,25 +0,0 @@ ---- a/drivers/spi/Kconfig -+++ b/drivers/spi/Kconfig -@@ -259,6 +259,12 @@ config SPI_PXA2XX - The driver can be configured to use any SSP port and additional - documentation can be found a Documentation/spi/pxa2xx. - -+config SPI_RB4XX -+ tristate "Mikrotik RB4XX SPI master" -+ depends on SPI_MASTER && AR71XX_MACH_RB4XX -+ help -+ SPI controller driver for the Mikrotik RB4xx series boards. -+ - config SPI_S3C24XX - tristate "Samsung S3C24XX series SPI" - depends on ARCH_S3C2410 && EXPERIMENTAL ---- a/drivers/spi/Makefile -+++ b/drivers/spi/Makefile -@@ -49,6 +49,7 @@ obj-$(CONFIG_SPI_SH_SCI) += spi_sh_sci. - obj-$(CONFIG_SPI_SH_MSIOF) += spi_sh_msiof.o - obj-$(CONFIG_SPI_STMP3XXX) += spi_stmp.o - obj-$(CONFIG_SPI_NUC900) += spi_nuc900.o -+obj-$(CONFIG_SPI_RB4XX) += rb4xx_spi.o - - # special build for s3c24xx spi driver with fiq support - spi_s3c24xx_hw-y := spi_s3c24xx.o |