diff options
Diffstat (limited to 'arch/powerpc/Kconfig')
-rw-r--r-- | arch/powerpc/Kconfig | 20 |
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 | ||
283 | config PPC_CHRP | 284 | config 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 | ||
322 | config PPC_BPA | 323 | config 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 | ||
327 | config PPC_OF | 330 | config 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 | ||
359 | config RTAS_FW | ||
360 | bool | ||
361 | depends on PPC_RTAS | ||
362 | default n | ||
363 | |||
364 | config MMIO_NVRAM | ||
365 | bool | ||
366 | default n | ||
367 | |||
356 | config MPIC_BROKEN_U3 | 368 | config 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 | ||
361 | config BPA_IIC | 373 | config CELL_IIC |
362 | depends on PPC_BPA | 374 | depends on PPC_CELL |
363 | bool | 375 | bool |
364 | default y | 376 | default y |
365 | 377 | ||