aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
Diffstat (limited to 'arch')
-rw-r--r--arch/powerpc/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig
index d6abe495c6b0..c1e01b22addc 100644
--- a/arch/powerpc/Kconfig
+++ b/arch/powerpc/Kconfig
@@ -529,6 +529,11 @@ config PPC_PS3
529 bool "Sony PS3 (incomplete)" 529 bool "Sony PS3 (incomplete)"
530 depends on PPC_MULTIPLATFORM && PPC64 530 depends on PPC_MULTIPLATFORM && PPC64
531 select PPC_CELL 531 select PPC_CELL
532 select USB_ARCH_HAS_OHCI
533 select USB_OHCI_LITTLE_ENDIAN
534 select USB_OHCI_BIG_ENDIAN_MMIO
535 select USB_ARCH_HAS_EHCI
536 select USB_EHCI_BIG_ENDIAN_MMIO
532 help 537 help
533 This option enables support for the Sony PS3 game console 538 This option enables support for the Sony PS3 game console
534 and other platforms using the PS3 hypervisor. 539 and other platforms using the PS3 hypervisor.