aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/Kconfig')
-rw-r--r--arch/powerpc/Kconfig13
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig
index 9f279e0d84f2..ce5100cadd34 100644
--- a/arch/powerpc/Kconfig
+++ b/arch/powerpc/Kconfig
@@ -276,6 +276,8 @@ config PPC_PSERIES
276 depends on PPC_MULTIPLATFORM && PPC64 276 depends on PPC_MULTIPLATFORM && PPC64
277 bool " IBM pSeries & new (POWER5-based) iSeries" 277 bool " IBM pSeries & new (POWER5-based) iSeries"
278 select PPC_I8259 278 select PPC_I8259
279 select PPC_RTAS
280 select RTAS_ERROR_LOGGING
279 default y 281 default y
280 282
281config PPC_CHRP 283config PPC_CHRP
@@ -283,6 +285,7 @@ config PPC_CHRP
283 depends on PPC_MULTIPLATFORM && PPC32 285 depends on PPC_MULTIPLATFORM && PPC32
284 select PPC_I8259 286 select PPC_I8259
285 select PPC_INDIRECT_PCI 287 select PPC_INDIRECT_PCI
288 select PPC_RTAS
286 default y 289 default y
287 290
288config PPC_PMAC 291config PPC_PMAC
@@ -317,6 +320,7 @@ config PPC_MAPLE
317config PPC_BPA 320config PPC_BPA
318 bool " Broadband Processor Architecture" 321 bool " Broadband Processor Architecture"
319 depends on PPC_MULTIPLATFORM && PPC64 322 depends on PPC_MULTIPLATFORM && PPC64
323 select PPC_RTAS
320 324
321config PPC_OF 325config PPC_OF
322 bool 326 bool
@@ -338,6 +342,15 @@ config MPIC
338 bool 342 bool
339 default y 343 default y
340 344
345config PPC_RTAS
346 bool
347 default n
348
349config RTAS_ERROR_LOGGING
350 bool
351 depends on PPC_RTAS
352 default n
353
341config MPIC_BROKEN_U3 354config MPIC_BROKEN_U3
342 bool 355 bool
343 depends on PPC_MAPLE 356 depends on PPC_MAPLE