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 | eb15b88af2269dc7a72b1d8c3f49538a8d2286c1 (patch) | |
tree | 5f43ece2af972d11b9506afbf99975b18bd0ff81 /target/linux/ar71xx/config-2.6.30 | |
parent | 7cf529c357e0d1923c6453ac27a5652ea845efb9 (diff) | |
download | mtk-20170518-eb15b88af2269dc7a72b1d8c3f49538a8d2286c1.zip mtk-20170518-eb15b88af2269dc7a72b1d8c3f49538a8d2286c1.tar.gz mtk-20170518-eb15b88af2269dc7a72b1d8c3f49538a8d2286c1.tar.bz2 |
ar71xx: move PB42 specific PCI init code into a separate file
SVN-Revision: 18932
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 e1190a8..84aa232 100644 --- a/target/linux/ar71xx/config-2.6.30 +++ b/target/linux/ar71xx/config-2.6.30 @@ -7,6 +7,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 |