diff options
Diffstat (limited to 'arch/powerpc/Kconfig')
-rw-r--r-- | arch/powerpc/Kconfig | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index ce431b4446f0..50bb5067d86e 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig | |||
@@ -539,6 +539,16 @@ config PPC_PS3 | |||
539 | This option enables support for the Sony PS3 game console | 539 | This option enables support for the Sony PS3 game console |
540 | and other platforms using the PS3 hypervisor. | 540 | and other platforms using the PS3 hypervisor. |
541 | 541 | ||
542 | config PPC_CELLEB | ||
543 | bool "Toshiba's Cell Reference Set 'Celleb' Architecture" | ||
544 | depends on PPC_MULTIPLATFORM && PPC64 | ||
545 | select PPC_CELL | ||
546 | select PPC_OF_PLATFORM_PCI | ||
547 | select HAS_TXX9_SERIAL | ||
548 | select PPC_UDBG_BEAT | ||
549 | select USB_OHCI_BIG_ENDIAN_MMIO | ||
550 | select USB_EHCI_BIG_ENDIAN_MMIO | ||
551 | |||
542 | config PPC_NATIVE | 552 | config PPC_NATIVE |
543 | bool | 553 | bool |
544 | depends on PPC_MULTIPLATFORM | 554 | depends on PPC_MULTIPLATFORM |
@@ -552,6 +562,11 @@ config UDBG_RTAS_CONSOLE | |||
552 | depends on PPC_RTAS | 562 | depends on PPC_RTAS |
553 | default n | 563 | default n |
554 | 564 | ||
565 | config PPC_UDBG_BEAT | ||
566 | bool "BEAT based debug console" | ||
567 | depends on PPC_CELLEB | ||
568 | default n | ||
569 | |||
555 | config XICS | 570 | config XICS |
556 | depends on PPC_PSERIES | 571 | depends on PPC_PSERIES |
557 | bool | 572 | bool |