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/mt7620 | |
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/mt7620')
-rw-r--r-- | target/linux/ramips/mt7620/config-3.14 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ramips/mt7620/config-3.14 b/target/linux/ramips/mt7620/config-3.14 index c79fa5e4b8..aa73a36e84 100644 --- a/target/linux/ramips/mt7620/config-3.14 +++ b/target/linux/ramips/mt7620/config-3.14 @@ -164,6 +164,7 @@ CONFIG_SOC_MT7620=y # CONFIG_SOC_RT3883 is not set CONFIG_SPI=y CONFIG_SPI_MASTER=y +# CONFIG_SPI_MT7621 is not set CONFIG_SPI_RT2880=y CONFIG_SWCONFIG=y CONFIG_SYS_HAS_CPU_MIPS32_R1=y |