aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/Kconfig')
-rw-r--r--arch/powerpc/Kconfig20
1 files changed, 16 insertions, 4 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig
index 967ecf92d6a7..1c44a1dac421 100644
--- a/arch/powerpc/Kconfig
+++ b/arch/powerpc/Kconfig
@@ -278,6 +278,7 @@ config PPC_PSERIES
278 select PPC_I8259 278 select PPC_I8259
279 select PPC_RTAS 279 select PPC_RTAS
280 select RTAS_ERROR_LOGGING 280 select RTAS_ERROR_LOGGING
281 select RTAS_FW
281 default y 282 default y
282 283
283config PPC_CHRP 284config PPC_CHRP
@@ -319,10 +320,12 @@ config PPC_MAPLE
319 This option enables support for the Maple 970FX Evaluation Board. 320 This option enables support for the Maple 970FX Evaluation Board.
320 For more informations, refer to <http://www.970eval.com> 321 For more informations, refer to <http://www.970eval.com>
321 322
322config PPC_BPA 323config PPC_CELL
323 bool " Broadband Processor Architecture" 324 bool " Cell Broadband Processor Architecture"
324 depends on PPC_MULTIPLATFORM && PPC64 325 depends on PPC_MULTIPLATFORM && PPC64
325 select PPC_RTAS 326 select PPC_RTAS
327 select RTAS_FW
328 select MMIO_NVRAM
326 329
327config PPC_OF 330config PPC_OF
328 bool 331 bool
@@ -353,13 +356,22 @@ config RTAS_ERROR_LOGGING
353 depends on PPC_RTAS 356 depends on PPC_RTAS
354 default n 357 default n
355 358
359config RTAS_FW
360 bool
361 depends on PPC_RTAS
362 default n
363
364config MMIO_NVRAM
365 bool
366 default n
367
356config MPIC_BROKEN_U3 368config MPIC_BROKEN_U3
357 bool 369 bool
358 depends on PPC_MAPLE 370 depends on PPC_MAPLE
359 default y 371 default y
360 372
361config BPA_IIC 373config CELL_IIC
362 depends on PPC_BPA 374 depends on PPC_CELL
363 bool 375 bool
364 default y 376 default y
365 377