diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2010-02-19 11:52:36 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2010-02-19 11:52:36 +0000 |
commit | ccbfcba859bf77ffa569ba01e1a946a6e5eac806 (patch) | |
tree | 504ca150285d190ef681ea8d3ba1d55b3de75c38 /target/linux/ar71xx/config-2.6.32 | |
parent | f6e29416b55cb63d5d93897a6f12e09f761dcc70 (diff) | |
download | upstream-ccbfcba859bf77ffa569ba01e1a946a6e5eac806.tar.gz upstream-ccbfcba859bf77ffa569ba01e1a946a6e5eac806.tar.bz2 upstream-ccbfcba859bf77ffa569ba01e1a946a6e5eac806.zip |
ar71xx: move AP91 specific ethernet initialization into a separate file
SVN-Revision: 19750
Diffstat (limited to 'target/linux/ar71xx/config-2.6.32')
-rw-r--r-- | target/linux/ar71xx/config-2.6.32 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ar71xx/config-2.6.32 b/target/linux/ar71xx/config-2.6.32 index b4c3d1f3ac..1b7277c9d8 100644 --- a/target/linux/ar71xx/config-2.6.32 +++ b/target/linux/ar71xx/config-2.6.32 @@ -6,6 +6,7 @@ CONFIG_AG71XX_AR8216_SUPPORT=y # CONFIG_AG71XX_DEBUG_FS is not set # CONFIG_ALCHEMY_GPIO_INDIRECT is not set # CONFIG_AR7 is not set +CONFIG_AR71XX_DEV_AP91_ETH=y CONFIG_AR71XX_DEV_AP91_PCI=y CONFIG_AR71XX_DEV_AP94_PCI=y CONFIG_AR71XX_DEV_AR913X_WMAC=y |