diff options
Diffstat (limited to 'drivers/usb/host/Kconfig')
-rw-r--r-- | drivers/usb/host/Kconfig | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/drivers/usb/host/Kconfig b/drivers/usb/host/Kconfig index f3a75a929e0a..2b476b6b3d4d 100644 --- a/drivers/usb/host/Kconfig +++ b/drivers/usb/host/Kconfig | |||
@@ -96,6 +96,19 @@ config USB_EHCI_HCD_PPC_OF | |||
96 | Enables support for the USB controller present on the PowerPC | 96 | Enables support for the USB controller present on the PowerPC |
97 | OpenFirmware platform bus. | 97 | OpenFirmware platform bus. |
98 | 98 | ||
99 | config USB_OXU210HP_HCD | ||
100 | tristate "OXU210HP HCD support" | ||
101 | depends on USB | ||
102 | ---help--- | ||
103 | The OXU210HP is an USB host/OTG/device controller. Enable this | ||
104 | option if your board has this chip. If unsure, say N. | ||
105 | |||
106 | This driver does not support isochronous transfers and doesn't | ||
107 | implement OTG nor USB device controllers. | ||
108 | |||
109 | To compile this driver as a module, choose M here: the | ||
110 | module will be called oxu210hp-hcd. | ||
111 | |||
99 | config USB_ISP116X_HCD | 112 | config USB_ISP116X_HCD |
100 | tristate "ISP116X HCD support" | 113 | tristate "ISP116X HCD support" |
101 | depends on USB | 114 | depends on USB |