aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/patches-3.3
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2012-05-27 17:09:58 +0000
committerGabor Juhos <juhosg@openwrt.org>2012-05-27 17:09:58 +0000
commit948640b4ddf3103d93e1f98ac0318dd90766040c (patch)
tree7960be7d07b9513c2b28416d5bc16795c8b544e5 /target/linux/ramips/patches-3.3
parentdafda799dd49da5b07e5df62b6cabb214dea6ea0 (diff)
downloadmaster-187ad058-948640b4ddf3103d93e1f98ac0318dd90766040c.tar.gz
master-187ad058-948640b4ddf3103d93e1f98ac0318dd90766040c.tar.bz2
master-187ad058-948640b4ddf3103d93e1f98ac0318dd90766040c.zip
ramips: allow to use the SPI driver on RT3662/RT3883
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31921 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips/patches-3.3')
-rw-r--r--target/linux/ramips/patches-3.3/105-ramips-spi-driver.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ramips/patches-3.3/105-ramips-spi-driver.patch b/target/linux/ramips/patches-3.3/105-ramips-spi-driver.patch
index 31600e9643..28cb13af1d 100644
--- a/target/linux/ramips/patches-3.3/105-ramips-spi-driver.patch
+++ b/target/linux/ramips/patches-3.3/105-ramips-spi-driver.patch
@@ -5,8 +5,8 @@
def_bool SPI_PXA2XX && X86_32 && PCI
+config SPI_RAMIPS
-+ tristate "Ralink RT288x/RT305x SPI Controller"
-+ depends on (SOC_RT288X || SOC_RT305X) && SPI_MASTER
++ 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.
+