diff options
Diffstat (limited to 'arch/powerpc/Kconfig')
-rw-r--r-- | arch/powerpc/Kconfig | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index 65f4cd181bd6..7b829c754d0d 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig | |||
@@ -404,8 +404,18 @@ config PPC_MAPLE | |||
404 | For more informations, refer to <http://www.970eval.com> | 404 | For more informations, refer to <http://www.970eval.com> |
405 | 405 | ||
406 | config PPC_CELL | 406 | config PPC_CELL |
407 | bool "Cell Broadband Processor Architecture" | 407 | bool |
408 | default n | ||
409 | |||
410 | config PPC_CELL_NATIVE | ||
411 | bool | ||
412 | select PPC_CELL | ||
413 | default n | ||
414 | |||
415 | config PPC_IBM_CELL_BLADE | ||
416 | bool " IBM Cell Blade" | ||
408 | depends on PPC_MULTIPLATFORM && PPC64 | 417 | depends on PPC_MULTIPLATFORM && PPC64 |
418 | select PPC_CELL_NATIVE | ||
409 | select PPC_RTAS | 419 | select PPC_RTAS |
410 | select MMIO_NVRAM | 420 | select MMIO_NVRAM |
411 | select PPC_UDBG_16550 | 421 | select PPC_UDBG_16550 |
@@ -452,11 +462,6 @@ config MPIC_BROKEN_U3 | |||
452 | depends on PPC_MAPLE | 462 | depends on PPC_MAPLE |
453 | default y | 463 | default y |
454 | 464 | ||
455 | config CELL_IIC | ||
456 | depends on PPC_CELL | ||
457 | bool | ||
458 | default y | ||
459 | |||
460 | config IBMVIO | 465 | config IBMVIO |
461 | depends on PPC_PSERIES || PPC_ISERIES | 466 | depends on PPC_PSERIES || PPC_ISERIES |
462 | bool | 467 | bool |