blob: e9d4dde3e9b3dac1990d5dc58c8e6c2e196771a5 [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"
Vegard Nossum149737a2016-02-10 15:29:42 +01008 depends on HAS_IOMEM
Peter Korsgaarde9b29ff2008-04-27 08:59:45 +02009 help
10 The Cypress C67x00 (EZ-Host/EZ-OTG) chips are dual-role
11 host/peripheral/OTG USB controllers.
12
13 Enable this option to support this chip in host controller mode.
14 If unsure, say N.
15
16 To compile this driver as a module, choose M here: the
17 module will be called c67x00.
18
Sarah Sharpeb6bab12009-04-29 19:07:13 -070019config USB_XHCI_HCD
Greg Kroah-Hartmaneb83be92012-09-14 21:15:50 -070020 tristate "xHCI HCD (USB 3.0) support"
Geert Uytterhoevencf34be72016-02-21 22:48:47 +010021 depends on HAS_DMA && HAS_IOMEM
Sarah Sharpeb6bab12009-04-29 19:07:13 -070022 ---help---
23 The eXtensible Host Controller Interface (xHCI) is standard for USB 3.0
24 "SuperSpeed" host controller hardware.
25
26 To compile this driver as a module, choose M here: the
27 module will be called xhci-hcd.
28
Florian Fainelli0fcb9982013-04-09 14:29:29 +020029if USB_XHCI_HCD
30
Andrew Bresticker29e409f2014-10-03 11:35:29 +030031config USB_XHCI_PCI
32 tristate
33 depends on PCI
34 default y
35
Sebastian Andrzej Siewior3429e912012-03-13 16:57:41 +020036config USB_XHCI_PLATFORM
Rafał Miłecki6c05cb12015-08-06 19:23:57 +030037 tristate "Generic xHCI driver for a platform device"
Yoshihiro Shimodaf879fc32016-05-06 15:20:11 +090038 select USB_XHCI_RCAR if ARCH_RENESAS
Rafał Miłecki6c05cb12015-08-06 19:23:57 +030039 ---help---
40 Adds an xHCI host driver for a generic platform device, which
41 provides a memory space and an irq.
42 It is also a prerequisite for platform specific drivers that
43 implement some extra quirks.
44
45 If unsure, say N.
Sebastian Andrzej Siewior3429e912012-03-13 16:57:41 +020046
Chunfeng Yun0cbd4b32015-11-24 13:09:55 +020047config USB_XHCI_MTK
48 tristate "xHCI support for Mediatek MT65xx"
49 select MFD_SYSCON
50 depends on ARCH_MEDIATEK || COMPILE_TEST
51 ---help---
52 Say 'Y' to enable the support for the xHCI host controller
53 found in Mediatek MT65xx SoCs.
54 If unsure, say N.
55
Gregory CLEMENT97374792014-05-15 12:17:33 +020056config USB_XHCI_MVEBU
57 tristate "xHCI support for Marvell Armada 375/38x"
58 select USB_XHCI_PLATFORM
Vegard Nossum828638e92016-02-10 15:29:39 +010059 depends on HAS_IOMEM
Gregory CLEMENT97374792014-05-15 12:17:33 +020060 depends on ARCH_MVEBU || COMPILE_TEST
61 ---help---
62 Say 'Y' to enable the support for the xHCI host controller
63 found in Marvell Armada 375/38x ARM SOCs.
64
Yoshihiro Shimoda4ac89182014-07-09 10:08:52 +090065config USB_XHCI_RCAR
66 tristate "xHCI support for Renesas R-Car SoCs"
Yoshihiro Shimodaf879fc32016-05-06 15:20:11 +090067 depends on USB_XHCI_PLATFORM
Simon Horman6edd87f2016-02-19 11:55:51 +090068 depends on ARCH_RENESAS || COMPILE_TEST
Yoshihiro Shimoda4ac89182014-07-09 10:08:52 +090069 ---help---
70 Say 'Y' to enable the support for the xHCI host controller
71 found in Renesas R-Car ARM SoCs.
72
Florian Fainelli0fcb9982013-04-09 14:29:29 +020073endif # USB_XHCI_HCD
74
Linus Torvalds1da177e2005-04-16 15:20:36 -070075config USB_EHCI_HCD
76 tristate "EHCI HCD (USB 2.0) support"
Geert Uytterhoevencf34be72016-02-21 22:48:47 +010077 depends on HAS_DMA && HAS_IOMEM
Linus Torvalds1da177e2005-04-16 15:20:36 -070078 ---help---
79 The Enhanced Host Controller Interface (EHCI) is standard for USB 2.0
80 "high speed" (480 Mbit/sec, 60 Mbyte/sec) host controller hardware.
81 If your USB host controller supports USB 2.0, you will likely want to
Thierry Vignaudb967c882009-02-11 13:31:05 -080082 configure this Host Controller Driver.
Linus Torvalds1da177e2005-04-16 15:20:36 -070083
84 EHCI controllers are packaged with "companion" host controllers (OHCI
85 or UHCI) to handle USB 1.1 devices connected to root hub ports. Ports
Jesper Juhlb3c29d82006-01-10 00:35:22 +010086 will connect to EHCI if the device is high speed, otherwise they
Linus Torvalds1da177e2005-04-16 15:20:36 -070087 connect to a companion controller. If you configure EHCI, you should
88 probably configure the OHCI (for NEC and some other vendors) USB Host
89 Controller Driver or UHCI (for Via motherboards) Host Controller
90 Driver too.
91
92 You may want to read <file:Documentation/usb/ehci.txt>.
93
94 To compile this driver as a module, choose M here: the
95 module will be called ehci-hcd.
96
Linus Torvalds1da177e2005-04-16 15:20:36 -070097config USB_EHCI_ROOT_HUB_TT
Robert P. J. Day9ec249a2008-03-08 03:27:44 -050098 bool "Root Hub Transaction Translators"
Peter Chena746c282013-09-17 12:37:18 +080099 depends on USB_EHCI_HCD
Linus Torvalds1da177e2005-04-16 15:20:36 -0700100 ---help---
101 Some EHCI chips have vendor-specific extensions to integrate
102 transaction translators, so that no OHCI or UHCI companion
103 controller is needed. It's safe to say "y" even if your
104 controller doesn't support this feature.
105
Dan Streetmanba47f662006-05-24 09:39:16 -0700106 This supports the EHCI implementation that's originally
107 from ARC, and has since changed hands a few times.
108
109config USB_EHCI_TT_NEWSCHED
Alan Stern37cd6812010-05-21 17:08:21 -0400110 bool "Improved Transaction Translator scheduling"
Peter Chena746c282013-09-17 12:37:18 +0800111 depends on USB_EHCI_HCD
Alan Stern37cd6812010-05-21 17:08:21 -0400112 default y
Dan Streetmanba47f662006-05-24 09:39:16 -0700113 ---help---
114 This changes the periodic scheduling code to fill more of the low
115 and full speed bandwidth available from the Transaction Translator
116 (TT) in USB 2.0 hubs. Without this, only one transfer will be
117 issued in each microframe, significantly reducing the number of
118 periodic low/fullspeed transfers possible.
119
120 If you have multiple periodic low/fullspeed devices connected to a
121 highspeed USB hub which is connected to a highspeed USB Host
122 Controller, and some of those devices will not work correctly
Alan Stern37cd6812010-05-21 17:08:21 -0400123 (possibly due to "ENOSPC" or "-28" errors), say Y. Conversely, if
124 you have only one such device and it doesn't work, you could try
125 saying N.
Dan Streetmanba47f662006-05-24 09:39:16 -0700126
Alan Stern37cd6812010-05-21 17:08:21 -0400127 If unsure, say Y.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700128
Florian Fainelli42443dc2013-04-09 14:29:27 +0200129if USB_EHCI_HCD
130
Alan Sternadfa79d2012-11-01 11:13:04 -0400131config USB_EHCI_PCI
132 tristate
Florian Fainelli42443dc2013-04-09 14:29:27 +0200133 depends on PCI
Alan Sternadfa79d2012-11-01 11:13:04 -0400134 default y
135
Anoop22ced6872011-02-24 19:26:28 +0530136config USB_EHCI_HCD_PMC_MSP
137 tristate "EHCI support for on-chip PMC MSP71xx USB controller"
Florian Fainelli42443dc2013-04-09 14:29:27 +0200138 depends on MSP_HAS_USB
Anoop22ced6872011-02-24 19:26:28 +0530139 default n
140 select USB_EHCI_BIG_ENDIAN_DESC
141 select USB_EHCI_BIG_ENDIAN_MMIO
142 ---help---
143 Enables support for the onchip USB controller on the PMC_MSP7100 Family SoC's.
144 If unsure, say N.
145
Julie Zhu08d3c182009-09-21 16:08:19 -0600146config XPS_USB_HCD_XILINX
147 bool "Use Xilinx usb host EHCI controller core"
Florian Fainelli42443dc2013-04-09 14:29:27 +0200148 depends on (PPC32 || MICROBLAZE)
Julie Zhu08d3c182009-09-21 16:08:19 -0600149 select USB_EHCI_BIG_ENDIAN_DESC
150 select USB_EHCI_BIG_ENDIAN_MMIO
151 ---help---
Masanari Iidaf54619f2014-09-18 12:09:42 +0900152 Xilinx xps USB host controller core is EHCI compliant and has
Julie Zhu08d3c182009-09-21 16:08:19 -0600153 transaction translator built-in. It can be configured to either
154 support both high speed and full speed devices, or high speed
155 devices only.
156
Li Yangba029782007-05-11 17:09:55 +0800157config USB_EHCI_FSL
Ramneek Mehreshca07e1c2015-05-14 19:04:46 +0530158 tristate "Support for Freescale PPC on-chip EHCI USB controller"
Florian Fainelli42443dc2013-04-09 14:29:27 +0200159 depends on FSL_SOC
Li Yangba029782007-05-11 17:09:55 +0800160 select USB_EHCI_ROOT_HUB_TT
Li Yangba029782007-05-11 17:09:55 +0800161 ---help---
162 Variation of ARC USB block used in some Freescale chips.
163
Daniel Mack7e8d5cd2009-10-28 01:14:59 +0100164config USB_EHCI_MXC
Alan Sterndba63b2f2013-01-23 13:26:15 -0500165 tristate "Support for Freescale i.MX on-chip EHCI USB controller"
Florian Fainelli42443dc2013-04-09 14:29:27 +0200166 depends on ARCH_MXC
Daniel Mack7e8d5cd2009-10-28 01:14:59 +0100167 select USB_EHCI_ROOT_HUB_TT
168 ---help---
169 Variation of ARC USB block used in some Freescale chips.
170
Keshava Munegowda7f124f42010-11-21 23:23:41 +0530171config USB_EHCI_HCD_OMAP
Alan Stern54a419662013-03-12 12:44:39 +0200172 tristate "EHCI support for OMAP3 and later chips"
Florian Fainelli42443dc2013-04-09 14:29:27 +0200173 depends on ARCH_OMAP
Roger Quadros88650d62013-06-14 12:51:42 +0300174 select NOP_USB_XCEIV
Keshava Munegowda7f124f42010-11-21 23:23:41 +0530175 default y
Paul Bolled132d7f6f2012-05-07 11:14:59 +0200176 ---help---
Keshava Munegowda7f124f42010-11-21 23:23:41 +0530177 Enables support for the on-chip EHCI controller on
178 OMAP3 and later chips.
179
Manjunath Goudara76dd462013-04-02 18:23:59 +0200180config USB_EHCI_HCD_ORION
181 tristate "Support for Marvell EBU on-chip EHCI USB controller"
182 depends on USB_EHCI_HCD && PLAT_ORION
183 default y
184 ---help---
185 Enables support for the on-chip EHCI controller on Marvell's
186 embedded ARM SoCs, including Orion, Kirkwood, Dove, Armada XP,
187 Armada 370. This is different from the EHCI implementation
188 on Marvell's mobile PXA and MMP SoC, see "EHCI support for
189 Marvell PXA/MMP USB controller" for those.
190
Manjunath Goudar7675d6b2013-04-02 18:24:00 +0200191config USB_EHCI_HCD_SPEAR
192 tristate "Support for ST SPEAr on-chip EHCI USB controller"
193 depends on USB_EHCI_HCD && PLAT_SPEAR
194 default y
195 ---help---
196 Enables support for the on-chip EHCI controller on
197 ST SPEAr chips.
198
Arnd Bergmann905e3002014-09-29 14:54:34 +0200199config USB_EHCI_HCD_STI
200 tristate "Support for ST STiHxxx on-chip EHCI USB controller"
201 depends on ARCH_STI && OF
202 select GENERIC_PHY
203 select USB_EHCI_HCD_PLATFORM
204 help
205 Enable support for the on-chip EHCI controller found on
206 STMicroelectronics consumer electronics SoC's.
207
Manjunath Goudar97736962013-04-02 18:24:02 +0200208config USB_EHCI_HCD_AT91
209 tristate "Support for Atmel on-chip EHCI USB controller"
210 depends on USB_EHCI_HCD && ARCH_AT91
211 default y
212 ---help---
213 Enables support for the on-chip EHCI controller on
214 Atmel chips.
215
Pavankumar Kondetib0848ae2010-12-07 17:53:56 +0530216config USB_EHCI_MSM
Manjunath Goudar8c68e842013-04-02 18:24:03 +0200217 tristate "Support for Qualcomm QSD/MSM on-chip EHCI USB controller"
Stephen Boydebfd44f2015-03-13 11:09:41 -0700218 depends on ARCH_QCOM
Pavankumar Kondetib0848ae2010-12-07 17:53:56 +0530219 select USB_EHCI_ROOT_HUB_TT
Pavankumar Kondetib0848ae2010-12-07 17:53:56 +0530220 ---help---
221 Enables support for the USB Host controller present on the
222 Qualcomm chipsets. Root Hub has inbuilt TT.
223 This driver depends on OTG driver for PHY initialization,
Pavankumar Kondeti8bb6a162010-12-07 17:53:57 +0530224 clock management, powering up VBUS, and power management.
Pavankumar Kondeti8cf28f12011-02-04 10:08:18 +0530225 This driver is not supported on boards like trout which
226 has an external PHY.
Pavankumar Kondetib0848ae2010-12-07 17:53:56 +0530227
Benoit Goby79ad3b52011-03-09 16:28:56 -0800228config USB_EHCI_TEGRA
Manjunath Goudar9fc5f242013-06-13 11:24:12 -0600229 tristate "NVIDIA Tegra HCD support"
Florian Fainelli42443dc2013-04-09 14:29:27 +0200230 depends on ARCH_TEGRA
Benoit Goby79ad3b52011-03-09 16:28:56 -0800231 select USB_EHCI_ROOT_HUB_TT
Felipe Balbi75f32ec2013-03-20 14:18:28 +0200232 select USB_PHY
Arnd Bergmanna262e872015-11-23 14:51:29 +0100233 select USB_ULPI
234 select USB_ULPI_VIEWPORT
Benoit Goby79ad3b52011-03-09 16:28:56 -0800235 help
236 This driver enables support for the internal USB Host Controllers
237 found in NVIDIA Tegra SoCs. The controllers are EHCI compliant.
238
Valentine Barshakda0e8fb2007-12-30 15:28:50 -0800239config USB_EHCI_HCD_PPC_OF
240 bool "EHCI support for PPC USB controller on OF platform bus"
Kevin Haoc31316c2015-01-31 21:47:44 +0800241 depends on PPC
Valentine Barshakda0e8fb2007-12-30 15:28:50 -0800242 default y
243 ---help---
244 Enables support for the USB controller present on the PowerPC
245 OpenFirmware platform bus.
246
Yoshihiro Shimoda60b0bf02011-03-01 16:58:37 +0900247config USB_EHCI_SH
248 bool "EHCI support for SuperH USB controller"
Florian Fainelli42443dc2013-04-09 14:29:27 +0200249 depends on SUPERH
Yoshihiro Shimoda60b0bf02011-03-01 16:58:37 +0900250 ---help---
251 Enables support for the on-chip EHCI controller on the SuperH.
252 If you use the PCI EHCI controller, this option is not necessary.
253
Jingoo Han29824c162013-10-10 16:42:47 +0900254config USB_EHCI_EXYNOS
Manjunath Goudar7edb3da2013-04-02 18:24:01 +0200255 tristate "EHCI support for Samsung S5P/EXYNOS SoC Series"
Sylwester Nawrockicd6e2452014-10-07 11:12:07 +0200256 depends on ARCH_S5PV210 || ARCH_EXYNOS
Greg Kroah-Hartmane9a92b22013-02-20 10:25:05 -0800257 help
Jingoo Han29824c162013-10-10 16:42:47 +0900258 Enable support for the Samsung Exynos SOC's on-chip EHCI controller.
Joonyoung Shim1bcc5aa2011-04-08 14:08:50 +0900259
Neil Zhang3a082ec2011-12-20 13:20:23 +0800260config USB_EHCI_MV
Manjunath Goudara76dd462013-04-02 18:23:59 +0200261 bool "EHCI support for Marvell PXA/MMP USB controller"
Florian Fainelli42443dc2013-04-09 14:29:27 +0200262 depends on (ARCH_PXA || ARCH_MMP)
Neil Zhang3a082ec2011-12-20 13:20:23 +0800263 select USB_EHCI_ROOT_HUB_TT
264 ---help---
265 Enables support for Marvell (including PXA and MMP series) on-chip
266 USB SPH and OTG controller. SPH is a single port host, and it can
267 only be EHCI host. OTG is controller that can switch to host mode.
Manjunath Goudara76dd462013-04-02 18:23:59 +0200268 Note that this driver will not work on Marvell's other EHCI
269 controller used by the EBU-type SoCs including Orion, Kirkwood,
270 Dova, Armada 370 and Armada XP. See "Support for Marvell EBU
271 on-chip EHCI USB controller" for those.
Neil Zhang3a082ec2011-12-20 13:20:23 +0800272
Wan ZongShun586dfc82009-06-13 09:14:28 +0800273config USB_W90X900_EHCI
Manjunath Goudara60f4f82013-09-21 16:44:42 +0530274 tristate "W90X900(W90P910) EHCI support"
Florian Fainelli42443dc2013-04-09 14:29:27 +0200275 depends on ARCH_W90X900
Wan ZongShun586dfc82009-06-13 09:14:28 +0800276 ---help---
277 Enables support for the W90X900 USB controller
278
Mac Lin760efe62010-11-25 23:58:00 +0800279config USB_CNS3XXX_EHCI
Florian Fainellif3a958d2012-10-08 15:11:25 +0200280 bool "Cavium CNS3XXX EHCI Module (DEPRECATED)"
Florian Fainelli42443dc2013-04-09 14:29:27 +0200281 depends on ARCH_CNS3XXX
Florian Fainellif3a958d2012-10-08 15:11:25 +0200282 select USB_EHCI_HCD_PLATFORM
Mac Lin760efe62010-11-25 23:58:00 +0800283 ---help---
Florian Fainellif3a958d2012-10-08 15:11:25 +0200284 This option is deprecated now and the driver was removed, use
285 USB_EHCI_HCD_PLATFORM instead.
286
Mac Lin760efe62010-11-25 23:58:00 +0800287 Enable support for the CNS3XXX SOC's on-chip EHCI controller.
288 It is needed for high-speed (480Mbit/sec) USB 2.0 device
289 support.
290
Gabor Juhos502fa842011-04-13 10:54:22 +0200291config USB_EHCI_ATH79
Hauke Mehrtens5d98cd42012-03-13 01:04:53 +0100292 bool "EHCI support for AR7XXX/AR9XXX SoCs (DEPRECATED)"
Florian Fainelli42443dc2013-04-09 14:29:27 +0200293 depends on (SOC_AR71XX || SOC_AR724X || SOC_AR913X || SOC_AR933X)
Gabor Juhos502fa842011-04-13 10:54:22 +0200294 select USB_EHCI_ROOT_HUB_TT
Hauke Mehrtens5d98cd42012-03-13 01:04:53 +0100295 select USB_EHCI_HCD_PLATFORM
Gabor Juhos502fa842011-04-13 10:54:22 +0200296 default y
297 ---help---
Hauke Mehrtens5d98cd42012-03-13 01:04:53 +0100298 This option is deprecated now and the driver was removed, use
299 USB_EHCI_HCD_PLATFORM instead.
300
Gabor Juhos502fa842011-04-13 10:54:22 +0200301 Enables support for the built-in EHCI controller present
302 on the Atheros AR7XXX/AR9XXX SoCs.
303
Florian Fainelli42443dc2013-04-09 14:29:27 +0200304config USB_EHCI_HCD_PLATFORM
305 tristate "Generic EHCI driver for a platform device"
306 default n
307 ---help---
308 Adds an EHCI host driver for a generic platform device, which
309 provides a memory space and an irq.
310
311 If unsure, say N.
312
313config USB_OCTEON_EHCI
Alan Stern2193dda2014-11-25 12:28:46 +0100314 bool "Octeon on-chip EHCI support (DEPRECATED)"
David Daney9ddebc42013-05-22 15:10:46 +0000315 depends on CAVIUM_OCTEON_SOC
Florian Fainelli42443dc2013-04-09 14:29:27 +0200316 default n
Ben Hutchingsdf115f32015-05-25 20:27:29 +0100317 select USB_EHCI_BIG_ENDIAN_MMIO if CPU_BIG_ENDIAN
Alan Stern2193dda2014-11-25 12:28:46 +0100318 select USB_EHCI_HCD_PLATFORM
Florian Fainelli42443dc2013-04-09 14:29:27 +0200319 help
Alan Stern2193dda2014-11-25 12:28:46 +0100320 This option is deprecated now and the driver was removed, use
321 USB_EHCI_HCD_PLATFORM instead.
322
Florian Fainelli42443dc2013-04-09 14:29:27 +0200323 Enable support for the Octeon II SOC's on-chip EHCI
324 controller. It is needed for high-speed (480Mbit/sec)
325 USB 2.0 device support. All CN6XXX based chips with USB are
326 supported.
327
328endif # USB_EHCI_HCD
329
Rodolfo Giomettib92a78e2008-10-23 10:08:07 +0200330config USB_OXU210HP_HCD
331 tristate "OXU210HP HCD support"
Vegard Nossumf4a5d702016-02-10 15:29:53 +0100332 depends on HAS_IOMEM
Rodolfo Giomettib92a78e2008-10-23 10:08:07 +0200333 ---help---
334 The OXU210HP is an USB host/OTG/device controller. Enable this
335 option if your board has this chip. If unsure, say N.
336
337 This driver does not support isochronous transfers and doesn't
338 implement OTG nor USB device controllers.
339
340 To compile this driver as a module, choose M here: the
341 module will be called oxu210hp-hcd.
342
Olav Kongas4808a1c2005-04-09 22:57:39 +0300343config USB_ISP116X_HCD
344 tristate "ISP116X HCD support"
Vegard Nossumca23d3b2016-02-10 15:29:36 +0100345 depends on HAS_IOMEM
Olav Kongas4808a1c2005-04-09 22:57:39 +0300346 ---help---
347 The ISP1160 and ISP1161 chips are USB host controllers. Enable this
348 option if your board has this chip. If unsure, say N.
349
350 This driver does not support isochronous transfers.
351
352 To compile this driver as a module, choose M here: the
353 module will be called isp116x-hcd.
354
Lothar Wassmanna9d43092009-07-16 20:51:21 -0400355config USB_ISP1362_HCD
356 tristate "ISP1362 HCD support"
Vegard Nossum4a6d9f82016-02-10 15:29:54 +0100357 depends on HAS_IOMEM
Lothar Wassmanna9d43092009-07-16 20:51:21 -0400358 ---help---
359 Supports the Philips ISP1362 chip as a host controller
360
361 This driver does not support isochronous transfers.
362
363 To compile this driver as a module, choose M here: the
364 module will be called isp1362-hcd.
365
Feng-Hsin Chiang7d501952013-07-29 16:48:32 +0000366config USB_FOTG210_HCD
367 tristate "FOTG210 HCD support"
Geert Uytterhoevencf34be72016-02-21 22:48:47 +0100368 depends on USB && HAS_DMA && HAS_IOMEM
Feng-Hsin Chiang7d501952013-07-29 16:48:32 +0000369 ---help---
370 Faraday FOTG210 is an OTG controller which can be configured as
371 an USB2.0 host. It is designed to meet USB2.0 EHCI specification
372 with minor modification.
373
374 To compile this driver as a module, choose M here: the
375 module will be called fotg210-hcd.
376
David Mosberger2d531392014-04-28 22:14:07 -0600377config USB_MAX3421_HCD
378 tristate "MAX3421 HCD (USB-over-SPI) support"
379 depends on USB && SPI
380 ---help---
381 The Maxim MAX3421E chip supports standard USB 2.0-compliant
382 full-speed devices either in host or peripheral mode. This
383 driver supports the host-mode of the MAX3421E only.
384
385 To compile this driver as a module, choose M here: the module will
386 be called max3421-hcd.
387
Linus Torvalds1da177e2005-04-16 15:20:36 -0700388config USB_OHCI_HCD
Manjunath Goudarc1117af2013-05-28 18:34:51 +0530389 tristate "OHCI HCD (USB 1.1) support"
Geert Uytterhoevencf34be72016-02-21 22:48:47 +0100390 depends on HAS_DMA && HAS_IOMEM
Linus Torvalds1da177e2005-04-16 15:20:36 -0700391 ---help---
392 The Open Host Controller Interface (OHCI) is a standard for accessing
393 USB 1.1 host controller hardware. It does more in hardware than Intel's
394 UHCI specification. If your USB host controller follows the OHCI spec,
395 say Y. On most non-x86 systems, and on x86 hardware that's not using a
396 USB controller from Intel or VIA, this is appropriate. If your host
397 controller doesn't use PCI, this is probably appropriate. For a PCI
398 based system where you're not sure, the "lspci -v" entry will list the
399 right "prog-if" for your USB controller(s): EHCI, OHCI, or UHCI.
400
401 To compile this driver as a module, choose M here: the
402 module will be called ohci-hcd.
403
Florian Fainelli3ad3ca02013-04-09 14:29:28 +0200404if USB_OHCI_HCD
405
Anand Gadiyar968b4482010-05-10 21:56:12 +0530406config USB_OHCI_HCD_OMAP1
Manjunath Goudarde57a152013-09-21 16:38:39 +0530407 tristate "OHCI support for OMAP1/2 chips"
Florian Fainelli3ad3ca02013-04-09 14:29:28 +0200408 depends on ARCH_OMAP1
Arnd Bergmann38e0c102014-05-08 15:52:20 +0200409 depends on ISP1301_OMAP || !(MACH_OMAP_H2 || MACH_OMAP_H3)
Anand Gadiyar968b4482010-05-10 21:56:12 +0530410 default y
411 ---help---
412 Enables support for the OHCI controller on OMAP1/2 chips.
413
Manjunath Goudar1cc6ac52013-09-21 16:38:41 +0530414config USB_OHCI_HCD_SPEAR
415 tristate "Support for ST SPEAr on-chip OHCI USB controller"
416 depends on USB_OHCI_HCD && PLAT_SPEAR
417 default y
418 ---help---
419 Enables support for the on-chip OHCI controller on
420 ST SPEAr chips.
421
Arnd Bergmann905e3002014-09-29 14:54:34 +0200422config USB_OHCI_HCD_STI
423 tristate "Support for ST STiHxxx on-chip OHCI USB controller"
424 depends on ARCH_STI && OF
425 select GENERIC_PHY
426 select USB_OHCI_HCD_PLATFORM
427 help
428 Enable support for the on-chip OHCI controller found on
429 STMicroelectronics consumer electronics SoC's.
430
Manjunath Goudarf23b71f2013-09-21 16:38:43 +0530431config USB_OHCI_HCD_S3C2410
432 tristate "OHCI support for Samsung S3C24xx/S3C64xx SoC series"
433 depends on USB_OHCI_HCD && (ARCH_S3C24XX || ARCH_S3C64XX)
434 default y
435 ---help---
436 Enables support for the on-chip OHCI controller on
437 S3C24xx/S3C64xx chips.
438
Manjunath Goudar30330b82013-09-21 16:38:44 +0530439config USB_OHCI_HCD_LPC32XX
440 tristate "Support for LPC on-chip OHCI USB controller"
441 depends on USB_OHCI_HCD && ARCH_LPC32XX
Arnd Bergmann38e0c102014-05-08 15:52:20 +0200442 depends on USB_ISP1301
Manjunath Goudar30330b82013-09-21 16:38:44 +0530443 default y
444 ---help---
445 Enables support for the on-chip OHCI controller on
446 NXP chips.
447
Manjunath Goudarb8ad5c32013-09-21 16:38:46 +0530448config USB_OHCI_HCD_PXA27X
449 tristate "Support for PXA27X/PXA3XX on-chip OHCI USB controller"
450 depends on USB_OHCI_HCD && (PXA27x || PXA3xx)
451 default y
452 ---help---
453 Enables support for the on-chip OHCI controller on
454 PXA27x/PXA3xx chips.
455
Manjunath Goudare3825b42013-09-21 16:38:42 +0530456config USB_OHCI_HCD_AT91
Alexandre Bellonibe12be52015-08-10 16:23:10 +0200457 tristate "Support for Atmel on-chip OHCI USB controller"
458 depends on USB_OHCI_HCD && ARCH_AT91 && OF
459 default y
460 ---help---
Manjunath Goudare3825b42013-09-21 16:38:42 +0530461 Enables support for the on-chip OHCI controller on
462 Atmel chips.
463
Anand Gadiyar968b4482010-05-10 21:56:12 +0530464config USB_OHCI_HCD_OMAP3
Manjunath Goudar3a48fef2013-09-21 16:38:40 +0530465 tristate "OHCI support for OMAP3 and later chips"
Florian Fainelli3ad3ca02013-04-09 14:29:28 +0200466 depends on (ARCH_OMAP3 || ARCH_OMAP4)
Anand Gadiyar968b4482010-05-10 21:56:12 +0530467 default y
468 ---help---
469 Enables support for the on-chip OHCI controller on
470 OMAP3 and later chips.
471
Arnd Bergmann068413e2014-05-08 15:52:21 +0200472config USB_OHCI_HCD_DAVINCI
473 bool "OHCI support for TI DaVinci DA8xx"
474 depends on ARCH_DAVINCI_DA8XX
475 depends on USB_OHCI_HCD=y
476 default y
477 help
478 Enables support for the DaVinci DA8xx integrated OHCI
479 controller. This driver cannot currently be a loadable
480 module because it lacks a proper PHY abstraction.
481
Gabor Juhos90e6ca52011-04-13 10:54:24 +0200482config USB_OHCI_ATH79
Hauke Mehrtens5d98cd42012-03-13 01:04:53 +0100483 bool "USB OHCI support for the Atheros AR71XX/AR7240 SoCs (DEPRECATED)"
Florian Fainelli3ad3ca02013-04-09 14:29:28 +0200484 depends on (SOC_AR71XX || SOC_AR724X)
Hauke Mehrtens5d98cd42012-03-13 01:04:53 +0100485 select USB_OHCI_HCD_PLATFORM
Gabor Juhos90e6ca52011-04-13 10:54:24 +0200486 default y
487 help
Hauke Mehrtens5d98cd42012-03-13 01:04:53 +0100488 This option is deprecated now and the driver was removed, use
489 USB_OHCI_HCD_PLATFORM instead.
490
Gabor Juhos90e6ca52011-04-13 10:54:24 +0200491 Enables support for the built-in OHCI controller present on the
492 Atheros AR71XX/AR7240 SoCs.
493
Sylvain Munaut495a6782006-12-13 21:09:55 +0100494config USB_OHCI_HCD_PPC_OF_BE
Arnd Bergmann45e83882009-06-19 05:35:34 -0700495 bool "OHCI support for OF platform bus (big endian)"
Kevin Haoc31316c2015-01-31 21:47:44 +0800496 depends on PPC
Sylvain Munaut495a6782006-12-13 21:09:55 +0100497 select USB_OHCI_BIG_ENDIAN_DESC
498 select USB_OHCI_BIG_ENDIAN_MMIO
Arnd Bergmann45e83882009-06-19 05:35:34 -0700499 ---help---
500 Enables support for big-endian USB controllers present on the
501 OpenFirmware platform bus.
Sylvain Munaut495a6782006-12-13 21:09:55 +0100502
503config USB_OHCI_HCD_PPC_OF_LE
Arnd Bergmann45e83882009-06-19 05:35:34 -0700504 bool "OHCI support for OF platform bus (little endian)"
Kevin Haoc31316c2015-01-31 21:47:44 +0800505 depends on PPC
Sylvain Munaut495a6782006-12-13 21:09:55 +0100506 select USB_OHCI_LITTLE_ENDIAN
Arnd Bergmann45e83882009-06-19 05:35:34 -0700507 ---help---
508 Enables support for little-endian USB controllers present on the
509 OpenFirmware platform bus.
510
511config USB_OHCI_HCD_PPC_OF
512 bool
Kevin Haoc31316c2015-01-31 21:47:44 +0800513 depends on PPC
Arnd Bergmann45e83882009-06-19 05:35:34 -0700514 default USB_OHCI_HCD_PPC_OF_BE || USB_OHCI_HCD_PPC_OF_LE
Sylvain Munaut495a6782006-12-13 21:09:55 +0100515
Linus Torvalds1da177e2005-04-16 15:20:36 -0700516config USB_OHCI_HCD_PCI
Manjunath Goudarc1117af2013-05-28 18:34:51 +0530517 tristate "OHCI support for PCI-bus USB controllers"
518 depends on PCI
Linus Torvalds1da177e2005-04-16 15:20:36 -0700519 default y
520 select USB_OHCI_LITTLE_ENDIAN
521 ---help---
522 Enables support for PCI-bus plug-in USB controller cards.
523 If unsure, say Y.
524
Michael Bueschc604e852007-10-09 23:47:17 -0700525config USB_OHCI_HCD_SSB
Hauke Mehrtens259b83a2012-03-15 23:49:59 +0100526 bool "OHCI support for Broadcom SSB OHCI core (DEPRECATED)"
Florian Fainelli3ad3ca02013-04-09 14:29:28 +0200527 depends on (SSB = y || SSB = USB_OHCI_HCD)
Hauke Mehrtens259b83a2012-03-15 23:49:59 +0100528 select USB_HCD_SSB
529 select USB_OHCI_HCD_PLATFORM
Michael Bueschc604e852007-10-09 23:47:17 -0700530 default n
531 ---help---
Hauke Mehrtens259b83a2012-03-15 23:49:59 +0100532 This option is deprecated now and the driver was removed, use
533 USB_HCD_SSB and USB_OHCI_HCD_PLATFORM instead.
534
Michael Bueschc604e852007-10-09 23:47:17 -0700535 Support for the Sonics Silicon Backplane (SSB) attached
536 Broadcom USB OHCI core.
537
538 This device is present in some embedded devices with
539 Broadcom based SSB bus.
540
541 If unsure, say N.
542
Yoshihiro Shimoda60b0bf02011-03-01 16:58:37 +0900543config USB_OHCI_SH
Florian Fainelli231a72e2012-10-08 15:11:37 +0200544 bool "OHCI support for SuperH USB controller (DEPRECATED)"
Florian Fainelli3ad3ca02013-04-09 14:29:28 +0200545 depends on SUPERH
Florian Fainelli231a72e2012-10-08 15:11:37 +0200546 select USB_OHCI_HCD_PLATFORM
Yoshihiro Shimoda60b0bf02011-03-01 16:58:37 +0900547 ---help---
Florian Fainelli231a72e2012-10-08 15:11:37 +0200548 This option is deprecated now and the driver was removed, use
549 USB_OHCI_HCD_PLATFORM instead.
550
Yoshihiro Shimoda60b0bf02011-03-01 16:58:37 +0900551 Enables support for the on-chip OHCI controller on the SuperH.
552 If you use the PCI OHCI controller, this option is not necessary.
553
Jingoo Han62194242011-12-23 11:20:54 +0900554config USB_OHCI_EXYNOS
Manjunath Goudar50a97e02013-09-21 16:38:38 +0530555 tristate "OHCI support for Samsung S5P/EXYNOS SoC Series"
Sylwester Nawrockicd6e2452014-10-07 11:12:07 +0200556 depends on ARCH_S5PV210 || ARCH_EXYNOS
Jingoo Han62194242011-12-23 11:20:54 +0900557 help
558 Enable support for the Samsung Exynos SOC's on-chip OHCI controller.
559
Mac Lin760efe62010-11-25 23:58:00 +0800560config USB_CNS3XXX_OHCI
Florian Fainellic23920b02012-10-08 15:11:33 +0200561 bool "Cavium CNS3XXX OHCI Module (DEPRECATED)"
Florian Fainelli3ad3ca02013-04-09 14:29:28 +0200562 depends on ARCH_CNS3XXX
Florian Fainellic23920b02012-10-08 15:11:33 +0200563 select USB_OHCI_HCD_PLATFORM
Mac Lin760efe62010-11-25 23:58:00 +0800564 ---help---
Florian Fainellic23920b02012-10-08 15:11:33 +0200565 This option is deprecated now and the driver was removed, use
566 USB_OHCI_HCD_PLATFORM instead.
567
Mac Lin760efe62010-11-25 23:58:00 +0800568 Enable support for the CNS3XXX SOC's on-chip OHCI controller.
569 It is needed for low-speed USB 1.0 device support.
570
Hauke Mehrtensfa3364b2012-03-13 01:04:47 +0100571config USB_OHCI_HCD_PLATFORM
Manjunath Goudar928fb682013-06-03 20:46:08 +0530572 tristate "Generic OHCI driver for a platform device"
Hauke Mehrtensfa3364b2012-03-13 01:04:47 +0100573 default n
574 ---help---
575 Adds an OHCI host driver for a generic platform device, which
Peter Meerwald898d8282012-08-18 15:53:12 +0200576 provides a memory space and an irq.
Hauke Mehrtensfa3364b2012-03-13 01:04:47 +0100577
578 If unsure, say N.
579
Florian Fainelli3ad3ca02013-04-09 14:29:28 +0200580config USB_OCTEON_OHCI
Alan Stern2193dda2014-11-25 12:28:46 +0100581 bool "Octeon on-chip OHCI support (DEPRECATED)"
David Daney9ddebc42013-05-22 15:10:46 +0000582 depends on CAVIUM_OCTEON_SOC
Florian Fainelli3ad3ca02013-04-09 14:29:28 +0200583 default USB_OCTEON_EHCI
Ben Hutchingsdf115f32015-05-25 20:27:29 +0100584 select USB_OHCI_BIG_ENDIAN_MMIO if CPU_BIG_ENDIAN
Florian Fainelli3ad3ca02013-04-09 14:29:28 +0200585 select USB_OHCI_LITTLE_ENDIAN
Alan Stern2193dda2014-11-25 12:28:46 +0100586 select USB_OHCI_HCD_PLATFORM
Florian Fainelli3ad3ca02013-04-09 14:29:28 +0200587 help
Alan Stern2193dda2014-11-25 12:28:46 +0100588 This option is deprecated now and the driver was removed, use
589 USB_OHCI_HCD_PLATFORM instead.
590
Florian Fainelli3ad3ca02013-04-09 14:29:28 +0200591 Enable support for the Octeon II SOC's on-chip OHCI
592 controller. It is needed for low-speed USB 1.0 device
593 support. All CN6XXX based chips with USB are supported.
594
Florian Fainelli3ad3ca02013-04-09 14:29:28 +0200595endif # USB_OHCI_HCD
596
Linus Torvalds1da177e2005-04-16 15:20:36 -0700597config USB_UHCI_HCD
598 tristate "UHCI HCD (most Intel and VIA) support"
Alan Sternccd95092013-05-14 13:54:12 -0400599 depends on PCI || USB_UHCI_SUPPORT_NON_PCI_HC
Linus Torvalds1da177e2005-04-16 15:20:36 -0700600 ---help---
601 The Universal Host Controller Interface is a standard by Intel for
602 accessing the USB hardware in the PC (which is also called the USB
603 host controller). If your USB host controller conforms to this
604 standard, you may want to say Y, but see below. All recent boards
605 with Intel PCI chipsets (like intel 430TX, 440FX, 440LX, 440BX,
606 i810, i820) conform to this standard. Also all VIA PCI chipsets
607 (like VIA VP2, VP3, MVP3, Apollo Pro, Apollo Pro II or Apollo Pro
Jan Andersson3db77392011-05-06 12:00:18 +0200608 133) and LEON/GRLIB SoCs with the GRUSBHC controller.
609 If unsure, say Y.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700610
611 To compile this driver as a module, choose M here: the
612 module will be called uhci-hcd.
613
Jan Anderssond3219d12011-05-06 12:00:17 +0200614config USB_UHCI_SUPPORT_NON_PCI_HC
615 bool
Alan Sternccd95092013-05-14 13:54:12 -0400616 default y if (SPARC_LEON || USB_UHCI_PLATFORM)
Tony Prisk100d4592012-07-21 22:58:53 +1200617
618config USB_UHCI_PLATFORM
Alan Sternccd95092013-05-14 13:54:12 -0400619 bool
Tony Prisk100d4592012-07-21 22:58:53 +1200620 default y if ARCH_VT8500
Jan Anderssond3219d12011-05-06 12:00:17 +0200621
Jan Andersson8452c672011-05-18 10:44:49 +0200622config USB_UHCI_BIG_ENDIAN_MMIO
623 bool
Alan Sternccd95092013-05-14 13:54:12 -0400624 default y if SPARC_LEON
Jan Andersson8452c672011-05-18 10:44:49 +0200625
Jan Andersson51e2f622011-05-18 10:44:51 +0200626config USB_UHCI_BIG_ENDIAN_DESC
627 bool
Alan Sternccd95092013-05-14 13:54:12 -0400628 default y if SPARC_LEON
Jan Andersson51e2f622011-05-18 10:44:51 +0200629
Anton Vorontsov236dd4d2009-01-10 05:03:21 +0300630config USB_FHCI_HCD
631 tristate "Freescale QE USB Host Controller support"
Florian Fainelli25e11ec2013-04-09 14:29:25 +0200632 depends on OF_GPIO && QE_GPIO && QUICC_ENGINE
Anton Vorontsov236dd4d2009-01-10 05:03:21 +0300633 select FSL_GTM
634 select QE_USB
635 help
636 This driver enables support for Freescale QE USB Host Controller
637 (as found on MPC8360 and MPC8323 processors), the driver supports
638 Full and Low Speed USB.
639
640config FHCI_DEBUG
641 bool "Freescale QE USB Host Controller debug support"
642 depends on USB_FHCI_HCD && DEBUG_FS
643 help
644 Say "y" to see some FHCI debug information and statistics
Lucas De Marchi25985ed2011-03-30 22:57:33 -0300645 through debugfs.
Anton Vorontsov236dd4d2009-01-10 05:03:21 +0300646
Tony Olechd774efe2006-09-13 11:27:35 +0100647config USB_U132_HCD
648 tristate "Elan U132 Adapter Host Controller"
Florian Fainelli25e11ec2013-04-09 14:29:25 +0200649 depends on USB_FTDI_ELAN
Tony Olechd774efe2006-09-13 11:27:35 +0100650 help
651 The U132 adapter is a USB to CardBus adapter specifically designed
652 for PC cards that contain an OHCI host controller. Typical PC cards
653 are the Orange Mobile 3G Option GlobeTrotter Fusion card. The U132
654 adapter will *NOT* work with PC cards that do not contain an OHCI
655 controller.
656
Matt LaPlante3cb2fcc2006-11-30 05:22:59 +0100657 For those PC cards that contain multiple OHCI controllers only the
Tony Olechd774efe2006-09-13 11:27:35 +0100658 first one is used.
659
660 The driver consists of two modules, the "ftdi-elan" module is a
661 USB client driver that interfaces to the FTDI chip within ELAN's
662 USB-to-PCMCIA adapter, and this "u132-hcd" module is a USB host
663 controller driver that talks to the OHCI controller within the
664 CardBus cards that are inserted in the U132 adapter.
665
666 This driver has been tested with a CardBus OHCI USB adapter, and
667 worked with a USB PEN Drive inserted into the first USB port of
668 the PCCARD. A rather pointless thing to do, but useful for testing.
669
670 It is safe to say M here.
671
672 See also <http://www.elandigitalsystems.com/support/ufaq/u132linux.php>
673
Linus Torvalds1da177e2005-04-16 15:20:36 -0700674config USB_SL811_HCD
675 tristate "SL811HS HCD support"
Vegard Nossumcfa33ea2016-02-10 15:29:43 +0100676 depends on HAS_IOMEM
Linus Torvalds1da177e2005-04-16 15:20:36 -0700677 help
678 The SL811HS is a single-port USB controller that supports either
679 host side or peripheral side roles. Enable this option if your
680 board has this chip, and you want to use it as a host controller.
681 If unsure, say N.
682
683 To compile this driver as a module, choose M here: the
684 module will be called sl811-hcd.
685
Mike Frysingerad7c56f2011-03-22 15:35:39 -0400686config USB_SL811_HCD_ISO
687 bool "partial ISO support"
688 depends on USB_SL811_HCD
689 help
690 The driver doesn't support iso_frame_desc (yet), but for some simple
691 devices that just queue one ISO frame per URB, then ISO transfers
692 "should" work using the normal urb status fields.
693
694 If unsure, say N.
695
David Brownellc6de2b62005-05-26 05:55:55 -0700696config USB_SL811_CS
697 tristate "CF/PCMCIA support for SL811HS HCD"
698 depends on USB_SL811_HCD && PCMCIA
David Brownellc6de2b62005-05-26 05:55:55 -0700699 help
700 Wraps a PCMCIA driver around the SL811HS HCD, supporting the RATOC
701 REX-CFU1U CF card (often used with PDAs). If unsure, say N.
702
703 To compile this driver as a module, choose M here: the
704 module will be called "sl811_cs".
705
Yoshihiro Shimoda5d304352007-05-10 13:18:19 +0900706config USB_R8A66597_HCD
M4rkusXXLfa0de2b2007-08-10 14:53:32 -0700707 tristate "R8A66597 HCD support"
Vegard Nossume37a6c92016-02-10 15:29:40 +0100708 depends on HAS_IOMEM
Yoshihiro Shimoda5d304352007-05-10 13:18:19 +0900709 help
710 The R8A66597 is a USB 2.0 host and peripheral controller.
711
712 Enable this option if your board has this chip, and you want
713 to use it as a host controller. If unsure, say N.
714
715 To compile this driver as a module, choose M here: the
716 module will be called r8a66597-hcd.
717
Kuninori Morimoto034d7c12011-10-10 22:07:40 -0700718config USB_RENESAS_USBHS_HCD
719 tristate "Renesas USBHS HCD support"
Kuninori Morimoto034d7c12011-10-10 22:07:40 -0700720 depends on USB_RENESAS_USBHS
721 help
722 The Renesas USBHS is a USB 2.0 host and peripheral controller.
723
724 Enable this option if your board has this chip, and you want
725 to use it as a host controller. If unsure, say N.
726
727 To compile this driver as a module, choose M here: the
728 module will be called renesas-usbhs.
729
David Vrabel7e6133a2008-09-17 16:34:28 +0100730config USB_WHCI_HCD
Greg Kroah-Hartmaneb83be92012-09-14 21:15:50 -0700731 tristate "Wireless USB Host Controller Interface (WHCI) driver"
Randy Dunlap36f8ecb2012-01-27 15:47:03 -0800732 depends on PCI && USB && UWB
David Vrabel7e6133a2008-09-17 16:34:28 +0100733 select USB_WUSB
734 select UWB_WHCI
735 help
736 A driver for PCI-based Wireless USB Host Controllers that are
737 compliant with the WHCI specification.
738
739 To compile this driver a module, choose M here: the module
740 will be called "whci-hcd".
Inaky Perez-Gonzalezd09318b2008-09-17 16:34:30 +0100741
742config USB_HWA_HCD
Greg Kroah-Hartmaneb83be92012-09-14 21:15:50 -0700743 tristate "Host Wire Adapter (HWA) driver"
Thomas Pugliesecbb67192014-09-16 16:25:24 -0500744 depends on USB && UWB
Inaky Perez-Gonzalezd09318b2008-09-17 16:34:30 +0100745 select USB_WUSB
746 select UWB_HWA
747 help
748 This driver enables you to connect Wireless USB devices to
749 your system using a Host Wire Adaptor USB dongle. This is an
750 UWB Radio Controller and WUSB Host Controller connected to
751 your machine via USB (specified in WUSB1.0).
752
753 To compile this driver a module, choose M here: the module
754 will be called "hwa-hc".
Martin Fuzzey23d3e7a2009-11-21 12:14:48 +0100755
756config USB_IMX21_HCD
Sascha Hauer5de9ec42011-08-24 08:41:10 +0200757 tristate "i.MX21 HCD support"
Florian Fainelli25e11ec2013-04-09 14:29:25 +0200758 depends on ARM && ARCH_MXC
Martin Fuzzey23d3e7a2009-11-21 12:14:48 +0100759 help
760 This driver enables support for the on-chip USB host in the
Sascha Hauer5de9ec42011-08-24 08:41:10 +0200761 i.MX21 processor.
Martin Fuzzey23d3e7a2009-11-21 12:14:48 +0100762
763 To compile this driver as a module, choose M here: the
764 module will be called "imx21-hcd".
765
Hauke Mehrtens62e11d12012-03-15 23:49:57 +0100766config USB_HCD_BCMA
767 tristate "BCMA usb host driver"
Greg Kroah-Hartmaneb83be92012-09-14 21:15:50 -0700768 depends on BCMA
Hauke Mehrtens62e11d12012-03-15 23:49:57 +0100769 select USB_OHCI_HCD_PLATFORM if USB_OHCI_HCD
770 select USB_EHCI_HCD_PLATFORM if USB_EHCI_HCD
771 help
Jesper Dangaard Brouer71c421d2012-06-15 12:01:33 +0200772 Enable support for the EHCI and OCHI host controller on an bcma bus.
Hauke Mehrtens62e11d12012-03-15 23:49:57 +0100773 It converts the bcma driver into two platform device drivers
774 for ehci and ohci.
775
776 If unsure, say N.
Hauke Mehrtens7043c2c2012-03-15 23:49:58 +0100777
778config USB_HCD_SSB
779 tristate "SSB usb host driver"
Greg Kroah-Hartmaneb83be92012-09-14 21:15:50 -0700780 depends on SSB
Hauke Mehrtens7043c2c2012-03-15 23:49:58 +0100781 select USB_OHCI_HCD_PLATFORM if USB_OHCI_HCD
782 select USB_EHCI_HCD_PLATFORM if USB_EHCI_HCD
783 help
Jesper Dangaard Brouer71c421d2012-06-15 12:01:33 +0200784 Enable support for the EHCI and OCHI host controller on an bcma bus.
Hauke Mehrtens7043c2c2012-03-15 23:49:58 +0100785 It converts the bcma driver into two platform device drivers
786 for ehci and ohci.
787
788 If unsure, say N.
Jack Pham726a85c2013-08-13 13:40:13 -0700789
790config USB_HCD_TEST_MODE
791 bool "HCD test mode support"
792 ---help---
793 Say 'Y' to enable additional software test modes that may be
794 supported by the host controller drivers.
795
796 One such test mode is the Embedded High-speed Host Electrical Test
797 (EHSET) for EHCI host controller hardware, specifically the "Single
798 Step Set Feature" test. Typically this will be enabled for On-the-Go
799 or embedded hosts that need to undergo USB-IF compliance testing with
800 the aid of special testing hardware. In the future, this may expand
801 to include other tests that require support from a HCD driver.
802
803 This option is of interest only to developers who need to validate
804 their USB hardware designs. It is not needed for normal use. If
805 unsure, say N.