diff options
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 be3fd9bce573..a45293673906 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 | 9 | depends on USB && (PCI || PPC_83xx) |
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. |