diff options
author | Jordan Crouse <jordan.crouse@amd.com> | 2006-01-20 17:06:09 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2006-03-20 17:49:55 -0500 |
commit | 76fa9a240de4294a097235c9ddd470c21eb3449e (patch) | |
tree | f29b42b106e5394942c59102b8387f5dd322b6b7 /drivers/usb/host/Kconfig | |
parent | 8cd42e97bf451bbbb2f54dc571366ae5a72faaea (diff) |
[PATCH] USB: EHCI for AU1200
ALCHEMY: Add EHCI support for AU1200
Updated by removing the OHCI support
Signed-off-by: Jordan Crouse <jordan.crouse@amd.com>
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/host/Kconfig')
-rw-r--r-- | drivers/usb/host/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/host/Kconfig b/drivers/usb/host/Kconfig index a45293673906..e27b79a3c05f 100644 --- a/drivers/usb/host/Kconfig +++ b/drivers/usb/host/Kconfig | |||
@@ -6,7 +6,7 @@ comment "USB Host Controller Drivers" | |||
6 | 6 | ||
7 | config USB_EHCI_HCD | 7 | config USB_EHCI_HCD |
8 | tristate "EHCI HCD (USB 2.0) support" | 8 | tristate "EHCI HCD (USB 2.0) support" |
9 | depends on USB && (PCI || PPC_83xx) | 9 | depends on USB && USB_ARCH_HAS_EHCI |
10 | ---help--- | 10 | ---help--- |
11 | The Enhanced Host Controller Interface (EHCI) is standard for USB 2.0 | 11 | The Enhanced Host Controller Interface (EHCI) is standard for USB 2.0 |
12 | "high speed" (480 Mbit/sec, 60 Mbyte/sec) host controller hardware. | 12 | "high speed" (480 Mbit/sec, 60 Mbyte/sec) host controller hardware. |