aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/Kconfig')
-rw-r--r--arch/powerpc/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig
index 65588a6bd2fe..3d26ba7ad76d 100644
--- a/arch/powerpc/Kconfig
+++ b/arch/powerpc/Kconfig
@@ -223,6 +223,11 @@ config PPC_DCR
223 depends on PPC_DCR_NATIVE || PPC_DCR_MMIO 223 depends on PPC_DCR_NATIVE || PPC_DCR_MMIO
224 default y 224 default y
225 225
226config PPC_OF_PLATFORM_PCI
227 bool
228 depends on PPC64 # not supported on 32 bits yet
229 default n
230
226config BOOKE 231config BOOKE
227 bool 232 bool
228 depends on E200 || E500 233 depends on E200 || E500
@@ -469,6 +474,7 @@ config PPC_CELL_NATIVE
469 bool 474 bool
470 select PPC_CELL 475 select PPC_CELL
471 select PPC_DCR_MMIO 476 select PPC_DCR_MMIO
477 select PPC_OF_PLATFORM_PCI
472 select MPIC 478 select MPIC
473 default n 479 default n
474 480