diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2009-02-25 16:47:11 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2009-02-25 16:47:11 +0000 |
commit | 0e8a23d053a4cf9f5d452e9decf2bf1dbf891dc2 (patch) | |
tree | 25cf6cdc1e77e971d6ed7b17059bcb3bab405a0c /target/linux/ar71xx/config-2.6.28 | |
parent | 9da4abfe58715c6b435fe22ddb52bacbb8464c61 (diff) | |
download | upstream-0e8a23d053a4cf9f5d452e9decf2bf1dbf891dc2.tar.gz upstream-0e8a23d053a4cf9f5d452e9decf2bf1dbf891dc2.tar.bz2 upstream-0e8a23d053a4cf9f5d452e9decf2bf1dbf891dc2.zip |
ag71xx driver: add a workaround for the ar8216 chip, until we get a suitable switch driver
SVN-Revision: 14655
Diffstat (limited to 'target/linux/ar71xx/config-2.6.28')
-rw-r--r-- | target/linux/ar71xx/config-2.6.28 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ar71xx/config-2.6.28 b/target/linux/ar71xx/config-2.6.28 index f2fcc47d8d..17d7c0b441 100644 --- a/target/linux/ar71xx/config-2.6.28 +++ b/target/linux/ar71xx/config-2.6.28 @@ -4,6 +4,7 @@ CONFIG_32BIT=y CONFIG_ADM6996_PHY=y CONFIG_AG71XX=y # CONFIG_AG71XX_DEBUG is not set +CONFIG_AG71XX_AR8216_SUPPORT=y # CONFIG_AR71XX_EARLY_SERIAL is not set CONFIG_AR71XX_MACH_AP83=y CONFIG_AR71XX_MACH_AW_NR580=y |