diff options
author | Florian Fainelli <florian@openwrt.org> | 2009-04-29 13:31:36 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2009-04-29 13:31:36 +0000 |
commit | c0efd04f69d2b377bdcf819c34454fa6b619d121 (patch) | |
tree | 7437ea7785e675b66ce58d82635d1fff4aa4dead /target/linux/atheros | |
parent | a523450678c76495e002fb8df8d049f36e1e4b42 (diff) | |
download | upstream-c0efd04f69d2b377bdcf819c34454fa6b619d121.tar.gz upstream-c0efd04f69d2b377bdcf819c34454fa6b619d121.tar.bz2 upstream-c0efd04f69d2b377bdcf819c34454fa6b619d121.zip |
enable ar8216 switch support by default (AP65 boards use it)
SVN-Revision: 15485
Diffstat (limited to 'target/linux/atheros')
-rw-r--r-- | target/linux/atheros/config-2.6.28 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/atheros/config-2.6.28 b/target/linux/atheros/config-2.6.28 index 9ef07adbae..d5ee116ce7 100644 --- a/target/linux/atheros/config-2.6.28 +++ b/target/linux/atheros/config-2.6.28 @@ -2,6 +2,7 @@ CONFIG_32BIT=y # CONFIG_64BIT is not set CONFIG_ADM6996_PHY=y CONFIG_AR231X_ETHERNET=y +CONFIG_AR8216_PHY=y # CONFIG_ARCH_HAS_ILOG2_U32 is not set # CONFIG_ARCH_HAS_ILOG2_U64 is not set CONFIG_ARCH_POPULATES_NODE_MAP=y |