aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/Kconfig
diff options
context:
space:
mode:
authorIshizaki Kou <kou.ishizaki@toshiba.co.jp>2007-02-02 02:47:17 -0500
committerPaul Mackerras <paulus@samba.org>2007-02-06 22:03:21 -0500
commitc347b7989e4d9e1c23cb5cfba78c63c031b7dcee (patch)
treeb2a8d8fe0717a64e40b42093dadc5017947f9ea2 /arch/powerpc/Kconfig
parente107931956f8327637508b91a9ddd4ba35be289d (diff)
[POWERPC] Celleb: basic support
This patch adds base support for Celleb platform. Signed-off-by: Kou Ishizaki <kou.ishizaki@toshiba.co.jp> Acked-by: Arnd Bergmann <arnd.bergmann@de.ibm.com> Acked-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/Kconfig')
-rw-r--r--arch/powerpc/Kconfig15
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
542config 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
542config PPC_NATIVE 552config 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
565config PPC_UDBG_BEAT
566 bool "BEAT based debug console"
567 depends on PPC_CELLEB
568 default n
569
555config XICS 570config XICS
556 depends on PPC_PSERIES 571 depends on PPC_PSERIES
557 bool 572 bool