diff options
author | Geoff Levand <geoffrey.levand@am.sony.com> | 2007-01-15 23:12:10 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2007-02-07 18:44:37 -0500 |
commit | 6a6c957eba20814456bc4bffbd4ec42406f9eb02 (patch) | |
tree | 21e215b745658c6ff49b833da59c84327c9793d2 /arch/powerpc/Kconfig | |
parent | de44743b033942731f6b898c2d389f7ee5ac890b (diff) |
USB: ps3 ohci bus glue
USB OHCI driver bus glue for the PS3 game console.
Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>
Cc: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'arch/powerpc/Kconfig')
-rw-r--r-- | arch/powerpc/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index c393e1540071..c1e01b22addc 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig | |||
@@ -529,6 +529,9 @@ 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 | ||
532 | select USB_ARCH_HAS_EHCI | 535 | select USB_ARCH_HAS_EHCI |
533 | select USB_EHCI_BIG_ENDIAN_MMIO | 536 | select USB_EHCI_BIG_ENDIAN_MMIO |
534 | help | 537 | help |