diff options
author | Alexandros C. Couloumbis <alex@ozo.com> | 2010-11-10 16:23:42 +0000 |
---|---|---|
committer | Alexandros C. Couloumbis <alex@ozo.com> | 2010-11-10 16:23:42 +0000 |
commit | 283e5476068c9072e4416e0b3181be2a3c5f2a93 (patch) | |
tree | 9faac6512fdb7dc7b2bc41ebd9ae8fcbb341aa7e /target/linux/ar71xx/patches-2.6.37/152-rb4xx-spi-driver.patch | |
parent | ae3afbb5cadd9901c5f9d8a82e9248e3c9de405f (diff) | |
download | upstream-283e5476068c9072e4416e0b3181be2a3c5f2a93.tar.gz upstream-283e5476068c9072e4416e0b3181be2a3c5f2a93.tar.bz2 upstream-283e5476068c9072e4416e0b3181be2a3c5f2a93.zip |
linux/ar71xx: add preliminary 2.6.37 kernel support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23944 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/patches-2.6.37/152-rb4xx-spi-driver.patch')
-rw-r--r-- | target/linux/ar71xx/patches-2.6.37/152-rb4xx-spi-driver.patch | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/target/linux/ar71xx/patches-2.6.37/152-rb4xx-spi-driver.patch b/target/linux/ar71xx/patches-2.6.37/152-rb4xx-spi-driver.patch new file mode 100644 index 0000000000..382cc38853 --- /dev/null +++ b/target/linux/ar71xx/patches-2.6.37/152-rb4xx-spi-driver.patch @@ -0,0 +1,25 @@ +--- a/drivers/spi/Kconfig ++++ b/drivers/spi/Kconfig +@@ -290,6 +290,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 +@@ -51,6 +51,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 |