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/mt7621 | |
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/mt7621')
-rw-r--r-- | target/linux/ramips/mt7621/config-3.14 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/ramips/mt7621/config-3.14 b/target/linux/ramips/mt7621/config-3.14 index 96703610b3..70fe0cb144 100644 --- a/target/linux/ramips/mt7621/config-3.14 +++ b/target/linux/ramips/mt7621/config-3.14 @@ -177,7 +177,8 @@ CONFIG_SOC_MT7621=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_STOP_MACHINE=y CONFIG_SWCONFIG=y CONFIG_SYNC_R4K=y |