diff options
Diffstat (limited to 'drivers/usb/host/Kconfig')
-rw-r--r-- | drivers/usb/host/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/usb/host/Kconfig b/drivers/usb/host/Kconfig index 9b202d5f88c0..1f45aa25608e 100644 --- a/drivers/usb/host/Kconfig +++ b/drivers/usb/host/Kconfig | |||
@@ -85,6 +85,14 @@ config USB_EHCI_FSL | |||
85 | ---help--- | 85 | ---help--- |
86 | Variation of ARC USB block used in some Freescale chips. | 86 | Variation of ARC USB block used in some Freescale chips. |
87 | 87 | ||
88 | config USB_EHCI_HCD_PPC_OF | ||
89 | bool "EHCI support for PPC USB controller on OF platform bus" | ||
90 | depends on USB_EHCI_HCD && PPC_OF | ||
91 | default y | ||
92 | ---help--- | ||
93 | Enables support for the USB controller present on the PowerPC | ||
94 | OpenFirmware platform bus. | ||
95 | |||
88 | config USB_ISP116X_HCD | 96 | config USB_ISP116X_HCD |
89 | tristate "ISP116X HCD support" | 97 | tristate "ISP116X HCD support" |
90 | depends on USB | 98 | depends on USB |