diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-12-18 11:28:53 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-12-18 11:28:53 +0000 |
commit | 4571fc780da71a53324050f6590ca8c5b99ca444 (patch) | |
tree | 71f319f0e3f185fb90fa1e63a9b56b4aaccf5964 /target/linux/ar71xx/config-3.14 | |
parent | 2f9b042d694c26c708e4ee5426ffb55a001b741c (diff) | |
download | mtk-20170518-4571fc780da71a53324050f6590ca8c5b99ca444.zip mtk-20170518-4571fc780da71a53324050f6590ca8c5b99ca444.tar.gz mtk-20170518-4571fc780da71a53324050f6590ca8c5b99ca444.tar.bz2 |
ar71xx: add support for qca956x soc
This patch adds soc support for QCA9561 and TP9343.
TP9343 is a reduced version of QCA9561, which can be found in TP-LINK routers in China.
The qca956x_wmac has not yet been supported by ath9k.
tested on TL-WDR6500 and TL-WR882N v1 (Chinese version)
Signed-off-by: Weijie Gao <hackpascal@gmail.com>
SVN-Revision: 43744
Diffstat (limited to 'target/linux/ar71xx/config-3.14')
-rw-r--r-- | target/linux/ar71xx/config-3.14 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ar71xx/config-3.14 b/target/linux/ar71xx/config-3.14 index 6098af6..b6fa4ab 100644 --- a/target/linux/ar71xx/config-3.14 +++ b/target/linux/ar71xx/config-3.14 @@ -292,6 +292,7 @@ CONFIG_SOC_AR933X=y CONFIG_SOC_AR934X=y CONFIG_SOC_QCA953X=y CONFIG_SOC_QCA955X=y +CONFIG_SOC_QCA956X=y CONFIG_SPI=y CONFIG_SPI_AP83=y CONFIG_SPI_ATH79=y |