ar71xx: move AP94 specific PCI init code into a separate file
[openwrt-10.03/.git] / target / linux / ar71xx / files / arch / mips / ar71xx / Kconfig
index 95ca96a651a4070d92f00a3e8ebb65d3023b5e97..3999b97c4d4b08bf279a19800835dc4d473b1fff 100644 (file)
@@ -19,6 +19,7 @@ config AR71XX_MACH_DIR_615_C1
 config AR71XX_MACH_DIR_825_B1
        bool "D-Link DIR-825 rev. B1 board support"
        select AR71XX_DEV_M25P80
+       select AR71XX_DEV_AP94_PCI if PCI
        default y
 
 config AR71XX_MACH_PB42
@@ -62,6 +63,7 @@ config AR71XX_MACH_RB_4XX
 config AR71XX_MACH_WNDR3700
        bool "NETGEAR WNDR3700 board support"
        select AR71XX_DEV_M25P80
+       select AR71XX_DEV_AP94_PCI if PCI
        default y
 
 config AR71XX_MACH_WNR2000
@@ -109,4 +111,7 @@ endmenu
 config AR71XX_DEV_M25P80
        def_bool n
 
+config AR71XX_DEV_AP94_PCI
+       def_bool n
+
 endif