diff options
author | Geoff Levand <geoffrey.levand@am.sony.com> | 2007-01-15 23:11:47 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2007-02-07 18:44:35 -0500 |
commit | ad75a41085d80c8ce5e885962c15779935f8267e (patch) | |
tree | 4479f654037ffd3660f43f546bb480a7a7c09a47 /arch/powerpc/Kconfig | |
parent | b3ebd5222141efa489d95592b7d4536766530e56 (diff) |
USB: ps3 ehci bus glue
USB EHCI 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 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index d6abe495c6b0..c393e1540071 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig | |||
@@ -529,6 +529,8 @@ 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_EHCI | ||
533 | select USB_EHCI_BIG_ENDIAN_MMIO | ||
532 | help | 534 | help |
533 | This option enables support for the Sony PS3 game console | 535 | This option enables support for the Sony PS3 game console |
534 | and other platforms using the PS3 hypervisor. | 536 | and other platforms using the PS3 hypervisor. |