diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2009-12-25 13:09:04 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2009-12-25 13:09:04 +0000 |
commit | 9bc2533b39906c5010ec43e22f2cb4162640cebd (patch) | |
tree | f3e5a808c320aeedaf6e3836f647c56c3307a234 /target/linux/ar71xx/config-2.6.32 | |
parent | 896369267cb0c4593d2142fd4a15f7686720d497 (diff) | |
download | upstream-9bc2533b39906c5010ec43e22f2cb4162640cebd.tar.gz upstream-9bc2533b39906c5010ec43e22f2cb4162640cebd.tar.bz2 upstream-9bc2533b39906c5010ec43e22f2cb4162640cebd.zip |
ar71xx: move PB42 specific PCI init code into a separate file
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18932 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 ed3bb6201c..566495fdb7 100644 --- a/target/linux/ar71xx/config-2.6.32 +++ b/target/linux/ar71xx/config-2.6.32 @@ -9,6 +9,7 @@ CONFIG_AR71XX_DEV_AP91_PCI=y CONFIG_AR71XX_DEV_AP94_PCI=y CONFIG_AR71XX_DEV_AR913X_WMAC=y CONFIG_AR71XX_DEV_M25P80=y +CONFIG_AR71XX_DEV_PB42_PCI=y CONFIG_AR71XX_MACH_AP81=y CONFIG_AR71XX_MACH_AP83=y CONFIG_AR71XX_MACH_AW_NR580=y |