diff options
author | acoul <acoul@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-04-21 11:45:23 +0000 |
---|---|---|
committer | acoul <acoul@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-04-21 11:45:23 +0000 |
commit | dfba2f5fb19c96511b4f389a65492be66b908f07 (patch) | |
tree | 912dc32f5b0f567d85207f81071f02a9f36f6f28 /target/linux/ar71xx/patches-2.6.38/152-rb4xx-spi-driver.patch | |
parent | e7a09675219049d52769218ee228b5b5d9bea5dd (diff) |
linux/ar71xx: add 2.6.38 preliminary support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26746 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/patches-2.6.38/152-rb4xx-spi-driver.patch')
-rw-r--r-- | target/linux/ar71xx/patches-2.6.38/152-rb4xx-spi-driver.patch | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/target/linux/ar71xx/patches-2.6.38/152-rb4xx-spi-driver.patch b/target/linux/ar71xx/patches-2.6.38/152-rb4xx-spi-driver.patch new file mode 100644 index 0000000000..9fcf5cc822 --- /dev/null +++ b/target/linux/ar71xx/patches-2.6.38/152-rb4xx-spi-driver.patch @@ -0,0 +1,25 @@ +--- a/drivers/spi/Kconfig ++++ b/drivers/spi/Kconfig +@@ -304,6 +304,12 @@ config SPI_PXA2XX + config SPI_PXA2XX_PCI + def_bool SPI_PXA2XX && X86_32 && PCI + ++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 +@@ -52,6 +52,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 |