diff options
author | Felix Fietkau <nbd@openwrt.org> | 2008-04-20 02:53:04 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2008-04-20 02:53:04 +0000 |
commit | a323a7bf2a131761180a1ffe01928dc2e7804837 (patch) | |
tree | 89fef6ba6d25ffb5ac881b53b2a7db10421af652 /target/linux/atheros/config-2.6.23 | |
parent | 27d341022c302a5d12e3cdad035358a20f72e3e1 (diff) | |
download | upstream-a323a7bf2a131761180a1ffe01928dc2e7804837.tar.gz upstream-a323a7bf2a131761180a1ffe01928dc2e7804837.tar.bz2 upstream-a323a7bf2a131761180a1ffe01928dc2e7804837.zip |
Add stub driver for ADM6996F switches (configured through MII) The driver currently uses a hardcoded VLAN mapping and has no configuration yet Tested on Accton MR3202a
SVN-Revision: 10869
Diffstat (limited to 'target/linux/atheros/config-2.6.23')
-rw-r--r-- | target/linux/atheros/config-2.6.23 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/atheros/config-2.6.23 b/target/linux/atheros/config-2.6.23 index 72d04fd073..2f69da0ba7 100644 --- a/target/linux/atheros/config-2.6.23 +++ b/target/linux/atheros/config-2.6.23 @@ -1,5 +1,6 @@ CONFIG_32BIT=y # CONFIG_64BIT is not set +CONFIG_ADM6996_PHY=y CONFIG_AR2313=y # CONFIG_ARCH_HAS_ILOG2_U32 is not set # CONFIG_ARCH_HAS_ILOG2_U64 is not set |