diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-04-07 07:59:45 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-04-07 07:59:45 +0000 |
commit | f80f0c7d221d08533da8a585b16fd29f6e68df4d (patch) | |
tree | 604d988def4ae0f899626d9d80819d0d5966b1ee /target/linux/ar71xx/config-3.10 | |
parent | dba8a58b46ae36f95addf138cfb00594293d53fe (diff) | |
download | upstream-f80f0c7d221d08533da8a585b16fd29f6e68df4d.tar.gz upstream-f80f0c7d221d08533da8a585b16fd29f6e68df4d.tar.bz2 upstream-f80f0c7d221d08533da8a585b16fd29f6e68df4d.zip |
ar71xx: add support for QCA953x SoC
I don't have access to the specs, so I'm not sure about every detail, but I
haven't seen any problems with my test system, a TL-WR841N v9. It looks pretty
much like a QCA955x without PCI, a little twist in the clock calculation and
a AR9331-compatible switch.
Features not yet supported:
* EHCI (my test system doesn't have USB)
* ? (I have no idea if the QCA953x has any other features I don't know about
that aren't used by the TL-WR841N v9)
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
SVN-Revision: 40399
Diffstat (limited to 'target/linux/ar71xx/config-3.10')
-rw-r--r-- | target/linux/ar71xx/config-3.10 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ar71xx/config-3.10 b/target/linux/ar71xx/config-3.10 index 39a35c2180..0811650dc2 100644 --- a/target/linux/ar71xx/config-3.10 +++ b/target/linux/ar71xx/config-3.10 @@ -263,6 +263,7 @@ CONFIG_SOC_AR724X=y CONFIG_SOC_AR913X=y CONFIG_SOC_AR933X=y CONFIG_SOC_AR934X=y +CONFIG_SOC_QCA953X=y CONFIG_SOC_QCA955X=y CONFIG_SPI=y CONFIG_SPI_AP83=y |