diff options
Diffstat (limited to 'drivers/usb/host/Kconfig')
-rw-r--r-- | drivers/usb/host/Kconfig | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/drivers/usb/host/Kconfig b/drivers/usb/host/Kconfig index f21ca7d27a43..9b43b226817f 100644 --- a/drivers/usb/host/Kconfig +++ b/drivers/usb/host/Kconfig | |||
@@ -113,6 +113,12 @@ config USB_EHCI_HCD_PPC_OF | |||
113 | Enables support for the USB controller present on the PowerPC | 113 | Enables support for the USB controller present on the PowerPC |
114 | OpenFirmware platform bus. | 114 | OpenFirmware platform bus. |
115 | 115 | ||
116 | config USB_W90X900_EHCI | ||
117 | bool "W90X900(W90P910) EHCI support" | ||
118 | depends on USB_EHCI_HCD && ARCH_W90X900 | ||
119 | ---help--- | ||
120 | Enables support for the W90X900 USB controller | ||
121 | |||
116 | config USB_OXU210HP_HCD | 122 | config USB_OXU210HP_HCD |
117 | tristate "OXU210HP HCD support" | 123 | tristate "OXU210HP HCD support" |
118 | depends on USB | 124 | depends on USB |
@@ -153,6 +159,18 @@ config USB_ISP1760_HCD | |||
153 | To compile this driver as a module, choose M here: the | 159 | To compile this driver as a module, choose M here: the |
154 | module will be called isp1760. | 160 | module will be called isp1760. |
155 | 161 | ||
162 | config USB_ISP1362_HCD | ||
163 | tristate "ISP1362 HCD support" | ||
164 | depends on USB | ||
165 | default N | ||
166 | ---help--- | ||
167 | Supports the Philips ISP1362 chip as a host controller | ||
168 | |||
169 | This driver does not support isochronous transfers. | ||
170 | |||
171 | To compile this driver as a module, choose M here: the | ||
172 | module will be called isp1362-hcd. | ||
173 | |||
156 | config USB_OHCI_HCD | 174 | config USB_OHCI_HCD |
157 | tristate "OHCI HCD support" | 175 | tristate "OHCI HCD support" |
158 | depends on USB && USB_ARCH_HAS_OHCI | 176 | depends on USB && USB_ARCH_HAS_OHCI |