blob: 1714c6defd234561a83548362ceb42ac06b5dbe6 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#
2# USB Host Controller Drivers
3#
4comment "USB Host Controller Drivers"
Linus Torvalds1da177e2005-04-16 15:20:36 -07005
Peter Korsgaarde9b29ff2008-04-27 08:59:45 +02006config USB_C67X00_HCD
7 tristate "Cypress C67x00 HCD support"
Peter Korsgaarde9b29ff2008-04-27 08:59:45 +02008 help
9 The Cypress C67x00 (EZ-Host/EZ-OTG) chips are dual-role
10 host/peripheral/OTG USB controllers.
11
12 Enable this option to support this chip in host controller mode.
13 If unsure, say N.
14
15 To compile this driver as a module, choose M here: the
16 module will be called c67x00.
17
Sarah Sharpeb6bab12009-04-29 19:07:13 -070018config USB_XHCI_HCD
Greg Kroah-Hartmaneb83be92012-09-14 21:15:50 -070019 tristate "xHCI HCD (USB 3.0) support"
Florian Fainelli25e11ec2013-04-09 14:29:25 +020020 depends on USB_ARCH_HAS_XHCI
Sarah Sharpeb6bab12009-04-29 19:07:13 -070021 ---help---
22 The eXtensible Host Controller Interface (xHCI) is standard for USB 3.0
23 "SuperSpeed" host controller hardware.
24
25 To compile this driver as a module, choose M here: the
26 module will be called xhci-hcd.
27
Sebastian Andrzej Siewior3429e912012-03-13 16:57:41 +020028config USB_XHCI_PLATFORM
29 tristate
30 depends on USB_XHCI_HCD
31
Sarah Sharpeb6bab12009-04-29 19:07:13 -070032config USB_XHCI_HCD_DEBUGGING
33 bool "Debugging for the xHCI host controller"
34 depends on USB_XHCI_HCD
35 ---help---
36 Say 'Y' to turn on debugging for the xHCI host controller driver.
37 This will spew debugging output, even in interrupt context.
38 This should only be used for debugging xHCI driver bugs.
39
40 If unsure, say N.
41
Linus Torvalds1da177e2005-04-16 15:20:36 -070042config USB_EHCI_HCD
43 tristate "EHCI HCD (USB 2.0) support"
Florian Fainelli25e11ec2013-04-09 14:29:25 +020044 depends on USB_ARCH_HAS_EHCI
Linus Torvalds1da177e2005-04-16 15:20:36 -070045 ---help---
46 The Enhanced Host Controller Interface (EHCI) is standard for USB 2.0
47 "high speed" (480 Mbit/sec, 60 Mbyte/sec) host controller hardware.
48 If your USB host controller supports USB 2.0, you will likely want to
Thierry Vignaudb967c882009-02-11 13:31:05 -080049 configure this Host Controller Driver.
Linus Torvalds1da177e2005-04-16 15:20:36 -070050
51 EHCI controllers are packaged with "companion" host controllers (OHCI
52 or UHCI) to handle USB 1.1 devices connected to root hub ports. Ports
Jesper Juhlb3c29d82006-01-10 00:35:22 +010053 will connect to EHCI if the device is high speed, otherwise they
Linus Torvalds1da177e2005-04-16 15:20:36 -070054 connect to a companion controller. If you configure EHCI, you should
55 probably configure the OHCI (for NEC and some other vendors) USB Host
56 Controller Driver or UHCI (for Via motherboards) Host Controller
57 Driver too.
58
59 You may want to read <file:Documentation/usb/ehci.txt>.
60
61 To compile this driver as a module, choose M here: the
62 module will be called ehci-hcd.
63
Linus Torvalds1da177e2005-04-16 15:20:36 -070064config USB_EHCI_ROOT_HUB_TT
Robert P. J. Day9ec249a2008-03-08 03:27:44 -050065 bool "Root Hub Transaction Translators"
Marek Vasutb12909b2012-05-15 06:10:20 +020066 depends on USB_EHCI_HCD || USB_CHIPIDEA_HOST
Linus Torvalds1da177e2005-04-16 15:20:36 -070067 ---help---
68 Some EHCI chips have vendor-specific extensions to integrate
69 transaction translators, so that no OHCI or UHCI companion
70 controller is needed. It's safe to say "y" even if your
71 controller doesn't support this feature.
72
Dan Streetmanba47f662006-05-24 09:39:16 -070073 This supports the EHCI implementation that's originally
74 from ARC, and has since changed hands a few times.
75
76config USB_EHCI_TT_NEWSCHED
Alan Stern37cd6812010-05-21 17:08:21 -040077 bool "Improved Transaction Translator scheduling"
Marek Vasutb12909b2012-05-15 06:10:20 +020078 depends on USB_EHCI_HCD || USB_CHIPIDEA_HOST
Alan Stern37cd6812010-05-21 17:08:21 -040079 default y
Dan Streetmanba47f662006-05-24 09:39:16 -070080 ---help---
81 This changes the periodic scheduling code to fill more of the low
82 and full speed bandwidth available from the Transaction Translator
83 (TT) in USB 2.0 hubs. Without this, only one transfer will be
84 issued in each microframe, significantly reducing the number of
85 periodic low/fullspeed transfers possible.
86
87 If you have multiple periodic low/fullspeed devices connected to a
88 highspeed USB hub which is connected to a highspeed USB Host
89 Controller, and some of those devices will not work correctly
Alan Stern37cd6812010-05-21 17:08:21 -040090 (possibly due to "ENOSPC" or "-28" errors), say Y. Conversely, if
91 you have only one such device and it doesn't work, you could try
92 saying N.
Dan Streetmanba47f662006-05-24 09:39:16 -070093
Alan Stern37cd6812010-05-21 17:08:21 -040094 If unsure, say Y.
Linus Torvalds1da177e2005-04-16 15:20:36 -070095
Alan Sternadfa79d2012-11-01 11:13:04 -040096config USB_EHCI_PCI
97 tristate
98 depends on USB_EHCI_HCD && PCI
99 default y
100
Anoop22ced682011-02-24 19:26:28 +0530101config USB_EHCI_HCD_PMC_MSP
102 tristate "EHCI support for on-chip PMC MSP71xx USB controller"
103 depends on USB_EHCI_HCD && MSP_HAS_USB
104 default n
105 select USB_EHCI_BIG_ENDIAN_DESC
106 select USB_EHCI_BIG_ENDIAN_MMIO
107 ---help---
108 Enables support for the onchip USB controller on the PMC_MSP7100 Family SoC's.
109 If unsure, say N.
110
Benjamin Herrenschmidt083522d2006-12-15 06:54:08 +1100111config USB_EHCI_BIG_ENDIAN_MMIO
112 bool
David Daney1643acc2010-10-08 14:47:52 -0700113 depends on USB_EHCI_HCD && (PPC_CELLEB || PPC_PS3 || 440EPX || \
114 ARCH_IXP4XX || XPS_USB_HCD_XILINX || \
Anoop22ced682011-02-24 19:26:28 +0530115 PPC_MPC512x || CPU_CAVIUM_OCTEON || \
Steven J. Hillc2566672012-04-19 12:57:31 -0500116 PMC_MSP || SPARC_LEON || MIPS_SEAD3)
Stefan Roese4d68c0b2007-05-04 11:39:37 -0700117 default y
Benjamin Herrenschmidt083522d2006-12-15 06:54:08 +1100118
Stefan Roese6dbd6822007-05-01 09:29:37 -0700119config USB_EHCI_BIG_ENDIAN_DESC
120 bool
Anatolij Gustschin230f7ed2010-09-28 20:55:21 +0200121 depends on USB_EHCI_HCD && (440EPX || ARCH_IXP4XX || XPS_USB_HCD_XILINX || \
Steven J. Hillc2566672012-04-19 12:57:31 -0500122 PPC_MPC512x || PMC_MSP || SPARC_LEON || \
123 MIPS_SEAD3)
Stefan Roese4d68c0b2007-05-04 11:39:37 -0700124 default y
Stefan Roese6dbd6822007-05-01 09:29:37 -0700125
Julie Zhu08d3c182009-09-21 16:08:19 -0600126config XPS_USB_HCD_XILINX
127 bool "Use Xilinx usb host EHCI controller core"
128 depends on USB_EHCI_HCD && (PPC32 || MICROBLAZE)
129 select USB_EHCI_BIG_ENDIAN_DESC
130 select USB_EHCI_BIG_ENDIAN_MMIO
131 ---help---
132 Xilinx xps USB host controller core is EHCI compilant and has
133 transaction translator built-in. It can be configured to either
134 support both high speed and full speed devices, or high speed
135 devices only.
136
Anatolij Gustschin126512e2010-09-28 20:55:20 +0200137config USB_FSL_MPH_DR_OF
138 tristate
139
Li Yangba029782007-05-11 17:09:55 +0800140config USB_EHCI_FSL
Fabio Estevamc0ca9bc2012-02-02 14:23:34 -0200141 bool "Support for Freescale PPC on-chip EHCI USB controller"
Anton Vorontsovb5937a42008-02-21 23:30:58 +0300142 depends on USB_EHCI_HCD && FSL_SOC
Li Yangba029782007-05-11 17:09:55 +0800143 select USB_EHCI_ROOT_HUB_TT
Marc Kleine-Budde018b97d2010-10-29 11:04:49 +0200144 select USB_FSL_MPH_DR_OF if OF
Li Yangba029782007-05-11 17:09:55 +0800145 ---help---
146 Variation of ARC USB block used in some Freescale chips.
147
Daniel Mack7e8d5cd2009-10-28 01:14:59 +0100148config USB_EHCI_MXC
Alan Sterndba63b22013-01-23 13:26:15 -0500149 tristate "Support for Freescale i.MX on-chip EHCI USB controller"
Daniel Mack7e8d5cd2009-10-28 01:14:59 +0100150 depends on USB_EHCI_HCD && ARCH_MXC
151 select USB_EHCI_ROOT_HUB_TT
152 ---help---
153 Variation of ARC USB block used in some Freescale chips.
154
Keshava Munegowda7f124f42010-11-21 23:23:41 +0530155config USB_EHCI_HCD_OMAP
Alan Stern54a41962013-03-12 12:44:39 +0200156 tristate "EHCI support for OMAP3 and later chips"
Keshava Munegowda7f124f42010-11-21 23:23:41 +0530157 depends on USB_EHCI_HCD && ARCH_OMAP
Roger Quadrosdfdf9ad2013-03-12 12:44:44 +0200158 select NOP_USB_XCEIV
Keshava Munegowda7f124f42010-11-21 23:23:41 +0530159 default y
Paul Bolled132d7f2012-05-07 11:14:59 +0200160 ---help---
Keshava Munegowda7f124f42010-11-21 23:23:41 +0530161 Enables support for the on-chip EHCI controller on
162 OMAP3 and later chips.
163
Manjunath Goudara76dd462013-04-02 18:23:59 +0200164config USB_EHCI_HCD_ORION
165 tristate "Support for Marvell EBU on-chip EHCI USB controller"
166 depends on USB_EHCI_HCD && PLAT_ORION
167 default y
168 ---help---
169 Enables support for the on-chip EHCI controller on Marvell's
170 embedded ARM SoCs, including Orion, Kirkwood, Dove, Armada XP,
171 Armada 370. This is different from the EHCI implementation
172 on Marvell's mobile PXA and MMP SoC, see "EHCI support for
173 Marvell PXA/MMP USB controller" for those.
174
Manjunath Goudar7675d6b2013-04-02 18:24:00 +0200175config USB_EHCI_HCD_SPEAR
176 tristate "Support for ST SPEAr on-chip EHCI USB controller"
177 depends on USB_EHCI_HCD && PLAT_SPEAR
178 default y
179 ---help---
180 Enables support for the on-chip EHCI controller on
181 ST SPEAr chips.
182
Manjunath Goudar97736962013-04-02 18:24:02 +0200183config USB_EHCI_HCD_AT91
184 tristate "Support for Atmel on-chip EHCI USB controller"
185 depends on USB_EHCI_HCD && ARCH_AT91
186 default y
187 ---help---
188 Enables support for the on-chip EHCI controller on
189 Atmel chips.
190
Pavankumar Kondetib0848ae2010-12-07 17:53:56 +0530191config USB_EHCI_MSM
Manjunath Goudar8c68e84f2013-04-02 18:24:03 +0200192 tristate "Support for Qualcomm QSD/MSM on-chip EHCI USB controller"
Pavankumar Kondetib0848ae2010-12-07 17:53:56 +0530193 depends on USB_EHCI_HCD && ARCH_MSM
194 select USB_EHCI_ROOT_HUB_TT
Pavankumar Kondetidfb21302011-03-04 22:45:02 +0530195 select USB_MSM_OTG
Pavankumar Kondetib0848ae2010-12-07 17:53:56 +0530196 ---help---
197 Enables support for the USB Host controller present on the
198 Qualcomm chipsets. Root Hub has inbuilt TT.
199 This driver depends on OTG driver for PHY initialization,
Pavankumar Kondeti8bb6a162010-12-07 17:53:57 +0530200 clock management, powering up VBUS, and power management.
Pavankumar Kondeti8cf28f12011-02-04 10:08:18 +0530201 This driver is not supported on boards like trout which
202 has an external PHY.
Pavankumar Kondetib0848ae2010-12-07 17:53:56 +0530203
Benoit Goby79ad3b52011-03-09 16:28:56 -0800204config USB_EHCI_TEGRA
205 boolean "NVIDIA Tegra HCD support"
206 depends on USB_EHCI_HCD && ARCH_TEGRA
207 select USB_EHCI_ROOT_HUB_TT
Felipe Balbi75f32ec2013-03-20 14:18:28 +0200208 select USB_PHY
Benoit Goby79ad3b52011-03-09 16:28:56 -0800209 help
210 This driver enables support for the internal USB Host Controllers
211 found in NVIDIA Tegra SoCs. The controllers are EHCI compliant.
212
Valentine Barshakda0e8fb2007-12-30 15:28:50 -0800213config USB_EHCI_HCD_PPC_OF
214 bool "EHCI support for PPC USB controller on OF platform bus"
215 depends on USB_EHCI_HCD && PPC_OF
216 default y
217 ---help---
218 Enables support for the USB controller present on the PowerPC
219 OpenFirmware platform bus.
220
Yoshihiro Shimoda60b0bf02011-03-01 16:58:37 +0900221config USB_EHCI_SH
222 bool "EHCI support for SuperH USB controller"
223 depends on USB_EHCI_HCD && SUPERH
224 ---help---
225 Enables support for the on-chip EHCI controller on the SuperH.
226 If you use the PCI EHCI controller, this option is not necessary.
227
Joonyoung Shim1bcc5aa2011-04-08 14:08:50 +0900228config USB_EHCI_S5P
Manjunath Goudar7edb3da2013-04-02 18:24:01 +0200229 tristate "EHCI support for Samsung S5P/EXYNOS SoC Series"
Greg Kroah-Hartmane9a92b22013-02-20 10:25:05 -0800230 depends on USB_EHCI_HCD && PLAT_S5P
231 help
Manjunath Goudar7edb3da2013-04-02 18:24:01 +0200232 Enable support for the Samsung S5Pxxxx and Exynos3/4/5 SOC's
233 on-chip EHCI controller.
Joonyoung Shim1bcc5aa2011-04-08 14:08:50 +0900234
Neil Zhang3a082ec2011-12-20 13:20:23 +0800235config USB_EHCI_MV
Manjunath Goudara76dd462013-04-02 18:23:59 +0200236 bool "EHCI support for Marvell PXA/MMP USB controller"
Neil Zhanga219b662012-02-23 11:41:54 +0800237 depends on USB_EHCI_HCD && (ARCH_PXA || ARCH_MMP)
Neil Zhang3a082ec2011-12-20 13:20:23 +0800238 select USB_EHCI_ROOT_HUB_TT
239 ---help---
240 Enables support for Marvell (including PXA and MMP series) on-chip
241 USB SPH and OTG controller. SPH is a single port host, and it can
242 only be EHCI host. OTG is controller that can switch to host mode.
Manjunath Goudara76dd462013-04-02 18:23:59 +0200243 Note that this driver will not work on Marvell's other EHCI
244 controller used by the EBU-type SoCs including Orion, Kirkwood,
245 Dova, Armada 370 and Armada XP. See "Support for Marvell EBU
246 on-chip EHCI USB controller" for those.
Neil Zhang3a082ec2011-12-20 13:20:23 +0800247
Wan ZongShun586dfc82009-06-13 09:14:28 +0800248config USB_W90X900_EHCI
249 bool "W90X900(W90P910) EHCI support"
250 depends on USB_EHCI_HCD && ARCH_W90X900
251 ---help---
252 Enables support for the W90X900 USB controller
253
Mac Lin760efe62010-11-25 23:58:00 +0800254config USB_CNS3XXX_EHCI
Florian Fainellif3a958d2012-10-08 15:11:25 +0200255 bool "Cavium CNS3XXX EHCI Module (DEPRECATED)"
Mac Lin760efe62010-11-25 23:58:00 +0800256 depends on USB_EHCI_HCD && ARCH_CNS3XXX
Florian Fainellif3a958d2012-10-08 15:11:25 +0200257 select USB_EHCI_HCD_PLATFORM
Mac Lin760efe62010-11-25 23:58:00 +0800258 ---help---
Florian Fainellif3a958d2012-10-08 15:11:25 +0200259 This option is deprecated now and the driver was removed, use
260 USB_EHCI_HCD_PLATFORM instead.
261
Mac Lin760efe62010-11-25 23:58:00 +0800262 Enable support for the CNS3XXX SOC's on-chip EHCI controller.
263 It is needed for high-speed (480Mbit/sec) USB 2.0 device
264 support.
265
Gabor Juhos502fa842011-04-13 10:54:22 +0200266config USB_EHCI_ATH79
Hauke Mehrtens5d98cd42012-03-13 01:04:53 +0100267 bool "EHCI support for AR7XXX/AR9XXX SoCs (DEPRECATED)"
Gabor Juhos9d6b2042011-06-20 21:26:09 +0200268 depends on USB_EHCI_HCD && (SOC_AR71XX || SOC_AR724X || SOC_AR913X || SOC_AR933X)
Gabor Juhos502fa842011-04-13 10:54:22 +0200269 select USB_EHCI_ROOT_HUB_TT
Hauke Mehrtens5d98cd42012-03-13 01:04:53 +0100270 select USB_EHCI_HCD_PLATFORM
Gabor Juhos502fa842011-04-13 10:54:22 +0200271 default y
272 ---help---
Hauke Mehrtens5d98cd42012-03-13 01:04:53 +0100273 This option is deprecated now and the driver was removed, use
274 USB_EHCI_HCD_PLATFORM instead.
275
Gabor Juhos502fa842011-04-13 10:54:22 +0200276 Enables support for the built-in EHCI controller present
277 on the Atheros AR7XXX/AR9XXX SoCs.
278
Rodolfo Giomettib92a78e2008-10-23 10:08:07 +0200279config USB_OXU210HP_HCD
280 tristate "OXU210HP HCD support"
Florian Fainelli25e11ec2013-04-09 14:29:25 +0200281 depends on GENERIC_HARDIRQS
Rodolfo Giomettib92a78e2008-10-23 10:08:07 +0200282 ---help---
283 The OXU210HP is an USB host/OTG/device controller. Enable this
284 option if your board has this chip. If unsure, say N.
285
286 This driver does not support isochronous transfers and doesn't
287 implement OTG nor USB device controllers.
288
289 To compile this driver as a module, choose M here: the
290 module will be called oxu210hp-hcd.
291
Olav Kongas4808a1c2005-04-09 22:57:39 +0300292config USB_ISP116X_HCD
293 tristate "ISP116X HCD support"
Olav Kongas4808a1c2005-04-09 22:57:39 +0300294 ---help---
295 The ISP1160 and ISP1161 chips are USB host controllers. Enable this
296 option if your board has this chip. If unsure, say N.
297
298 This driver does not support isochronous transfers.
299
300 To compile this driver as a module, choose M here: the
301 module will be called isp116x-hcd.
302
Sebastian Siewiordb11e472008-04-24 00:37:04 +0200303config USB_ISP1760_HCD
304 tristate "ISP 1760 HCD support"
Sebastian Siewiordb11e472008-04-24 00:37:04 +0200305 ---help---
306 The ISP1760 chip is a USB 2.0 host controller.
307
308 This driver does not support isochronous transfers or OTG.
Sebastian Andrzej Siewiorff30bf12008-11-02 15:25:42 +0100309 This USB controller is usually attached to a non-DMA-Master
310 capable bus. NXP's eval kit brings this chip on PCI card
311 where the chip itself is behind a PLB to simulate such
312 a bus.
Sebastian Siewiordb11e472008-04-24 00:37:04 +0200313
314 To compile this driver as a module, choose M here: the
Sebastian Andrzej Siewiorff30bf12008-11-02 15:25:42 +0100315 module will be called isp1760.
Sebastian Siewiordb11e472008-04-24 00:37:04 +0200316
Lothar Wassmanna9d43092009-07-16 20:51:21 -0400317config USB_ISP1362_HCD
318 tristate "ISP1362 HCD support"
Lothar Wassmanna9d43092009-07-16 20:51:21 -0400319 default N
320 ---help---
321 Supports the Philips ISP1362 chip as a host controller
322
323 This driver does not support isochronous transfers.
324
325 To compile this driver as a module, choose M here: the
326 module will be called isp1362-hcd.
327
Linus Torvalds1da177e2005-04-16 15:20:36 -0700328config USB_OHCI_HCD
329 tristate "OHCI HCD support"
Florian Fainelli25e11ec2013-04-09 14:29:25 +0200330 depends on USB_ARCH_HAS_OHCI
Linus Torvalds1da177e2005-04-16 15:20:36 -0700331 select ISP1301_OMAP if MACH_OMAP_H2 || MACH_OMAP_H3
Linus Torvalds61464c82012-10-01 18:19:05 -0700332 depends on USB_ISP1301 || !ARCH_LPC32XX
Linus Torvalds1da177e2005-04-16 15:20:36 -0700333 ---help---
334 The Open Host Controller Interface (OHCI) is a standard for accessing
335 USB 1.1 host controller hardware. It does more in hardware than Intel's
336 UHCI specification. If your USB host controller follows the OHCI spec,
337 say Y. On most non-x86 systems, and on x86 hardware that's not using a
338 USB controller from Intel or VIA, this is appropriate. If your host
339 controller doesn't use PCI, this is probably appropriate. For a PCI
340 based system where you're not sure, the "lspci -v" entry will list the
341 right "prog-if" for your USB controller(s): EHCI, OHCI, or UHCI.
342
343 To compile this driver as a module, choose M here: the
344 module will be called ohci-hcd.
345
Anand Gadiyar968b4482010-05-10 21:56:12 +0530346config USB_OHCI_HCD_OMAP1
347 bool "OHCI support for OMAP1/2 chips"
Tony Lindgrenb924b202012-06-04 00:56:15 -0700348 depends on USB_OHCI_HCD && ARCH_OMAP1
Anand Gadiyar968b4482010-05-10 21:56:12 +0530349 default y
350 ---help---
351 Enables support for the OHCI controller on OMAP1/2 chips.
352
353config USB_OHCI_HCD_OMAP3
354 bool "OHCI support for OMAP3 and later chips"
355 depends on USB_OHCI_HCD && (ARCH_OMAP3 || ARCH_OMAP4)
356 default y
357 ---help---
358 Enables support for the on-chip OHCI controller on
359 OMAP3 and later chips.
360
Gabor Juhos90e6ca52011-04-13 10:54:24 +0200361config USB_OHCI_ATH79
Hauke Mehrtens5d98cd42012-03-13 01:04:53 +0100362 bool "USB OHCI support for the Atheros AR71XX/AR7240 SoCs (DEPRECATED)"
Gabor Juhos90e6ca52011-04-13 10:54:24 +0200363 depends on USB_OHCI_HCD && (SOC_AR71XX || SOC_AR724X)
Hauke Mehrtens5d98cd42012-03-13 01:04:53 +0100364 select USB_OHCI_HCD_PLATFORM
Gabor Juhos90e6ca52011-04-13 10:54:24 +0200365 default y
366 help
Hauke Mehrtens5d98cd42012-03-13 01:04:53 +0100367 This option is deprecated now and the driver was removed, use
368 USB_OHCI_HCD_PLATFORM instead.
369
Gabor Juhos90e6ca52011-04-13 10:54:24 +0200370 Enables support for the built-in OHCI controller present on the
371 Atheros AR71XX/AR7240 SoCs.
372
Sylvain Munaut495a6782006-12-13 21:09:55 +0100373config USB_OHCI_HCD_PPC_OF_BE
Arnd Bergmann45e83882009-06-19 05:35:34 -0700374 bool "OHCI support for OF platform bus (big endian)"
375 depends on USB_OHCI_HCD && PPC_OF
Sylvain Munaut495a6782006-12-13 21:09:55 +0100376 select USB_OHCI_BIG_ENDIAN_DESC
377 select USB_OHCI_BIG_ENDIAN_MMIO
Arnd Bergmann45e83882009-06-19 05:35:34 -0700378 ---help---
379 Enables support for big-endian USB controllers present on the
380 OpenFirmware platform bus.
Sylvain Munaut495a6782006-12-13 21:09:55 +0100381
382config USB_OHCI_HCD_PPC_OF_LE
Arnd Bergmann45e83882009-06-19 05:35:34 -0700383 bool "OHCI support for OF platform bus (little endian)"
384 depends on USB_OHCI_HCD && PPC_OF
Sylvain Munaut495a6782006-12-13 21:09:55 +0100385 select USB_OHCI_LITTLE_ENDIAN
Arnd Bergmann45e83882009-06-19 05:35:34 -0700386 ---help---
387 Enables support for little-endian USB controllers present on the
388 OpenFirmware platform bus.
389
390config USB_OHCI_HCD_PPC_OF
391 bool
392 depends on USB_OHCI_HCD && PPC_OF
393 default USB_OHCI_HCD_PPC_OF_BE || USB_OHCI_HCD_PPC_OF_LE
Sylvain Munaut495a6782006-12-13 21:09:55 +0100394
Linus Torvalds1da177e2005-04-16 15:20:36 -0700395config USB_OHCI_HCD_PCI
396 bool "OHCI support for PCI-bus USB controllers"
Sylvain Munaut495a6782006-12-13 21:09:55 +0100397 depends on USB_OHCI_HCD && PCI && (STB03xxx || PPC_MPC52xx || USB_OHCI_HCD_PPC_OF)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700398 default y
399 select USB_OHCI_LITTLE_ENDIAN
400 ---help---
401 Enables support for PCI-bus plug-in USB controller cards.
402 If unsure, say Y.
403
Michael Bueschc604e852007-10-09 23:47:17 -0700404config USB_OHCI_HCD_SSB
Hauke Mehrtens259b83a2012-03-15 23:49:59 +0100405 bool "OHCI support for Broadcom SSB OHCI core (DEPRECATED)"
Greg Kroah-Hartmaneb83be92012-09-14 21:15:50 -0700406 depends on USB_OHCI_HCD && (SSB = y || SSB = USB_OHCI_HCD)
Hauke Mehrtens259b83a2012-03-15 23:49:59 +0100407 select USB_HCD_SSB
408 select USB_OHCI_HCD_PLATFORM
Michael Bueschc604e852007-10-09 23:47:17 -0700409 default n
410 ---help---
Hauke Mehrtens259b83a2012-03-15 23:49:59 +0100411 This option is deprecated now and the driver was removed, use
412 USB_HCD_SSB and USB_OHCI_HCD_PLATFORM instead.
413
Michael Bueschc604e852007-10-09 23:47:17 -0700414 Support for the Sonics Silicon Backplane (SSB) attached
415 Broadcom USB OHCI core.
416
417 This device is present in some embedded devices with
418 Broadcom based SSB bus.
419
420 If unsure, say N.
421
Yoshihiro Shimoda60b0bf02011-03-01 16:58:37 +0900422config USB_OHCI_SH
Florian Fainelli231a72e2012-10-08 15:11:37 +0200423 bool "OHCI support for SuperH USB controller (DEPRECATED)"
Yoshihiro Shimoda60b0bf02011-03-01 16:58:37 +0900424 depends on USB_OHCI_HCD && SUPERH
Florian Fainelli231a72e2012-10-08 15:11:37 +0200425 select USB_OHCI_HCD_PLATFORM
Yoshihiro Shimoda60b0bf02011-03-01 16:58:37 +0900426 ---help---
Florian Fainelli231a72e2012-10-08 15:11:37 +0200427 This option is deprecated now and the driver was removed, use
428 USB_OHCI_HCD_PLATFORM instead.
429
Yoshihiro Shimoda60b0bf02011-03-01 16:58:37 +0900430 Enables support for the on-chip OHCI controller on the SuperH.
431 If you use the PCI OHCI controller, this option is not necessary.
432
Jingoo Han62194242011-12-23 11:20:54 +0900433config USB_OHCI_EXYNOS
434 boolean "OHCI support for Samsung EXYNOS SoC Series"
435 depends on USB_OHCI_HCD && ARCH_EXYNOS
436 help
437 Enable support for the Samsung Exynos SOC's on-chip OHCI controller.
438
Mac Lin760efe62010-11-25 23:58:00 +0800439config USB_CNS3XXX_OHCI
Florian Fainellic23920b2012-10-08 15:11:33 +0200440 bool "Cavium CNS3XXX OHCI Module (DEPRECATED)"
Mac Lin760efe62010-11-25 23:58:00 +0800441 depends on USB_OHCI_HCD && ARCH_CNS3XXX
Florian Fainellic23920b2012-10-08 15:11:33 +0200442 select USB_OHCI_HCD_PLATFORM
Mac Lin760efe62010-11-25 23:58:00 +0800443 ---help---
Florian Fainellic23920b2012-10-08 15:11:33 +0200444 This option is deprecated now and the driver was removed, use
445 USB_OHCI_HCD_PLATFORM instead.
446
Mac Lin760efe62010-11-25 23:58:00 +0800447 Enable support for the CNS3XXX SOC's on-chip OHCI controller.
448 It is needed for low-speed USB 1.0 device support.
449
Hauke Mehrtensfa3364b2012-03-13 01:04:47 +0100450config USB_OHCI_HCD_PLATFORM
451 bool "Generic OHCI driver for a platform device"
Greg Kroah-Hartmaneb83be92012-09-14 21:15:50 -0700452 depends on USB_OHCI_HCD
Hauke Mehrtensfa3364b2012-03-13 01:04:47 +0100453 default n
454 ---help---
455 Adds an OHCI host driver for a generic platform device, which
Peter Meerwald898d8282012-08-18 15:53:12 +0200456 provides a memory space and an irq.
Hauke Mehrtensfa3364b2012-03-13 01:04:47 +0100457
458 If unsure, say N.
459
Hauke Mehrtens7a7a4a592012-03-13 01:04:48 +0100460config USB_EHCI_HCD_PLATFORM
Alan Stern99f91932012-11-01 11:13:08 -0400461 tristate "Generic EHCI driver for a platform device"
Greg Kroah-Hartmaneb83be92012-09-14 21:15:50 -0700462 depends on USB_EHCI_HCD
Hauke Mehrtens7a7a4a592012-03-13 01:04:48 +0100463 default n
464 ---help---
465 Adds an EHCI host driver for a generic platform device, which
Peter Meerwald898d8282012-08-18 15:53:12 +0200466 provides a memory space and an irq.
Hauke Mehrtens7a7a4a592012-03-13 01:04:48 +0100467
468 If unsure, say N.
469
Benjamin Herrenschmidt11d1a4a2006-12-15 06:54:03 +1100470config USB_OHCI_BIG_ENDIAN_DESC
471 bool
472 depends on USB_OHCI_HCD
473 default n
474
475config USB_OHCI_BIG_ENDIAN_MMIO
Linus Torvalds1da177e2005-04-16 15:20:36 -0700476 bool
477 depends on USB_OHCI_HCD
478 default n
479
480config USB_OHCI_LITTLE_ENDIAN
481 bool
482 depends on USB_OHCI_HCD
483 default n if STB03xxx || PPC_MPC52xx
484 default y
485
486config USB_UHCI_HCD
487 tristate "UHCI HCD (most Intel and VIA) support"
Florian Fainelli25e11ec2013-04-09 14:29:25 +0200488 depends on PCI || SPARC_LEON || ARCH_VT8500
Linus Torvalds1da177e2005-04-16 15:20:36 -0700489 ---help---
490 The Universal Host Controller Interface is a standard by Intel for
491 accessing the USB hardware in the PC (which is also called the USB
492 host controller). If your USB host controller conforms to this
493 standard, you may want to say Y, but see below. All recent boards
494 with Intel PCI chipsets (like intel 430TX, 440FX, 440LX, 440BX,
495 i810, i820) conform to this standard. Also all VIA PCI chipsets
496 (like VIA VP2, VP3, MVP3, Apollo Pro, Apollo Pro II or Apollo Pro
Jan Andersson3db77392011-05-06 12:00:18 +0200497 133) and LEON/GRLIB SoCs with the GRUSBHC controller.
498 If unsure, say Y.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700499
500 To compile this driver as a module, choose M here: the
501 module will be called uhci-hcd.
502
Jan Anderssond3219d12011-05-06 12:00:17 +0200503config USB_UHCI_SUPPORT_NON_PCI_HC
504 bool
505 depends on USB_UHCI_HCD
Tony Prisk100d4592012-07-21 22:58:53 +1200506 default y if (SPARC_LEON || ARCH_VT8500)
507
508config USB_UHCI_PLATFORM
509 bool "Generic UHCI Platform Driver support"
510 depends on USB_UHCI_SUPPORT_NON_PCI_HC
511 default y if ARCH_VT8500
512 ---help---
513 Enable support for generic UHCI platform devices that require no
514 additional configuration.
Jan Anderssond3219d12011-05-06 12:00:17 +0200515
Jan Andersson8452c672011-05-18 10:44:49 +0200516config USB_UHCI_BIG_ENDIAN_MMIO
517 bool
Jan Anderssonfda928a2011-05-18 10:44:53 +0200518 depends on USB_UHCI_SUPPORT_NON_PCI_HC && SPARC_LEON
519 default y
Jan Andersson8452c672011-05-18 10:44:49 +0200520
Jan Andersson51e2f622011-05-18 10:44:51 +0200521config USB_UHCI_BIG_ENDIAN_DESC
522 bool
Jan Anderssonfda928a2011-05-18 10:44:53 +0200523 depends on USB_UHCI_SUPPORT_NON_PCI_HC && SPARC_LEON
524 default y
Jan Andersson51e2f622011-05-18 10:44:51 +0200525
Anton Vorontsov236dd4d2009-01-10 05:03:21 +0300526config USB_FHCI_HCD
527 tristate "Freescale QE USB Host Controller support"
Florian Fainelli25e11ec2013-04-09 14:29:25 +0200528 depends on OF_GPIO && QE_GPIO && QUICC_ENGINE
Anton Vorontsov236dd4d2009-01-10 05:03:21 +0300529 select FSL_GTM
530 select QE_USB
531 help
532 This driver enables support for Freescale QE USB Host Controller
533 (as found on MPC8360 and MPC8323 processors), the driver supports
534 Full and Low Speed USB.
535
536config FHCI_DEBUG
537 bool "Freescale QE USB Host Controller debug support"
538 depends on USB_FHCI_HCD && DEBUG_FS
539 help
540 Say "y" to see some FHCI debug information and statistics
Lucas De Marchi25985ed2011-03-30 22:57:33 -0300541 through debugfs.
Anton Vorontsov236dd4d2009-01-10 05:03:21 +0300542
Tony Olechd774efe2006-09-13 11:27:35 +0100543config USB_U132_HCD
544 tristate "Elan U132 Adapter Host Controller"
Florian Fainelli25e11ec2013-04-09 14:29:25 +0200545 depends on USB_FTDI_ELAN
Tony Olechd774efe2006-09-13 11:27:35 +0100546 default M
547 help
548 The U132 adapter is a USB to CardBus adapter specifically designed
549 for PC cards that contain an OHCI host controller. Typical PC cards
550 are the Orange Mobile 3G Option GlobeTrotter Fusion card. The U132
551 adapter will *NOT* work with PC cards that do not contain an OHCI
552 controller.
553
Matt LaPlante3cb2fcc2006-11-30 05:22:59 +0100554 For those PC cards that contain multiple OHCI controllers only the
Tony Olechd774efe2006-09-13 11:27:35 +0100555 first one is used.
556
557 The driver consists of two modules, the "ftdi-elan" module is a
558 USB client driver that interfaces to the FTDI chip within ELAN's
559 USB-to-PCMCIA adapter, and this "u132-hcd" module is a USB host
560 controller driver that talks to the OHCI controller within the
561 CardBus cards that are inserted in the U132 adapter.
562
563 This driver has been tested with a CardBus OHCI USB adapter, and
564 worked with a USB PEN Drive inserted into the first USB port of
565 the PCCARD. A rather pointless thing to do, but useful for testing.
566
567 It is safe to say M here.
568
569 See also <http://www.elandigitalsystems.com/support/ufaq/u132linux.php>
570
Linus Torvalds1da177e2005-04-16 15:20:36 -0700571config USB_SL811_HCD
572 tristate "SL811HS HCD support"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700573 help
574 The SL811HS is a single-port USB controller that supports either
575 host side or peripheral side roles. Enable this option if your
576 board has this chip, and you want to use it as a host controller.
577 If unsure, say N.
578
579 To compile this driver as a module, choose M here: the
580 module will be called sl811-hcd.
581
Mike Frysingerad7c56f2011-03-22 15:35:39 -0400582config USB_SL811_HCD_ISO
583 bool "partial ISO support"
584 depends on USB_SL811_HCD
585 help
586 The driver doesn't support iso_frame_desc (yet), but for some simple
587 devices that just queue one ISO frame per URB, then ISO transfers
588 "should" work using the normal urb status fields.
589
590 If unsure, say N.
591
David Brownellc6de2b62005-05-26 05:55:55 -0700592config USB_SL811_CS
593 tristate "CF/PCMCIA support for SL811HS HCD"
594 depends on USB_SL811_HCD && PCMCIA
David Brownellc6de2b62005-05-26 05:55:55 -0700595 help
596 Wraps a PCMCIA driver around the SL811HS HCD, supporting the RATOC
597 REX-CFU1U CF card (often used with PDAs). If unsure, say N.
598
599 To compile this driver as a module, choose M here: the
600 module will be called "sl811_cs".
601
Yoshihiro Shimoda5d304352007-05-10 13:18:19 +0900602config USB_R8A66597_HCD
M4rkusXXLfa0de2b2007-08-10 14:53:32 -0700603 tristate "R8A66597 HCD support"
Yoshihiro Shimoda5d304352007-05-10 13:18:19 +0900604 help
605 The R8A66597 is a USB 2.0 host and peripheral controller.
606
607 Enable this option if your board has this chip, and you want
608 to use it as a host controller. If unsure, say N.
609
610 To compile this driver as a module, choose M here: the
611 module will be called r8a66597-hcd.
612
Kuninori Morimoto034d7c12011-10-10 22:07:40 -0700613config USB_RENESAS_USBHS_HCD
614 tristate "Renesas USBHS HCD support"
Kuninori Morimoto034d7c12011-10-10 22:07:40 -0700615 depends on USB_RENESAS_USBHS
616 help
617 The Renesas USBHS is a USB 2.0 host and peripheral controller.
618
619 Enable this option if your board has this chip, and you want
620 to use it as a host controller. If unsure, say N.
621
622 To compile this driver as a module, choose M here: the
623 module will be called renesas-usbhs.
624
David Vrabel7e6133a2008-09-17 16:34:28 +0100625config USB_WHCI_HCD
Greg Kroah-Hartmaneb83be92012-09-14 21:15:50 -0700626 tristate "Wireless USB Host Controller Interface (WHCI) driver"
Randy Dunlap36f8ecb2012-01-27 15:47:03 -0800627 depends on PCI && USB && UWB
David Vrabel7e6133a2008-09-17 16:34:28 +0100628 select USB_WUSB
629 select UWB_WHCI
630 help
631 A driver for PCI-based Wireless USB Host Controllers that are
632 compliant with the WHCI specification.
633
634 To compile this driver a module, choose M here: the module
635 will be called "whci-hcd".
Inaky Perez-Gonzalezd09318b2008-09-17 16:34:30 +0100636
637config USB_HWA_HCD
Greg Kroah-Hartmaneb83be92012-09-14 21:15:50 -0700638 tristate "Host Wire Adapter (HWA) driver"
Florian Fainelli25e11ec2013-04-09 14:29:25 +0200639 depends on UWB
Inaky Perez-Gonzalezd09318b2008-09-17 16:34:30 +0100640 select USB_WUSB
641 select UWB_HWA
642 help
643 This driver enables you to connect Wireless USB devices to
644 your system using a Host Wire Adaptor USB dongle. This is an
645 UWB Radio Controller and WUSB Host Controller connected to
646 your machine via USB (specified in WUSB1.0).
647
648 To compile this driver a module, choose M here: the module
649 will be called "hwa-hc".
Martin Fuzzey23d3e7a2009-11-21 12:14:48 +0100650
651config USB_IMX21_HCD
Sascha Hauer5de9ec42011-08-24 08:41:10 +0200652 tristate "i.MX21 HCD support"
Florian Fainelli25e11ec2013-04-09 14:29:25 +0200653 depends on ARM && ARCH_MXC
Martin Fuzzey23d3e7a2009-11-21 12:14:48 +0100654 help
655 This driver enables support for the on-chip USB host in the
Sascha Hauer5de9ec42011-08-24 08:41:10 +0200656 i.MX21 processor.
Martin Fuzzey23d3e7a2009-11-21 12:14:48 +0100657
658 To compile this driver as a module, choose M here: the
659 module will be called "imx21-hcd".
660
David Daney1643acc2010-10-08 14:47:52 -0700661config USB_OCTEON_EHCI
662 bool "Octeon on-chip EHCI support"
Florian Fainelli25e11ec2013-04-09 14:29:25 +0200663 depends on USB_EHCI_HCD && CPU_CAVIUM_OCTEON
David Daney1643acc2010-10-08 14:47:52 -0700664 default n
665 select USB_EHCI_BIG_ENDIAN_MMIO
666 help
667 Enable support for the Octeon II SOC's on-chip EHCI
668 controller. It is needed for high-speed (480Mbit/sec)
669 USB 2.0 device support. All CN6XXX based chips with USB are
670 supported.
671
672config USB_OCTEON_OHCI
673 bool "Octeon on-chip OHCI support"
Florian Fainelli25e11ec2013-04-09 14:29:25 +0200674 depends on USB_OHCI_HCD && CPU_CAVIUM_OCTEON
David Daney1643acc2010-10-08 14:47:52 -0700675 default USB_OCTEON_EHCI
676 select USB_OHCI_BIG_ENDIAN_MMIO
677 select USB_OHCI_LITTLE_ENDIAN
678 help
679 Enable support for the Octeon II SOC's on-chip OHCI
680 controller. It is needed for low-speed USB 1.0 device
681 support. All CN6XXX based chips with USB are supported.
682
683config USB_OCTEON2_COMMON
684 bool
685 default y if USB_OCTEON_EHCI || USB_OCTEON_OHCI
Hauke Mehrtens62e11d12012-03-15 23:49:57 +0100686
687config USB_HCD_BCMA
688 tristate "BCMA usb host driver"
Greg Kroah-Hartmaneb83be92012-09-14 21:15:50 -0700689 depends on BCMA
Hauke Mehrtens62e11d12012-03-15 23:49:57 +0100690 select USB_OHCI_HCD_PLATFORM if USB_OHCI_HCD
691 select USB_EHCI_HCD_PLATFORM if USB_EHCI_HCD
692 help
Jesper Dangaard Brouer71c421d2012-06-15 12:01:33 +0200693 Enable support for the EHCI and OCHI host controller on an bcma bus.
Hauke Mehrtens62e11d12012-03-15 23:49:57 +0100694 It converts the bcma driver into two platform device drivers
695 for ehci and ohci.
696
697 If unsure, say N.
Hauke Mehrtens7043c2c2012-03-15 23:49:58 +0100698
699config USB_HCD_SSB
700 tristate "SSB usb host driver"
Greg Kroah-Hartmaneb83be92012-09-14 21:15:50 -0700701 depends on SSB
Hauke Mehrtens7043c2c2012-03-15 23:49:58 +0100702 select USB_OHCI_HCD_PLATFORM if USB_OHCI_HCD
703 select USB_EHCI_HCD_PLATFORM if USB_EHCI_HCD
704 help
Jesper Dangaard Brouer71c421d2012-06-15 12:01:33 +0200705 Enable support for the EHCI and OCHI host controller on an bcma bus.
Hauke Mehrtens7043c2c2012-03-15 23:49:58 +0100706 It converts the bcma driver into two platform device drivers
707 for ehci and ohci.
708
709 If unsure, say N.