diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-01-02 21:52:53 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-01-02 21:52:53 +0000 |
commit | aefd3c569ce86606bceff897fa68fa41a0e5ae0b (patch) | |
tree | bb71b2c4b76c64351fb2e4483cec93dfbda575da /target/linux/ramips/mt7628 | |
parent | cc5f89c66a904f797d20a2e6f26d0dc92e9c2bca (diff) | |
download | upstream-aefd3c569ce86606bceff897fa68fa41a0e5ae0b.tar.gz upstream-aefd3c569ce86606bceff897fa68fa41a0e5ae0b.tar.bz2 upstream-aefd3c569ce86606bceff897fa68fa41a0e5ae0b.zip |
ramips: split mt7621 spi into a separate driver, increase maximum transfer size
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43807
Diffstat (limited to 'target/linux/ramips/mt7628')
-rw-r--r-- | target/linux/ramips/mt7628/config-3.14 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/ramips/mt7628/config-3.14 b/target/linux/ramips/mt7628/config-3.14 index 4296586c1a..5bbb55f012 100644 --- a/target/linux/ramips/mt7628/config-3.14 +++ b/target/linux/ramips/mt7628/config-3.14 @@ -164,7 +164,8 @@ CONFIG_SOC_MT7620=y # CONFIG_SOC_RT3883 is not set CONFIG_SPI=y CONFIG_SPI_MASTER=y -CONFIG_SPI_RT2880=y +CONFIG_SPI_MT7621=y +# CONFIG_SPI_RT2880 is not set CONFIG_SWCONFIG=y CONFIG_SYS_HAS_CPU_MIPS32_R1=y CONFIG_SYS_HAS_CPU_MIPS32_R2=y |