aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/embedded6xx/Kconfig
diff options
context:
space:
mode:
authorPaul Mackerras <paulus@samba.org>2005-10-26 02:36:55 -0400
committerPaul Mackerras <paulus@samba.org>2005-10-26 02:36:55 -0400
commit25635c71e44111a6bd48f342e144e2fc02d0a314 (patch)
tree794b0428a72fefa53a0d9d709247a60a5b4527da /arch/powerpc/platforms/embedded6xx/Kconfig
parentd9953105ce000abcfa988d0c160b2662186f5879 (diff)
ppc: Use the indirect_pci.c from arch/powerpc/sysdev
This defines a CONFIG_INDIRECT_PCI symbol to control whether it gets used or not, and fixes the Kconfig to select that symbol for platforms that need it. Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/platforms/embedded6xx/Kconfig')
-rw-r--r--arch/powerpc/platforms/embedded6xx/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/embedded6xx/Kconfig b/arch/powerpc/platforms/embedded6xx/Kconfig
index 2d755b79d51f..784b41e19465 100644
--- a/arch/powerpc/platforms/embedded6xx/Kconfig
+++ b/arch/powerpc/platforms/embedded6xx/Kconfig
@@ -27,6 +27,7 @@ config CHESTNUT
27 27
28config SPRUCE 28config SPRUCE
29 bool "IBM-Spruce" 29 bool "IBM-Spruce"
30 select PPC_INDIRECT_PCI
30 31
31config HDPU 32config HDPU
32 bool "Sky-HDPU" 33 bool "Sky-HDPU"
@@ -50,15 +51,19 @@ config LOPEC
50 51
51config MVME5100 52config MVME5100
52 bool "Motorola-MVME5100" 53 bool "Motorola-MVME5100"
54 select PPC_INDIRECT_PCI
53 55
54config PPLUS 56config PPLUS
55 bool "Motorola-PowerPlus" 57 bool "Motorola-PowerPlus"
58 select PPC_INDIRECT_PCI
56 59
57config PRPMC750 60config PRPMC750
58 bool "Motorola-PrPMC750" 61 bool "Motorola-PrPMC750"
62 select PPC_INDIRECT_PCI
59 63
60config PRPMC800 64config PRPMC800
61 bool "Motorola-PrPMC800" 65 bool "Motorola-PrPMC800"
66 select PPC_INDIRECT_PCI
62 67
63config SANDPOINT 68config SANDPOINT
64 bool "Motorola-Sandpoint" 69 bool "Motorola-Sandpoint"
@@ -74,6 +79,7 @@ config PAL4
74 79
75config GEMINI 80config GEMINI
76 bool "Synergy-Gemini" 81 bool "Synergy-Gemini"
82 select PPC_INDIRECT_PCI
77 depends on BROKEN 83 depends on BROKEN
78 help 84 help
79 Select Gemini if configuring for a Synergy Microsystems' Gemini 85 Select Gemini if configuring for a Synergy Microsystems' Gemini
@@ -226,6 +232,7 @@ config MV64360 # Really MV64360 & MV64460
226config MV64X60 232config MV64X60
227 bool 233 bool
228 depends on (GT64260 || MV64360) 234 depends on (GT64260 || MV64360)
235 select PPC_INDIRECT_PCI
229 default y 236 default y
230 237
231menu "Set bridge options" 238menu "Set bridge options"
@@ -274,6 +281,7 @@ config EPIC_SERIAL_MODE
274config MPC10X_BRIDGE 281config MPC10X_BRIDGE
275 bool 282 bool
276 depends on POWERPMC250 || LOPEC || SANDPOINT 283 depends on POWERPMC250 || LOPEC || SANDPOINT
284 select PPC_INDIRECT_PCI
277 default y 285 default y
278 286
279config MPC10X_OPENPIC 287config MPC10X_OPENPIC