diff options
author | Felix Fietkau <nbd@openwrt.org> | 2009-03-22 20:18:31 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2009-03-22 20:18:31 +0000 |
commit | 7325f7cfbb97f86220c9d7695405f150112c2bfd (patch) | |
tree | f1c8963c29bd9ccd0b35282a3c147abf0ea17cc2 | |
parent | fce316bc0b201838d29a4e226ee34303e6840458 (diff) | |
download | upstream-7325f7cfbb97f86220c9d7695405f150112c2bfd.tar.gz upstream-7325f7cfbb97f86220c9d7695405f150112c2bfd.tar.bz2 upstream-7325f7cfbb97f86220c9d7695405f150112c2bfd.zip |
atheros: enable adm6996 and mvswitch support
SVN-Revision: 14976
-rw-r--r-- | target/linux/atheros/config-2.6.28 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/atheros/config-2.6.28 b/target/linux/atheros/config-2.6.28 index f57e02a5dc..c8f970553f 100644 --- a/target/linux/atheros/config-2.6.28 +++ b/target/linux/atheros/config-2.6.28 @@ -1,5 +1,6 @@ CONFIG_32BIT=y # CONFIG_64BIT is not set +CONFIG_ADM6996_PHY=y CONFIG_AR231X_ETHERNET=y # CONFIG_ARCH_HAS_ILOG2_U32 is not set # CONFIG_ARCH_HAS_ILOG2_U64 is not set @@ -156,6 +157,7 @@ CONFIG_MTD_REDBOOT_PARTS=y CONFIG_MTD_REDBOOT_PARTS_READONLY=y # CONFIG_MTD_ROM is not set # CONFIG_MTD_SLRAM is not set +CONFIG_MVSWITCH_PHY=y # CONFIG_NET_PCI is not set # CONFIG_NF_DEFRAG_IPV4 is not set # CONFIG_NO_IOPORT is not set |