diff options
author | Geoff Levand <geoffrey.levand@am.sony.com> | 2007-01-15 20:12:10 -0800 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2007-02-07 15:44:37 -0800 |
commit | 6a6c957eba20814456bc4bffbd4ec42406f9eb02 (patch) | |
tree | 21e215b745658c6ff49b833da59c84327c9793d2 /arch | |
parent | de44743b033942731f6b898c2d389f7ee5ac890b (diff) | |
download | linux-stable-6a6c957eba20814456bc4bffbd4ec42406f9eb02.tar.gz linux-stable-6a6c957eba20814456bc4bffbd4ec42406f9eb02.tar.bz2 linux-stable-6a6c957eba20814456bc4bffbd4ec42406f9eb02.zip |
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')
-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 bool "Sony PS3 (incomplete)" depends on PPC_MULTIPLATFORM && PPC64 select PPC_CELL + select USB_ARCH_HAS_OHCI + select USB_OHCI_LITTLE_ENDIAN + select USB_OHCI_BIG_ENDIAN_MMIO select USB_ARCH_HAS_EHCI select USB_EHCI_BIG_ENDIAN_MMIO help |