Merge tag 'v3.14.25' into backport/v3.14.24-ltsi-rc1+v3.14.25/snapshot-merge.wip
[platform/adaptation/renesas_rcar/renesas_kernel.git] / drivers / usb / host / Kconfig
1 #
2 # USB Host Controller Drivers
3 #
4 comment "USB Host Controller Drivers"
5
6 config USB_C67X00_HCD
7         tristate "Cypress C67x00 HCD support"
8         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
18 config USB_XHCI_HCD
19         tristate "xHCI HCD (USB 3.0) support"
20         ---help---
21           The eXtensible Host Controller Interface (xHCI) is standard for USB 3.0
22           "SuperSpeed" host controller hardware.
23
24           To compile this driver as a module, choose M here: the
25           module will be called xhci-hcd.
26
27 if USB_XHCI_HCD
28
29 config USB_XHCI_PLATFORM
30         tristate
31
32 config USB_XHCI_MVEBU
33         tristate "xHCI support for Marvell Armada 375/38x"
34         select USB_XHCI_PLATFORM
35         depends on ARCH_MVEBU || COMPILE_TEST
36         ---help---
37           Say 'Y' to enable the support for the xHCI host controller
38           found in Marvell Armada 375/38x ARM SOCs.
39
40 config USB_XHCI_RCAR
41         tristate "xHCI support for Renesas R-Car SoCs"
42         select USB_XHCI_PLATFORM
43         depends on ARCH_SHMOBILE || COMPILE_TEST
44         ---help---
45           Say 'Y' to enable the support for the xHCI host controller
46           found in Renesas R-Car ARM SoCs.
47
48 endif # USB_XHCI_HCD
49
50 config USB_EHCI_HCD
51         tristate "EHCI HCD (USB 2.0) support"
52         ---help---
53           The Enhanced Host Controller Interface (EHCI) is standard for USB 2.0
54           "high speed" (480 Mbit/sec, 60 Mbyte/sec) host controller hardware.
55           If your USB host controller supports USB 2.0, you will likely want to
56           configure this Host Controller Driver.
57
58           EHCI controllers are packaged with "companion" host controllers (OHCI
59           or UHCI) to handle USB 1.1 devices connected to root hub ports.  Ports
60           will connect to EHCI if the device is high speed, otherwise they
61           connect to a companion controller.  If you configure EHCI, you should
62           probably configure the OHCI (for NEC and some other vendors) USB Host
63           Controller Driver or UHCI (for Via motherboards) Host Controller
64           Driver too.
65
66           You may want to read <file:Documentation/usb/ehci.txt>.
67
68           To compile this driver as a module, choose M here: the
69           module will be called ehci-hcd.
70
71 config USB_EHCI_ROOT_HUB_TT
72         bool "Root Hub Transaction Translators"
73         depends on USB_EHCI_HCD
74         ---help---
75           Some EHCI chips have vendor-specific extensions to integrate
76           transaction translators, so that no OHCI or UHCI companion
77           controller is needed.  It's safe to say "y" even if your
78           controller doesn't support this feature.
79
80           This supports the EHCI implementation that's originally
81           from ARC, and has since changed hands a few times.
82
83 config USB_EHCI_TT_NEWSCHED
84         bool "Improved Transaction Translator scheduling"
85         depends on USB_EHCI_HCD
86         default y
87         ---help---
88           This changes the periodic scheduling code to fill more of the low
89           and full speed bandwidth available from the Transaction Translator
90           (TT) in USB 2.0 hubs.  Without this, only one transfer will be
91           issued in each microframe, significantly reducing the number of
92           periodic low/fullspeed transfers possible.
93
94           If you have multiple periodic low/fullspeed devices connected to a
95           highspeed USB hub which is connected to a highspeed USB Host
96           Controller, and some of those devices will not work correctly
97           (possibly due to "ENOSPC" or "-28" errors), say Y.  Conversely, if
98           you have only one such device and it doesn't work, you could try
99           saying N.
100
101           If unsure, say Y.
102
103 config USB_FSL_MPH_DR_OF
104         tristate
105
106 if USB_EHCI_HCD
107
108 config USB_EHCI_PCI
109         tristate
110         depends on PCI
111         default y
112
113 config USB_EHCI_HCD_PMC_MSP
114         tristate "EHCI support for on-chip PMC MSP71xx USB controller"
115         depends on MSP_HAS_USB
116         default n
117         select USB_EHCI_BIG_ENDIAN_DESC
118         select USB_EHCI_BIG_ENDIAN_MMIO
119         ---help---
120                 Enables support for the onchip USB controller on the PMC_MSP7100 Family SoC's.
121                 If unsure, say N.
122
123 config XPS_USB_HCD_XILINX
124         bool "Use Xilinx usb host EHCI controller core"
125         depends on (PPC32 || MICROBLAZE)
126         select USB_EHCI_BIG_ENDIAN_DESC
127         select USB_EHCI_BIG_ENDIAN_MMIO
128         ---help---
129                 Xilinx xps USB host controller core is EHCI compilant and has
130                 transaction translator built-in. It can be configured to either
131                 support both high speed and full speed devices, or high speed
132                 devices only.
133
134 config USB_EHCI_FSL
135         bool "Support for Freescale PPC on-chip EHCI USB controller"
136         depends on FSL_SOC
137         select USB_EHCI_ROOT_HUB_TT
138         select USB_FSL_MPH_DR_OF if OF
139         ---help---
140           Variation of ARC USB block used in some Freescale chips.
141
142 config USB_EHCI_MXC
143         tristate "Support for Freescale i.MX on-chip EHCI USB controller"
144         depends on ARCH_MXC
145         select USB_EHCI_ROOT_HUB_TT
146         ---help---
147           Variation of ARC USB block used in some Freescale chips.
148
149 config USB_EHCI_HCD_OMAP
150         tristate "EHCI support for OMAP3 and later chips"
151         depends on ARCH_OMAP
152         select NOP_USB_XCEIV
153         default y
154         ---help---
155           Enables support for the on-chip EHCI controller on
156           OMAP3 and later chips.
157
158 config USB_EHCI_HCD_ORION
159         tristate  "Support for Marvell EBU on-chip EHCI USB controller"
160         depends on USB_EHCI_HCD && PLAT_ORION
161         default y
162         ---help---
163           Enables support for the on-chip EHCI controller on Marvell's
164           embedded ARM SoCs, including Orion, Kirkwood, Dove, Armada XP,
165           Armada 370.  This is different from the EHCI implementation
166           on Marvell's mobile PXA and MMP SoC, see "EHCI support for
167           Marvell PXA/MMP USB controller" for those.
168
169 config USB_EHCI_HCD_SPEAR
170         tristate "Support for ST SPEAr on-chip EHCI USB controller"
171         depends on USB_EHCI_HCD && PLAT_SPEAR
172         default y
173         ---help---
174           Enables support for the on-chip EHCI controller on
175           ST SPEAr chips.
176
177 config USB_EHCI_HCD_AT91
178         tristate  "Support for Atmel on-chip EHCI USB controller"
179         depends on USB_EHCI_HCD && ARCH_AT91
180         default y
181         ---help---
182           Enables support for the on-chip EHCI controller on
183           Atmel chips.
184
185 config USB_EHCI_MSM
186         tristate "Support for Qualcomm QSD/MSM on-chip EHCI USB controller"
187         depends on ARCH_MSM
188         select USB_EHCI_ROOT_HUB_TT
189         select USB_MSM_OTG
190         ---help---
191           Enables support for the USB Host controller present on the
192           Qualcomm chipsets. Root Hub has inbuilt TT.
193           This driver depends on OTG driver for PHY initialization,
194           clock management, powering up VBUS, and power management.
195           This driver is not supported on boards like trout which
196           has an external PHY.
197
198 config USB_EHCI_TEGRA
199        tristate "NVIDIA Tegra HCD support"
200        depends on ARCH_TEGRA
201        select USB_EHCI_ROOT_HUB_TT
202        select USB_PHY
203        help
204          This driver enables support for the internal USB Host Controllers
205          found in NVIDIA Tegra SoCs. The controllers are EHCI compliant.
206
207 config USB_EHCI_HCD_PPC_OF
208         bool "EHCI support for PPC USB controller on OF platform bus"
209         depends on PPC_OF
210         default y
211         ---help---
212           Enables support for the USB controller present on the PowerPC
213           OpenFirmware platform bus.
214
215 config USB_EHCI_SH
216         bool "EHCI support for SuperH USB controller"
217         depends on SUPERH
218         ---help---
219           Enables support for the on-chip EHCI controller on the SuperH.
220           If you use the PCI EHCI controller, this option is not necessary.
221
222 config USB_EHCI_EXYNOS
223        tristate "EHCI support for Samsung S5P/EXYNOS SoC Series"
224        depends on PLAT_S5P || ARCH_EXYNOS
225        help
226         Enable support for the Samsung Exynos SOC's on-chip EHCI controller.
227
228 config USB_EHCI_MV
229         bool "EHCI support for Marvell PXA/MMP USB controller"
230         depends on (ARCH_PXA || ARCH_MMP)
231         select USB_EHCI_ROOT_HUB_TT
232         ---help---
233           Enables support for Marvell (including PXA and MMP series) on-chip
234           USB SPH and OTG controller. SPH is a single port host, and it can
235           only be EHCI host. OTG is controller that can switch to host mode.
236           Note that this driver will not work on Marvell's other EHCI
237           controller used by the EBU-type SoCs including Orion, Kirkwood,
238           Dova, Armada 370 and Armada XP. See "Support for Marvell EBU
239           on-chip EHCI USB controller" for those.
240
241 config USB_W90X900_EHCI
242         tristate "W90X900(W90P910) EHCI support"
243         depends on ARCH_W90X900
244         ---help---
245                 Enables support for the W90X900 USB controller
246
247 config USB_CNS3XXX_EHCI
248         bool "Cavium CNS3XXX EHCI Module (DEPRECATED)"
249         depends on ARCH_CNS3XXX
250         select USB_EHCI_HCD_PLATFORM
251         ---help---
252           This option is deprecated now and the driver was removed, use
253           USB_EHCI_HCD_PLATFORM instead.
254
255           Enable support for the CNS3XXX SOC's on-chip EHCI controller.
256           It is needed for high-speed (480Mbit/sec) USB 2.0 device
257           support.
258
259 config USB_EHCI_ATH79
260         bool "EHCI support for AR7XXX/AR9XXX SoCs (DEPRECATED)"
261         depends on (SOC_AR71XX || SOC_AR724X || SOC_AR913X || SOC_AR933X)
262         select USB_EHCI_ROOT_HUB_TT
263         select USB_EHCI_HCD_PLATFORM
264         default y
265         ---help---
266           This option is deprecated now and the driver was removed, use
267           USB_EHCI_HCD_PLATFORM instead.
268
269           Enables support for the built-in EHCI controller present
270           on the Atheros AR7XXX/AR9XXX SoCs.
271
272 config USB_EHCI_HCD_PLATFORM
273         tristate "Generic EHCI driver for a platform device"
274         default n
275         ---help---
276           Adds an EHCI host driver for a generic platform device, which
277           provides a memory space and an irq.
278
279           If unsure, say N.
280
281 config USB_OCTEON_EHCI
282         bool "Octeon on-chip EHCI support"
283         depends on CAVIUM_OCTEON_SOC
284         default n
285         select USB_EHCI_BIG_ENDIAN_MMIO
286         help
287           Enable support for the Octeon II SOC's on-chip EHCI
288           controller.  It is needed for high-speed (480Mbit/sec)
289           USB 2.0 device support.  All CN6XXX based chips with USB are
290           supported.
291
292 endif # USB_EHCI_HCD
293
294 config USB_OXU210HP_HCD
295         tristate "OXU210HP HCD support"
296         ---help---
297           The OXU210HP is an USB host/OTG/device controller. Enable this
298           option if your board has this chip. If unsure, say N.
299
300           This driver does not support isochronous transfers and doesn't
301           implement OTG nor USB device controllers.
302
303           To compile this driver as a module, choose M here: the
304           module will be called oxu210hp-hcd.
305
306 config USB_ISP116X_HCD
307         tristate "ISP116X HCD support"
308         ---help---
309           The ISP1160 and ISP1161 chips are USB host controllers. Enable this
310           option if your board has this chip. If unsure, say N.
311
312           This driver does not support isochronous transfers.
313
314           To compile this driver as a module, choose M here: the
315           module will be called isp116x-hcd.
316
317 config USB_ISP1760_HCD
318         tristate "ISP 1760 HCD support"
319         ---help---
320           The ISP1760 chip is a USB 2.0 host controller.
321
322           This driver does not support isochronous transfers or OTG.
323           This USB controller is usually attached to a non-DMA-Master
324           capable bus. NXP's eval kit brings this chip on PCI card
325           where the chip itself is behind a PLB to simulate such
326           a bus.
327
328           To compile this driver as a module, choose M here: the
329           module will be called isp1760.
330
331 config USB_ISP1362_HCD
332         tristate "ISP1362 HCD support"
333         default N
334         ---help---
335           Supports the Philips ISP1362 chip as a host controller
336
337           This driver does not support isochronous transfers.
338
339           To compile this driver as a module, choose M here: the
340           module will be called isp1362-hcd.
341
342 config USB_FUSBH200_HCD
343         tristate "FUSBH200 HCD support"
344         depends on USB
345         default N
346         ---help---
347         Faraday FUSBH200 is designed to meet USB2.0 EHCI specification
348         with minor modification.
349
350         To compile this driver as a module, choose M here: the
351         module will be called fusbh200-hcd.
352
353 config USB_FOTG210_HCD
354         tristate "FOTG210 HCD support"
355         depends on USB
356         default N
357         ---help---
358           Faraday FOTG210 is an OTG controller which can be configured as
359           an USB2.0 host. It is designed to meet USB2.0 EHCI specification
360           with minor modification.
361
362           To compile this driver as a module, choose M here: the
363           module will be called fotg210-hcd.
364
365 config USB_OHCI_HCD
366         tristate "OHCI HCD (USB 1.1) support"
367         select ISP1301_OMAP if MACH_OMAP_H2 || MACH_OMAP_H3
368         depends on USB_ISP1301 || !ARCH_LPC32XX
369         ---help---
370           The Open Host Controller Interface (OHCI) is a standard for accessing
371           USB 1.1 host controller hardware.  It does more in hardware than Intel's
372           UHCI specification.  If your USB host controller follows the OHCI spec,
373           say Y.  On most non-x86 systems, and on x86 hardware that's not using a
374           USB controller from Intel or VIA, this is appropriate.  If your host
375           controller doesn't use PCI, this is probably appropriate.  For a PCI
376           based system where you're not sure, the "lspci -v" entry will list the
377           right "prog-if" for your USB controller(s):  EHCI, OHCI, or UHCI.
378
379           To compile this driver as a module, choose M here: the
380           module will be called ohci-hcd.
381
382 if USB_OHCI_HCD
383
384 config USB_OHCI_HCD_OMAP1
385         tristate "OHCI support for OMAP1/2 chips"
386         depends on ARCH_OMAP1
387         default y
388         ---help---
389           Enables support for the OHCI controller on OMAP1/2 chips.
390
391 config USB_OHCI_HCD_SPEAR
392         tristate "Support for ST SPEAr on-chip OHCI USB controller"
393         depends on USB_OHCI_HCD && PLAT_SPEAR
394         default y
395         ---help---
396           Enables support for the on-chip OHCI controller on
397           ST SPEAr chips.
398
399 config USB_OHCI_HCD_S3C2410
400         tristate "OHCI support for Samsung S3C24xx/S3C64xx SoC series"
401         depends on USB_OHCI_HCD && (ARCH_S3C24XX || ARCH_S3C64XX)
402         default y
403         ---help---
404           Enables support for the on-chip OHCI controller on
405           S3C24xx/S3C64xx chips.
406
407 config USB_OHCI_HCD_LPC32XX
408         tristate "Support for LPC on-chip OHCI USB controller"
409         depends on USB_OHCI_HCD && ARCH_LPC32XX
410         default y
411         ---help---
412           Enables support for the on-chip OHCI controller on
413           NXP chips.
414
415 config USB_OHCI_HCD_PXA27X
416         tristate "Support for PXA27X/PXA3XX on-chip OHCI USB controller"
417         depends on USB_OHCI_HCD && (PXA27x || PXA3xx)
418         default y
419         ---help---
420           Enables support for the on-chip OHCI controller on
421           PXA27x/PXA3xx chips.
422
423 config USB_OHCI_HCD_AT91
424         tristate "Support for Atmel on-chip OHCI USB controller"
425         depends on USB_OHCI_HCD && ARCH_AT91
426         default y
427         ---help---
428           Enables support for the on-chip OHCI controller on
429           Atmel chips.
430
431 config USB_OHCI_HCD_OMAP3
432         tristate "OHCI support for OMAP3 and later chips"
433         depends on (ARCH_OMAP3 || ARCH_OMAP4)
434         default y
435         ---help---
436           Enables support for the on-chip OHCI controller on
437           OMAP3 and later chips.
438
439 config USB_OHCI_ATH79
440         bool "USB OHCI support for the Atheros AR71XX/AR7240 SoCs (DEPRECATED)"
441         depends on (SOC_AR71XX || SOC_AR724X)
442         select USB_OHCI_HCD_PLATFORM
443         default y
444         help
445           This option is deprecated now and the driver was removed, use
446           USB_OHCI_HCD_PLATFORM instead.
447
448           Enables support for the built-in OHCI controller present on the
449           Atheros AR71XX/AR7240 SoCs.
450
451 config USB_OHCI_HCD_PPC_OF_BE
452         bool "OHCI support for OF platform bus (big endian)"
453         depends on PPC_OF
454         select USB_OHCI_BIG_ENDIAN_DESC
455         select USB_OHCI_BIG_ENDIAN_MMIO
456         ---help---
457           Enables support for big-endian USB controllers present on the
458           OpenFirmware platform bus.
459
460 config USB_OHCI_HCD_PPC_OF_LE
461         bool "OHCI support for OF platform bus (little endian)"
462         depends on PPC_OF
463         select USB_OHCI_LITTLE_ENDIAN
464         ---help---
465           Enables support for little-endian USB controllers present on the
466           OpenFirmware platform bus.
467
468 config USB_OHCI_HCD_PPC_OF
469         bool
470         depends on PPC_OF
471         default USB_OHCI_HCD_PPC_OF_BE || USB_OHCI_HCD_PPC_OF_LE
472
473 config USB_OHCI_HCD_PCI
474         tristate "OHCI support for PCI-bus USB controllers"
475         depends on PCI
476         default y
477         select USB_OHCI_LITTLE_ENDIAN
478         ---help---
479           Enables support for PCI-bus plug-in USB controller cards.
480           If unsure, say Y.
481
482 config USB_OHCI_HCD_SSB
483         bool "OHCI support for Broadcom SSB OHCI core (DEPRECATED)"
484         depends on (SSB = y || SSB = USB_OHCI_HCD)
485         select USB_HCD_SSB
486         select USB_OHCI_HCD_PLATFORM
487         default n
488         ---help---
489           This option is deprecated now and the driver was removed, use
490           USB_HCD_SSB and USB_OHCI_HCD_PLATFORM instead.
491
492           Support for the Sonics Silicon Backplane (SSB) attached
493           Broadcom USB OHCI core.
494
495           This device is present in some embedded devices with
496           Broadcom based SSB bus.
497
498           If unsure, say N.
499
500 config USB_OHCI_SH
501         bool "OHCI support for SuperH USB controller (DEPRECATED)"
502         depends on SUPERH
503         select USB_OHCI_HCD_PLATFORM
504         ---help---
505           This option is deprecated now and the driver was removed, use
506           USB_OHCI_HCD_PLATFORM instead.
507
508           Enables support for the on-chip OHCI controller on the SuperH.
509           If you use the PCI OHCI controller, this option is not necessary.
510
511 config USB_OHCI_EXYNOS
512         tristate "OHCI support for Samsung S5P/EXYNOS SoC Series"
513         depends on PLAT_S5P || ARCH_EXYNOS
514         help
515          Enable support for the Samsung Exynos SOC's on-chip OHCI controller.
516
517 config USB_CNS3XXX_OHCI
518         bool "Cavium CNS3XXX OHCI Module (DEPRECATED)"
519         depends on ARCH_CNS3XXX
520         select USB_OHCI_HCD_PLATFORM
521         ---help---
522           This option is deprecated now and the driver was removed, use
523           USB_OHCI_HCD_PLATFORM instead.
524
525           Enable support for the CNS3XXX SOC's on-chip OHCI controller.
526           It is needed for low-speed USB 1.0 device support.
527
528 config USB_OHCI_HCD_PLATFORM
529         tristate "Generic OHCI driver for a platform device"
530         default n
531         ---help---
532           Adds an OHCI host driver for a generic platform device, which
533           provides a memory space and an irq.
534
535           If unsure, say N.
536
537 config USB_OCTEON_OHCI
538         bool "Octeon on-chip OHCI support"
539         depends on CAVIUM_OCTEON_SOC
540         default USB_OCTEON_EHCI
541         select USB_OHCI_BIG_ENDIAN_MMIO
542         select USB_OHCI_LITTLE_ENDIAN
543         help
544           Enable support for the Octeon II SOC's on-chip OHCI
545           controller.  It is needed for low-speed USB 1.0 device
546           support.  All CN6XXX based chips with USB are supported.
547
548 endif # USB_OHCI_HCD
549
550 config USB_UHCI_HCD
551         tristate "UHCI HCD (most Intel and VIA) support"
552         depends on PCI || USB_UHCI_SUPPORT_NON_PCI_HC
553         ---help---
554           The Universal Host Controller Interface is a standard by Intel for
555           accessing the USB hardware in the PC (which is also called the USB
556           host controller). If your USB host controller conforms to this
557           standard, you may want to say Y, but see below. All recent boards
558           with Intel PCI chipsets (like intel 430TX, 440FX, 440LX, 440BX,
559           i810, i820) conform to this standard. Also all VIA PCI chipsets
560           (like VIA VP2, VP3, MVP3, Apollo Pro, Apollo Pro II or Apollo Pro
561           133) and LEON/GRLIB SoCs with the GRUSBHC controller.
562           If unsure, say Y.
563
564           To compile this driver as a module, choose M here: the
565           module will be called uhci-hcd.
566
567 config USB_UHCI_SUPPORT_NON_PCI_HC
568         bool
569         default y if (SPARC_LEON || USB_UHCI_PLATFORM)
570
571 config USB_UHCI_PLATFORM
572         bool
573         default y if ARCH_VT8500
574
575 config USB_UHCI_BIG_ENDIAN_MMIO
576         bool
577         default y if SPARC_LEON
578
579 config USB_UHCI_BIG_ENDIAN_DESC
580         bool
581         default y if SPARC_LEON
582
583 config USB_FHCI_HCD
584         tristate "Freescale QE USB Host Controller support"
585         depends on OF_GPIO && QE_GPIO && QUICC_ENGINE
586         select FSL_GTM
587         select QE_USB
588         help
589           This driver enables support for Freescale QE USB Host Controller
590           (as found on MPC8360 and MPC8323 processors), the driver supports
591           Full and Low Speed USB.
592
593 config FHCI_DEBUG
594         bool "Freescale QE USB Host Controller debug support"
595         depends on USB_FHCI_HCD && DEBUG_FS
596         help
597           Say "y" to see some FHCI debug information and statistics
598           through debugfs.
599
600 config USB_U132_HCD
601         tristate "Elan U132 Adapter Host Controller"
602         depends on USB_FTDI_ELAN
603         default M
604         help
605           The U132 adapter is a USB to CardBus adapter specifically designed
606           for PC cards that contain an OHCI host controller. Typical PC cards
607           are the Orange Mobile 3G Option GlobeTrotter Fusion card. The U132
608           adapter will *NOT* work with PC cards that do not contain an OHCI
609           controller.
610
611           For those PC cards that contain multiple OHCI controllers only the
612           first one is used.
613
614           The driver consists of two modules, the "ftdi-elan" module is a
615           USB client driver that interfaces to the FTDI chip within ELAN's
616           USB-to-PCMCIA adapter, and this "u132-hcd" module is a USB host
617           controller driver that talks to the OHCI controller within the
618           CardBus cards that are inserted in the U132 adapter.
619
620           This driver has been tested with a CardBus OHCI USB adapter, and
621           worked with a USB PEN Drive inserted into the first USB port of
622           the PCCARD. A rather pointless thing to do, but useful for testing.
623
624           It is safe to say M here.
625
626           See also <http://www.elandigitalsystems.com/support/ufaq/u132linux.php>
627
628 config USB_SL811_HCD
629         tristate "SL811HS HCD support"
630         help
631           The SL811HS is a single-port USB controller that supports either
632           host side or peripheral side roles.  Enable this option if your
633           board has this chip, and you want to use it as a host controller. 
634           If unsure, say N.
635
636           To compile this driver as a module, choose M here: the
637           module will be called sl811-hcd.
638
639 config USB_SL811_HCD_ISO
640         bool "partial ISO support"
641         depends on USB_SL811_HCD
642         help
643           The driver doesn't support iso_frame_desc (yet), but for some simple
644           devices that just queue one ISO frame per URB, then ISO transfers
645           "should" work using the normal urb status fields.
646
647           If unsure, say N.
648
649 config USB_SL811_CS
650         tristate "CF/PCMCIA support for SL811HS HCD"
651         depends on USB_SL811_HCD && PCMCIA
652         help
653           Wraps a PCMCIA driver around the SL811HS HCD, supporting the RATOC
654           REX-CFU1U CF card (often used with PDAs).  If unsure, say N.
655
656           To compile this driver as a module, choose M here: the
657           module will be called "sl811_cs".
658
659 config USB_R8A66597_HCD
660         tristate "R8A66597 HCD support"
661         help
662           The R8A66597 is a USB 2.0 host and peripheral controller.
663
664           Enable this option if your board has this chip, and you want
665           to use it as a host controller.  If unsure, say N.
666
667           To compile this driver as a module, choose M here: the
668           module will be called r8a66597-hcd.
669
670 config USB_RENESAS_USBHS_HCD
671         tristate "Renesas USBHS HCD support"
672         depends on USB_RENESAS_USBHS
673         help
674           The Renesas USBHS is a USB 2.0 host and peripheral controller.
675
676           Enable this option if your board has this chip, and you want
677           to use it as a host controller.  If unsure, say N.
678
679           To compile this driver as a module, choose M here: the
680           module will be called renesas-usbhs.
681
682 config USB_WHCI_HCD
683         tristate "Wireless USB Host Controller Interface (WHCI) driver"
684         depends on PCI && USB && UWB
685         select USB_WUSB
686         select UWB_WHCI
687         help
688           A driver for PCI-based Wireless USB Host Controllers that are
689           compliant with the WHCI specification.
690
691           To compile this driver a module, choose M here: the module
692           will be called "whci-hcd".
693
694 config USB_HWA_HCD
695         tristate "Host Wire Adapter (HWA) driver"
696         depends on UWB
697         select USB_WUSB
698         select UWB_HWA
699         help
700           This driver enables you to connect Wireless USB devices to
701           your system using a Host Wire Adaptor USB dongle. This is an
702           UWB Radio Controller and WUSB Host Controller connected to
703           your machine via USB (specified in WUSB1.0).
704
705           To compile this driver a module, choose M here: the module
706           will be called "hwa-hc".
707
708 config USB_IMX21_HCD
709        tristate "i.MX21 HCD support"
710        depends on ARM && ARCH_MXC
711        help
712          This driver enables support for the on-chip USB host in the
713          i.MX21 processor.
714
715          To compile this driver as a module, choose M here: the
716          module will be called "imx21-hcd".
717
718
719
720 config USB_OCTEON2_COMMON
721         bool
722         default y if USB_OCTEON_EHCI || USB_OCTEON_OHCI
723
724 config USB_HCD_BCMA
725         tristate "BCMA usb host driver"
726         depends on BCMA
727         select USB_OHCI_HCD_PLATFORM if USB_OHCI_HCD
728         select USB_EHCI_HCD_PLATFORM if USB_EHCI_HCD
729         help
730           Enable support for the EHCI and OCHI host controller on an bcma bus.
731           It converts the bcma driver into two platform device drivers
732           for ehci and ohci.
733
734           If unsure, say N.
735
736 config USB_HCD_SSB
737         tristate "SSB usb host driver"
738         depends on SSB
739         select USB_OHCI_HCD_PLATFORM if USB_OHCI_HCD
740         select USB_EHCI_HCD_PLATFORM if USB_EHCI_HCD
741         help
742           Enable support for the EHCI and OCHI host controller on an bcma bus.
743           It converts the bcma driver into two platform device drivers
744           for ehci and ohci.
745
746           If unsure, say N.
747
748 config USB_HCD_TEST_MODE
749         bool "HCD test mode support"
750         ---help---
751           Say 'Y' to enable additional software test modes that may be
752           supported by the host controller drivers.
753
754           One such test mode is the Embedded High-speed Host Electrical Test
755           (EHSET) for EHCI host controller hardware, specifically the "Single
756           Step Set Feature" test.  Typically this will be enabled for On-the-Go
757           or embedded hosts that need to undergo USB-IF compliance testing with
758           the aid of special testing hardware.  In the future, this may expand
759           to include other tests that require support from a HCD driver.
760
761           This option is of interest only to developers who need to validate
762           their USB hardware designs.  It is not needed for normal use.  If
763           unsure, say N.