aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/Kconfig
diff options
context:
space:
mode:
authorGeoff Levand <geoffrey.levand@am.sony.com>2006-11-22 18:46:51 -0500
committerPaul Mackerras <paulus@samba.org>2006-12-04 04:40:42 -0500
commitf58a9d171a346afb1b09190427e6c28c6118703e (patch)
treec58029f610ba1e7a8680d09a8cdbdb737dbc166b /arch/powerpc/Kconfig
parenta985239bdf017e00e985c3a31149d6ae128fdc5f (diff)
[POWERPC] ps3: add support for ps3 platform
Adds the core platform support for the PS3 game console and other devices using the PS3 hypervisor. Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com> Signed-off-by: Arnd Bergmann <arnd.bergmann@de.ibm.com>
Diffstat (limited to 'arch/powerpc/Kconfig')
-rw-r--r--arch/powerpc/Kconfig11
1 files changed, 10 insertions, 1 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig
index b4a3b699433e..c0146a40c6f3 100644
--- a/arch/powerpc/Kconfig
+++ b/arch/powerpc/Kconfig
@@ -495,6 +495,14 @@ config UDBG_RTAS_CONSOLE
495 depends on PPC_RTAS 495 depends on PPC_RTAS
496 default n 496 default n
497 497
498config PPC_PS3
499 bool "Sony PS3"
500 depends on PPC_MULTIPLATFORM && PPC64
501 select PPC_CELL
502 help
503 This option enables support for the Sony PS3 game console
504 and other platforms using the PS3 hypervisor.
505
498config XICS 506config XICS
499 depends on PPC_PSERIES 507 depends on PPC_PSERIES
500 bool 508 bool
@@ -647,6 +655,7 @@ source arch/powerpc/platforms/85xx/Kconfig
647source arch/powerpc/platforms/86xx/Kconfig 655source arch/powerpc/platforms/86xx/Kconfig
648source arch/powerpc/platforms/8xx/Kconfig 656source arch/powerpc/platforms/8xx/Kconfig
649source arch/powerpc/platforms/cell/Kconfig 657source arch/powerpc/platforms/cell/Kconfig
658source arch/powerpc/platforms/ps3/Kconfig
650 659
651menu "Kernel options" 660menu "Kernel options"
652 661
@@ -917,7 +926,7 @@ config MCA
917 926
918config PCI 927config PCI
919 bool "PCI support" if 40x || CPM2 || PPC_83xx || PPC_85xx || PPC_86xx \ 928 bool "PCI support" if 40x || CPM2 || PPC_83xx || PPC_85xx || PPC_86xx \
920 || PPC_MPC52xx || (EMBEDDED && PPC_ISERIES) || MPC7448HPC2 929 || PPC_MPC52xx || (EMBEDDED && PPC_ISERIES) || MPC7448HPC2 || PPC_PS3
921 default y if !40x && !CPM2 && !8xx && !APUS && !PPC_83xx \ 930 default y if !40x && !CPM2 && !8xx && !APUS && !PPC_83xx \
922 && !PPC_85xx && !PPC_86xx 931 && !PPC_85xx && !PPC_86xx
923 default PCI_PERMEDIA if !4xx && !CPM2 && !8xx && APUS 932 default PCI_PERMEDIA if !4xx && !CPM2 && !8xx && APUS