summaryrefslogtreecommitdiff
path: root/target/linux/ramips
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
commit9c241983fcc1c4d2e06587fcda24a16a14197b8d (patch)
treed18de9c737d2537af373eddaff15c264a0f87d8a /target/linux/ramips
parent78a750dcce7f4af6bc4b5e5c51f96652b109ad61 (diff)
downloadmtk-20170518-9c241983fcc1c4d2e06587fcda24a16a14197b8d.zip
mtk-20170518-9c241983fcc1c4d2e06587fcda24a16a14197b8d.tar.gz
mtk-20170518-9c241983fcc1c4d2e06587fcda24a16a14197b8d.tar.bz2
ramips: allow to use the SPI driver on RT3662/RT3883
SVN-Revision: 31921
Diffstat (limited to 'target/linux/ramips')
-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 31600e9..28cb13a 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.
+