diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2009-12-18 12:57:05 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2009-12-18 12:57:05 +0000 |
commit | 70d31d46a85e7dee4274542e3bad29dcaa29b50e (patch) | |
tree | 463e6cb782229ad13c73f39e8a52d991950f4472 /target/linux/ar71xx/config-2.6.30 | |
parent | 1f114b0dbdf4f381d6a04dfee649d80653871490 (diff) | |
download | upstream-70d31d46a85e7dee4274542e3bad29dcaa29b50e.tar.gz upstream-70d31d46a85e7dee4274542e3bad29dcaa29b50e.tar.bz2 upstream-70d31d46a85e7dee4274542e3bad29dcaa29b50e.zip |
ar71xx: move AP94 specific PCI init code into a separate file
SVN-Revision: 18819
Diffstat (limited to 'target/linux/ar71xx/config-2.6.30')
-rw-r--r-- | target/linux/ar71xx/config-2.6.30 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ar71xx/config-2.6.30 b/target/linux/ar71xx/config-2.6.30 index c957cf0a59..da5f3c4cfc 100644 --- a/target/linux/ar71xx/config-2.6.30 +++ b/target/linux/ar71xx/config-2.6.30 @@ -3,6 +3,7 @@ CONFIG_32BIT=y CONFIG_AG71XX=y CONFIG_AG71XX_AR8216_SUPPORT=y # CONFIG_AG71XX_DEBUG is not set +CONFIG_AR71XX_DEV_AP94_PCI=y CONFIG_AR71XX_DEV_M25P80=y CONFIG_AR71XX_MACH_AP81=y CONFIG_AR71XX_MACH_AP83=y |