xref: /linux/drivers/usb/host/Kconfig (revision c0c9379f235df33a12ceae94370ad80c5278324d)
1cae8dc3bSGreg Kroah-Hartman# SPDX-License-Identifier: GPL-2.0
21da177e4SLinus Torvalds#
31da177e4SLinus Torvalds# USB Host Controller Drivers
41da177e4SLinus Torvalds#
51da177e4SLinus Torvaldscomment "USB Host Controller Drivers"
61da177e4SLinus Torvalds
7e9b29ffcSPeter Korsgaardconfig USB_C67X00_HCD
8e9b29ffcSPeter Korsgaard	tristate "Cypress C67x00 HCD support"
9149737a7SVegard Nossum	depends on HAS_IOMEM
10e9b29ffcSPeter Korsgaard	help
11e9b29ffcSPeter Korsgaard	  The Cypress C67x00 (EZ-Host/EZ-OTG) chips are dual-role
12e9b29ffcSPeter Korsgaard	  host/peripheral/OTG USB controllers.
13e9b29ffcSPeter Korsgaard
14e9b29ffcSPeter Korsgaard	  Enable this option to support this chip in host controller mode.
15e9b29ffcSPeter Korsgaard	  If unsure, say N.
16e9b29ffcSPeter Korsgaard
17e9b29ffcSPeter Korsgaard	  To compile this driver as a module, choose M here: the
18e9b29ffcSPeter Korsgaard	  module will be called c67x00.
19e9b29ffcSPeter Korsgaard
20eb6bab13SSarah Sharpconfig USB_XHCI_HCD
21eb83be98SGreg Kroah-Hartman	tristate "xHCI HCD (USB 3.0) support"
22cf34be7aSGeert Uytterhoeven	depends on HAS_DMA && HAS_IOMEM
23a7f7f624SMasahiro Yamada	help
24eb6bab13SSarah Sharp	  The eXtensible Host Controller Interface (xHCI) is standard for USB 3.0
25eb6bab13SSarah Sharp	  "SuperSpeed" host controller hardware.
26eb6bab13SSarah Sharp
27eb6bab13SSarah Sharp	  To compile this driver as a module, choose M here: the
28eb6bab13SSarah Sharp	  module will be called xhci-hcd.
29eb6bab13SSarah Sharp
300fcb9989SFlorian Fainelliif USB_XHCI_HCD
31dfba2174SLu Baoluconfig USB_XHCI_DBGCAP
32dfba2174SLu Baolu	bool "xHCI support for debug capability"
33dfba2174SLu Baolu	depends on TTY
34a7f7f624SMasahiro Yamada	help
35dfba2174SLu Baolu	  Say 'Y' to enable the support for the xHCI debug capability. Make
36dfba2174SLu Baolu	  sure that your xHCI host supports the extended debug capability and
37dfba2174SLu Baolu	  you want a TTY serial device based on the xHCI debug capability
38dfba2174SLu Baolu	  before enabling this option. If unsure, say 'N'.
390fcb9989SFlorian Fainelli
4029e409f0SAndrew Brestickerconfig USB_XHCI_PCI
4129e409f0SAndrew Bresticker	tristate
422c93e790Syuan linyu	depends on USB_PCI
4329e409f0SAndrew Bresticker	default y
4429e409f0SAndrew Bresticker
458bd5741eSChristian Lamparterconfig USB_XHCI_PCI_RENESAS
46cda37dbbSColin Ian King	tristate "Support for additional Renesas xHCI controller with firmware"
4725f51b76SBen Hutchings	depends on USB_XHCI_PCI
48a7f7f624SMasahiro Yamada	help
498bd5741eSChristian Lamparter	  Say 'Y' to enable the support for the Renesas xHCI controller with
504e74b483SColin Ian King	  firmware. Make sure you have the firmware for the device and
518bd5741eSChristian Lamparter	  installed on your system for this device to work.
528bd5741eSChristian Lamparter	  If unsure, say 'N'.
538bd5741eSChristian Lamparter
543429e91aSSebastian Andrzej Siewiorconfig USB_XHCI_PLATFORM
556c05cb14SRafał Miłecki	tristate "Generic xHCI driver for a platform device"
56a7f7f624SMasahiro Yamada	help
576c05cb14SRafał Miłecki	  Adds an xHCI host driver for a generic platform device, which
586c05cb14SRafał Miłecki	  provides a memory space and an irq.
596c05cb14SRafał Miłecki	  It is also a prerequisite for platform specific drivers that
606c05cb14SRafał Miłecki	  implement some extra quirks.
616c05cb14SRafał Miłecki
626c05cb14SRafał Miłecki	  If unsure, say N.
633429e91aSSebastian Andrzej Siewior
64c508f41dSJianguo Sunconfig USB_XHCI_HISTB
65c508f41dSJianguo Sun	tristate "xHCI support for HiSilicon STB SoCs"
66c508f41dSJianguo Sun	depends on USB_XHCI_PLATFORM && (ARCH_HISI || COMPILE_TEST)
67c508f41dSJianguo Sun	help
68c508f41dSJianguo Sun	  Say 'Y' to enable the support for the xHCI host controller
69c508f41dSJianguo Sun	  found in HiSilicon STB SoCs.
70c508f41dSJianguo Sun
710cbd4b34SChunfeng Yunconfig USB_XHCI_MTK
727b81a586SChunfeng Yun	tristate "xHCI support for MediaTek SoCs"
730cbd4b34SChunfeng Yun	select MFD_SYSCON
74808cf33dSJohn Crispin	depends on (MIPS && SOC_MT7621) || ARCH_MEDIATEK || COMPILE_TEST
75a7f7f624SMasahiro Yamada	help
760cbd4b34SChunfeng Yun	  Say 'Y' to enable the support for the xHCI host controller
777b81a586SChunfeng Yun	  found in MediaTek SoCs.
780cbd4b34SChunfeng Yun	  If unsure, say N.
790cbd4b34SChunfeng Yun
8097374792SGregory CLEMENTconfig USB_XHCI_MVEBU
8112453a89SOfer Heifetz	tristate "xHCI support for Marvell Armada 375/38x/37xx"
8297374792SGregory CLEMENT	select USB_XHCI_PLATFORM
83828638e9SVegard Nossum	depends on HAS_IOMEM
8497374792SGregory CLEMENT	depends on ARCH_MVEBU || COMPILE_TEST
85a7f7f624SMasahiro Yamada	help
8697374792SGregory CLEMENT	  Say 'Y' to enable the support for the xHCI host controller
8712453a89SOfer Heifetz	  found in Marvell Armada 375/38x/37xx ARM SOCs.
8897374792SGregory CLEMENT
894ac8918fSYoshihiro Shimodaconfig USB_XHCI_RCAR
904ac8918fSYoshihiro Shimoda	tristate "xHCI support for Renesas R-Car SoCs"
91f879fc32SYoshihiro Shimoda	depends on USB_XHCI_PLATFORM
926edd87f5SSimon Horman	depends on ARCH_RENESAS || COMPILE_TEST
93ec5499d3SArnd Bergmann	default ARCH_RENESAS
94a7f7f624SMasahiro Yamada	help
954ac8918fSYoshihiro Shimoda	  Say 'Y' to enable the support for the xHCI host controller
964ac8918fSYoshihiro Shimoda	  found in Renesas R-Car ARM SoCs.
974ac8918fSYoshihiro Shimoda
98c52c9accSBiju Dasconfig USB_XHCI_RZV2M
99ec5499d3SArnd Bergmann	bool "xHCI support for Renesas RZ/V2M SoC"
100ec5499d3SArnd Bergmann	depends on USB_XHCI_RCAR
101c52c9accSBiju Das	depends on ARCH_R9A09G011 || COMPILE_TEST
102ec5499d3SArnd Bergmann	depends on USB_RZV2M_USB3DRD=y || (USB_RZV2M_USB3DRD=USB_XHCI_RCAR)
103c52c9accSBiju Das	help
104c52c9accSBiju Das	  Say 'Y' to enable the support for the xHCI host controller
105c52c9accSBiju Das	  found in Renesas RZ/V2M SoC.
106c52c9accSBiju Das
107de66754eSMathias Nymanconfig USB_XHCI_SIDEBAND
108de66754eSMathias Nyman	bool "xHCI support for sideband"
109de66754eSMathias Nyman	help
110de66754eSMathias Nyman	  Say 'Y' to enable the support for the xHCI sideband capability.
111de66754eSMathias Nyman	  Provide a mechanism for a sideband datapath for payload associated
112de66754eSMathias Nyman	  with audio class endpoints. This allows for an audio DSP to use
113de66754eSMathias Nyman	  xHCI USB endpoints directly, allowing CPU to sleep while playing
114de66754eSMathias Nyman	  audio.
115de66754eSMathias Nyman
116e84fce0fSThierry Redingconfig USB_XHCI_TEGRA
117e84fce0fSThierry Reding	tristate "xHCI support for NVIDIA Tegra SoCs"
118e84fce0fSThierry Reding	depends on PHY_TEGRA_XUSB
119e84fce0fSThierry Reding	depends on RESET_CONTROLLER
120e84fce0fSThierry Reding	select FW_LOADER
121a7f7f624SMasahiro Yamada	help
122e84fce0fSThierry Reding	  Say 'Y' to enable the support for the xHCI host controller
123e84fce0fSThierry Reding	  found in NVIDIA Tegra124 and later SoCs.
124e84fce0fSThierry Reding
1250fcb9989SFlorian Fainelliendif # USB_XHCI_HCD
1260fcb9989SFlorian Fainelli
127c33f4f24SAl Cooperconfig USB_EHCI_BRCMSTB
128c33f4f24SAl Cooper       tristate
129c33f4f24SAl Cooper
130c33f4f24SAl Cooperconfig USB_BRCMSTB
131c33f4f24SAl Cooper	tristate "Broadcom STB USB support"
132c33f4f24SAl Cooper	depends on (ARCH_BRCMSTB && PHY_BRCM_USB) || COMPILE_TEST
133c33f4f24SAl Cooper	select USB_OHCI_HCD_PLATFORM if USB_OHCI_HCD
134c33f4f24SAl Cooper	select USB_EHCI_BRCMSTB if USB_EHCI_HCD
135c33f4f24SAl Cooper	select USB_XHCI_PLATFORM if USB_XHCI_HCD
136c33f4f24SAl Cooper	help
137c33f4f24SAl Cooper	  Enables support for XHCI, EHCI and OHCI host controllers
138c33f4f24SAl Cooper	  found in Broadcom STB SoC's.
139c33f4f24SAl Cooper
140c33f4f24SAl Cooper	  To compile these drivers as modules, choose M here: the
141c33f4f24SAl Cooper	  modules will be called ohci-platform.ko, ehci-brcm.ko and
142c33f4f24SAl Cooper	  xhci-plat-hcd.ko
143c33f4f24SAl Cooper
144c33f4f24SAl Cooper	  Disabling this will keep the controllers and corresponding
145c33f4f24SAl Cooper	  PHYs powered down.
146c33f4f24SAl Cooper
1471da177e4SLinus Torvaldsconfig USB_EHCI_HCD
1481da177e4SLinus Torvalds	tristate "EHCI HCD (USB 2.0) support"
149cf34be7aSGeert Uytterhoeven	depends on HAS_DMA && HAS_IOMEM
150a7f7f624SMasahiro Yamada	help
1511da177e4SLinus Torvalds	  The Enhanced Host Controller Interface (EHCI) is standard for USB 2.0
1521da177e4SLinus Torvalds	  "high speed" (480 Mbit/sec, 60 Mbyte/sec) host controller hardware.
1531da177e4SLinus Torvalds	  If your USB host controller supports USB 2.0, you will likely want to
154b967c88eSThierry Vignaud	  configure this Host Controller Driver.
1551da177e4SLinus Torvalds
1561da177e4SLinus Torvalds	  EHCI controllers are packaged with "companion" host controllers (OHCI
1571da177e4SLinus Torvalds	  or UHCI) to handle USB 1.1 devices connected to root hub ports.  Ports
158b3c29d85SJesper Juhl	  will connect to EHCI if the device is high speed, otherwise they
1591da177e4SLinus Torvalds	  connect to a companion controller.  If you configure EHCI, you should
1601da177e4SLinus Torvalds	  probably configure the OHCI (for NEC and some other vendors) USB Host
1611da177e4SLinus Torvalds	  Controller Driver or UHCI (for Via motherboards) Host Controller
1621da177e4SLinus Torvalds	  Driver too.
1631da177e4SLinus Torvalds
164ecefae6dSMauro Carvalho Chehab	  You may want to read <file:Documentation/usb/ehci.rst>.
1651da177e4SLinus Torvalds
1661da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the
1671da177e4SLinus Torvalds	  module will be called ehci-hcd.
1681da177e4SLinus Torvalds
1691da177e4SLinus Torvaldsconfig USB_EHCI_ROOT_HUB_TT
1709ec249a6SRobert P. J. Day	bool "Root Hub Transaction Translators"
171a746c286SPeter Chen	depends on USB_EHCI_HCD
172a7f7f624SMasahiro Yamada	help
1731da177e4SLinus Torvalds	  Some EHCI chips have vendor-specific extensions to integrate
1741da177e4SLinus Torvalds	  transaction translators, so that no OHCI or UHCI companion
1751da177e4SLinus Torvalds	  controller is needed.  It's safe to say "y" even if your
1761da177e4SLinus Torvalds	  controller doesn't support this feature.
1771da177e4SLinus Torvalds
178ba47f66bSDan Streetman	  This supports the EHCI implementation that's originally
179ba47f66bSDan Streetman	  from ARC, and has since changed hands a few times.
180ba47f66bSDan Streetman
181ba47f66bSDan Streetmanconfig USB_EHCI_TT_NEWSCHED
18237cd681cSAlan Stern	bool "Improved Transaction Translator scheduling"
183a746c286SPeter Chen	depends on USB_EHCI_HCD
18437cd681cSAlan Stern	default y
185a7f7f624SMasahiro Yamada	help
186ba47f66bSDan Streetman	  This changes the periodic scheduling code to fill more of the low
187ba47f66bSDan Streetman	  and full speed bandwidth available from the Transaction Translator
188ba47f66bSDan Streetman	  (TT) in USB 2.0 hubs.  Without this, only one transfer will be
189ba47f66bSDan Streetman	  issued in each microframe, significantly reducing the number of
190ba47f66bSDan Streetman	  periodic low/fullspeed transfers possible.
191ba47f66bSDan Streetman
192ba47f66bSDan Streetman	  If you have multiple periodic low/fullspeed devices connected to a
193ba47f66bSDan Streetman	  highspeed USB hub which is connected to a highspeed USB Host
194ba47f66bSDan Streetman	  Controller, and some of those devices will not work correctly
19537cd681cSAlan Stern	  (possibly due to "ENOSPC" or "-28" errors), say Y.  Conversely, if
19637cd681cSAlan Stern	  you have only one such device and it doesn't work, you could try
19737cd681cSAlan Stern	  saying N.
198ba47f66bSDan Streetman
19937cd681cSAlan Stern	  If unsure, say Y.
2001da177e4SLinus Torvalds
20142443dc4SFlorian Fainelliif USB_EHCI_HCD
20242443dc4SFlorian Fainelli
203adfa79d1SAlan Sternconfig USB_EHCI_PCI
204adfa79d1SAlan Stern	tristate
2052c93e790Syuan linyu	depends on USB_PCI
206adfa79d1SAlan Stern	default y
207adfa79d1SAlan Stern
20808d3c18eSJulie Zhuconfig XPS_USB_HCD_XILINX
20908d3c18eSJulie Zhu	bool "Use Xilinx usb host EHCI controller core"
21042443dc4SFlorian Fainelli	depends on (PPC32 || MICROBLAZE)
21108d3c18eSJulie Zhu	select USB_EHCI_BIG_ENDIAN_DESC
21208d3c18eSJulie Zhu	select USB_EHCI_BIG_ENDIAN_MMIO
213a7f7f624SMasahiro Yamada	help
214f54619f2SMasanari Iida		Xilinx xps USB host controller core is EHCI compliant and has
21508d3c18eSJulie Zhu		transaction translator built-in. It can be configured to either
21608d3c18eSJulie Zhu		support both high speed and full speed devices, or high speed
21708d3c18eSJulie Zhu		devices only.
21808d3c18eSJulie Zhu
219ba02978aSLi Yangconfig USB_EHCI_FSL
22073855109SRan Wang	tristate "Support for Freescale on-chip EHCI USB controller"
221ba02978aSLi Yang	select USB_EHCI_ROOT_HUB_TT
222a7f7f624SMasahiro Yamada	help
223ba02978aSLi Yang	  Variation of ARC USB block used in some Freescale chips.
224ba02978aSLi Yang
225df44831eSAvi Fishmanconfig USB_EHCI_HCD_NPCM7XX
226b6caf79dSTomer Maimon	tristate "Support for Nuvoton NPCM on-chip EHCI USB controller"
227b6caf79dSTomer Maimon	depends on (USB_EHCI_HCD && ARCH_NPCM) || COMPILE_TEST
228b6caf79dSTomer Maimon	default y if (USB_EHCI_HCD && ARCH_NPCM)
229df44831eSAvi Fishman	help
230df44831eSAvi Fishman	  Enables support for the on-chip EHCI controller on
231b6caf79dSTomer Maimon	  Nuvoton NPCM chips.
232df44831eSAvi Fishman
2337f124f4bSKeshava Munegowdaconfig USB_EHCI_HCD_OMAP
23454a41966SAlan Stern	tristate "EHCI support for OMAP3 and later chips"
23511e00292SArnd Bergmann	depends on ARCH_OMAP || COMPILE_TEST
2365a8d651aSFelipe Balbi	depends on NOP_USB_XCEIV
237*db476ffaSKrzysztof Kozlowski	default ARCH_OMAP
238a7f7f624SMasahiro Yamada	help
2397f124f4bSKeshava Munegowda	  Enables support for the on-chip EHCI controller on
2407f124f4bSKeshava Munegowda	  OMAP3 and later chips.
2417f124f4bSKeshava Munegowda
242a76dd463SManjunath Goudarconfig USB_EHCI_HCD_ORION
243a76dd463SManjunath Goudar	tristate  "Support for Marvell EBU on-chip EHCI USB controller"
24488eaaeccSKrzysztof Kozlowski	depends on USB_EHCI_HCD && (PLAT_ORION || ARCH_MVEBU || COMPILE_TEST)
24588eaaeccSKrzysztof Kozlowski	default y if (PLAT_ORION || ARCH_MVEBU)
246a7f7f624SMasahiro Yamada	help
247a76dd463SManjunath Goudar	  Enables support for the on-chip EHCI controller on Marvell's
248a76dd463SManjunath Goudar	  embedded ARM SoCs, including Orion, Kirkwood, Dove, Armada XP,
249a76dd463SManjunath Goudar	  Armada 370.  This is different from the EHCI implementation
250a76dd463SManjunath Goudar	  on Marvell's mobile PXA and MMP SoC, see "EHCI support for
251a76dd463SManjunath Goudar	  Marvell PXA/MMP USB controller" for those.
252a76dd463SManjunath Goudar
2537675d6baSManjunath Goudarconfig USB_EHCI_HCD_SPEAR
2547675d6baSManjunath Goudar	tristate "Support for ST SPEAr on-chip EHCI USB controller"
25588eaaeccSKrzysztof Kozlowski	depends on USB_EHCI_HCD && (PLAT_SPEAR || COMPILE_TEST)
25688eaaeccSKrzysztof Kozlowski	default y if PLAT_SPEAR
257a7f7f624SMasahiro Yamada	help
2587675d6baSManjunath Goudar	  Enables support for the on-chip EHCI controller on
2597675d6baSManjunath Goudar	  ST SPEAr chips.
2607675d6baSManjunath Goudar
261905e300eSArnd Bergmannconfig USB_EHCI_HCD_STI
262905e300eSArnd Bergmann	tristate "Support for ST STiHxxx on-chip EHCI USB controller"
26388eaaeccSKrzysztof Kozlowski	depends on (ARCH_STI || COMPILE_TEST) && OF
264905e300eSArnd Bergmann	select GENERIC_PHY
265905e300eSArnd Bergmann	select USB_EHCI_HCD_PLATFORM
266905e300eSArnd Bergmann	help
267905e300eSArnd Bergmann	  Enable support for the on-chip EHCI controller found on
268905e300eSArnd Bergmann	  STMicroelectronics consumer electronics SoC's.
269905e300eSArnd Bergmann
27097736961SManjunath Goudarconfig USB_EHCI_HCD_AT91
27197736961SManjunath Goudar	tristate  "Support for Atmel on-chip EHCI USB controller"
27288eaaeccSKrzysztof Kozlowski	depends on USB_EHCI_HCD && (ARCH_AT91 || COMPILE_TEST)
27388eaaeccSKrzysztof Kozlowski	default y if ARCH_AT91
274a7f7f624SMasahiro Yamada	help
27597736961SManjunath Goudar	  Enables support for the on-chip EHCI controller on
27697736961SManjunath Goudar	  Atmel chips.
27797736961SManjunath Goudar
27879ad3b5aSBenoit Gobyconfig USB_EHCI_TEGRA
2799fc5f24eSManjunath Goudar	tristate "NVIDIA Tegra HCD support"
28042443dc4SFlorian Fainelli	depends on ARCH_TEGRA
281c3590c76SDmitry Osipenko	select USB_CHIPIDEA
282c3590c76SDmitry Osipenko	select USB_CHIPIDEA_HOST
283c3590c76SDmitry Osipenko	select USB_CHIPIDEA_TEGRA
2840b982876SDmitry Osipenko	select USB_GADGET
28579ad3b5aSBenoit Goby	help
286c3590c76SDmitry Osipenko	  This option is deprecated now and the driver was removed, use
287c3590c76SDmitry Osipenko	  USB_CHIPIDEA_TEGRA instead.
288c3590c76SDmitry Osipenko
289c3590c76SDmitry Osipenko	  Enable support for the internal USB Host Controllers
29079ad3b5aSBenoit Goby	  found in NVIDIA Tegra SoCs. The controllers are EHCI compliant.
29179ad3b5aSBenoit Goby
292da0e8fb0SValentine Barshakconfig USB_EHCI_HCD_PPC_OF
293da0e8fb0SValentine Barshak	bool "EHCI support for PPC USB controller on OF platform bus"
294c31316cbSKevin Hao	depends on PPC
295da0e8fb0SValentine Barshak	default y
296a7f7f624SMasahiro Yamada	help
297da0e8fb0SValentine Barshak	  Enables support for the USB controller present on the PowerPC
298da0e8fb0SValentine Barshak	  OpenFirmware platform bus.
299da0e8fb0SValentine Barshak
30060b0bf0fSYoshihiro Shimodaconfig USB_EHCI_SH
30160b0bf0fSYoshihiro Shimoda	bool "EHCI support for SuperH USB controller"
30288eaaeccSKrzysztof Kozlowski	depends on SUPERH || COMPILE_TEST
303a7f7f624SMasahiro Yamada	help
30460b0bf0fSYoshihiro Shimoda	  Enables support for the on-chip EHCI controller on the SuperH.
30560b0bf0fSYoshihiro Shimoda	  If you use the PCI EHCI controller, this option is not necessary.
30660b0bf0fSYoshihiro Shimoda
30729824c16SJingoo Hanconfig USB_EHCI_EXYNOS
308dea7b202SKrzysztof Kozlowski	tristate "EHCI support for Samsung S5P/Exynos SoC Series"
30988eaaeccSKrzysztof Kozlowski	depends on ARCH_S5PV210 || ARCH_EXYNOS || COMPILE_TEST
3101bcc5aa8SJoonyoung Shim	help
3112abc8657SKrzysztof Kozlowski	  Enable support for the Samsung S5Pv210 and Exynos SOC's on-chip EHCI
3122abc8657SKrzysztof Kozlowski	  controller.
3131bcc5aa8SJoonyoung Shim
3143a082ec9SNeil Zhangconfig USB_EHCI_MV
3150440fa3dSLubomir Rintel	tristate "EHCI support for Marvell PXA/MMP USB controller"
31688eaaeccSKrzysztof Kozlowski	depends on ARCH_PXA || ARCH_MMP || COMPILE_TEST
3173a082ec9SNeil Zhang	select USB_EHCI_ROOT_HUB_TT
318a7f7f624SMasahiro Yamada	help
3193a082ec9SNeil Zhang	  Enables support for Marvell (including PXA and MMP series) on-chip
3203a082ec9SNeil Zhang	  USB SPH and OTG controller. SPH is a single port host, and it can
3213a082ec9SNeil Zhang	  only be EHCI host. OTG is controller that can switch to host mode.
322a76dd463SManjunath Goudar	  Note that this driver will not work on Marvell's other EHCI
323a76dd463SManjunath Goudar	  controller used by the EBU-type SoCs including Orion, Kirkwood,
324a76dd463SManjunath Goudar	  Dova, Armada 370 and Armada XP. See "Support for Marvell EBU
325a76dd463SManjunath Goudar	  on-chip EHCI USB controller" for those.
3263a082ec9SNeil Zhang
3279dbdac02SArtur Bujdosoconfig USB_OCTEON_HCD
3289dbdac02SArtur Bujdoso	tristate "Cavium Networks Octeon USB support"
3299dbdac02SArtur Bujdoso	depends on CAVIUM_OCTEON_SOC && USB
3309dbdac02SArtur Bujdoso	help
3319dbdac02SArtur Bujdoso	  This driver supports USB host controller on some Cavium
3329dbdac02SArtur Bujdoso	  Networks' products in the Octeon family.
3339dbdac02SArtur Bujdoso
3349dbdac02SArtur Bujdoso	  To compile this driver as a module, choose M here. The module
3359dbdac02SArtur Bujdoso	  will be called octeon-hcd.
3369dbdac02SArtur Bujdoso
33742443dc4SFlorian Fainelliconfig USB_EHCI_HCD_PLATFORM
33842443dc4SFlorian Fainelli	tristate "Generic EHCI driver for a platform device"
339a7f7f624SMasahiro Yamada	help
34042443dc4SFlorian Fainelli	  Adds an EHCI host driver for a generic platform device, which
34142443dc4SFlorian Fainelli	  provides a memory space and an irq.
34242443dc4SFlorian Fainelli
34342443dc4SFlorian Fainelli	  If unsure, say N.
34442443dc4SFlorian Fainelli
34542443dc4SFlorian Fainelliconfig USB_OCTEON_EHCI
3462193dda5SAlan Stern	bool "Octeon on-chip EHCI support (DEPRECATED)"
3474e52af1cSKrzysztof Kozlowski	depends on CAVIUM_OCTEON_SOC
348df115f3eSBen Hutchings	select USB_EHCI_BIG_ENDIAN_MMIO if CPU_BIG_ENDIAN
3492193dda5SAlan Stern	select USB_EHCI_HCD_PLATFORM
35042443dc4SFlorian Fainelli	help
3512193dda5SAlan Stern	  This option is deprecated now and the driver was removed, use
3522193dda5SAlan Stern	  USB_EHCI_HCD_PLATFORM instead.
3532193dda5SAlan Stern
35442443dc4SFlorian Fainelli	  Enable support for the Octeon II SOC's on-chip EHCI
35542443dc4SFlorian Fainelli	  controller.  It is needed for high-speed (480Mbit/sec)
35642443dc4SFlorian Fainelli	  USB 2.0 device support.  All CN6XXX based chips with USB are
35742443dc4SFlorian Fainelli	  supported.
35842443dc4SFlorian Fainelli
35942443dc4SFlorian Fainelliendif # USB_EHCI_HCD
36042443dc4SFlorian Fainelli
361b92a78e5SRodolfo Giometticonfig USB_OXU210HP_HCD
362b92a78e5SRodolfo Giometti	tristate "OXU210HP HCD support"
363f4a5d702SVegard Nossum	depends on HAS_IOMEM
364a7f7f624SMasahiro Yamada	help
365b92a78e5SRodolfo Giometti	  The OXU210HP is an USB host/OTG/device controller. Enable this
366b92a78e5SRodolfo Giometti	  option if your board has this chip. If unsure, say N.
367b92a78e5SRodolfo Giometti
368b92a78e5SRodolfo Giometti	  This driver does not support isochronous transfers and doesn't
369b92a78e5SRodolfo Giometti	  implement OTG nor USB device controllers.
370b92a78e5SRodolfo Giometti
371b92a78e5SRodolfo Giometti	  To compile this driver as a module, choose M here: the
372b92a78e5SRodolfo Giometti	  module will be called oxu210hp-hcd.
373b92a78e5SRodolfo Giometti
3744808a1c0SOlav Kongasconfig USB_ISP116X_HCD
3754808a1c0SOlav Kongas	tristate "ISP116X HCD support"
376ca23d3b7SVegard Nossum	depends on HAS_IOMEM
377a7f7f624SMasahiro Yamada	help
3784808a1c0SOlav Kongas	  The ISP1160 and ISP1161 chips are USB host controllers. Enable this
3794808a1c0SOlav Kongas	  option if your board has this chip. If unsure, say N.
3804808a1c0SOlav Kongas
3814808a1c0SOlav Kongas	  This driver does not support isochronous transfers.
3824808a1c0SOlav Kongas
3834808a1c0SOlav Kongas	  To compile this driver as a module, choose M here: the
3844808a1c0SOlav Kongas	  module will be called isp116x-hcd.
3854808a1c0SOlav Kongas
386a9d43091SLothar Wassmannconfig USB_ISP1362_HCD
387a9d43091SLothar Wassmann	tristate "ISP1362 HCD support"
388be3d5a49SNiklas Schnelle	depends on HAS_IOPORT
389da2827a2SArnd Bergmann	depends on COMPILE_TEST # nothing uses this
390a7f7f624SMasahiro Yamada	help
391a9d43091SLothar Wassmann	  Supports the Philips ISP1362 chip as a host controller
392a9d43091SLothar Wassmann
393a9d43091SLothar Wassmann	  This driver does not support isochronous transfers.
394a9d43091SLothar Wassmann
395a9d43091SLothar Wassmann	  To compile this driver as a module, choose M here: the
396a9d43091SLothar Wassmann	  module will be called isp1362-hcd.
397a9d43091SLothar Wassmann
3982d53139fSDavid Mosbergerconfig USB_MAX3421_HCD
3992d53139fSDavid Mosberger	tristate "MAX3421 HCD (USB-over-SPI) support"
4002d53139fSDavid Mosberger	depends on USB && SPI
401a7f7f624SMasahiro Yamada	help
4022d53139fSDavid Mosberger	  The Maxim MAX3421E chip supports standard USB 2.0-compliant
4032d53139fSDavid Mosberger	  full-speed devices either in host or peripheral mode.  This
4042d53139fSDavid Mosberger	  driver supports the host-mode of the MAX3421E only.
4052d53139fSDavid Mosberger
4062d53139fSDavid Mosberger	  To compile this driver as a module, choose M here: the module will
4072d53139fSDavid Mosberger	  be called max3421-hcd.
4082d53139fSDavid Mosberger
4091da177e4SLinus Torvaldsconfig USB_OHCI_HCD
410c1117afbSManjunath Goudar	tristate "OHCI HCD (USB 1.1) support"
411cf34be7aSGeert Uytterhoeven	depends on HAS_DMA && HAS_IOMEM
412a7f7f624SMasahiro Yamada	help
4131da177e4SLinus Torvalds	  The Open Host Controller Interface (OHCI) is a standard for accessing
4141da177e4SLinus Torvalds	  USB 1.1 host controller hardware.  It does more in hardware than Intel's
4151da177e4SLinus Torvalds	  UHCI specification.  If your USB host controller follows the OHCI spec,
4161da177e4SLinus Torvalds	  say Y.  On most non-x86 systems, and on x86 hardware that's not using a
4171da177e4SLinus Torvalds	  USB controller from Intel or VIA, this is appropriate.  If your host
4181da177e4SLinus Torvalds	  controller doesn't use PCI, this is probably appropriate.  For a PCI
4191da177e4SLinus Torvalds	  based system where you're not sure, the "lspci -v" entry will list the
4201da177e4SLinus Torvalds	  right "prog-if" for your USB controller(s):  EHCI, OHCI, or UHCI.
4211da177e4SLinus Torvalds
4221da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the
4231da177e4SLinus Torvalds	  module will be called ohci-hcd.
4241da177e4SLinus Torvalds
4253ad3ca05SFlorian Fainelliif USB_OHCI_HCD
4263ad3ca05SFlorian Fainelli
427968b448bSAnand Gadiyarconfig USB_OHCI_HCD_OMAP1
428de57a154SManjunath Goudar	tristate "OHCI support for OMAP1/2 chips"
4293ad3ca05SFlorian Fainelli	depends on ARCH_OMAP1
430968b448bSAnand Gadiyar	default y
431a7f7f624SMasahiro Yamada	help
432968b448bSAnand Gadiyar	  Enables support for the OHCI controller on OMAP1/2 chips.
433968b448bSAnand Gadiyar
4341cc6ac59SManjunath Goudarconfig USB_OHCI_HCD_SPEAR
4351cc6ac59SManjunath Goudar	tristate "Support for ST SPEAr on-chip OHCI USB controller"
43688eaaeccSKrzysztof Kozlowski	depends on USB_OHCI_HCD && (PLAT_SPEAR || COMPILE_TEST)
43788eaaeccSKrzysztof Kozlowski	default y if PLAT_SPEAR
438a7f7f624SMasahiro Yamada	help
4391cc6ac59SManjunath Goudar	  Enables support for the on-chip OHCI controller on
4401cc6ac59SManjunath Goudar	  ST SPEAr chips.
4411cc6ac59SManjunath Goudar
442905e300eSArnd Bergmannconfig USB_OHCI_HCD_STI
443905e300eSArnd Bergmann	tristate "Support for ST STiHxxx on-chip OHCI USB controller"
44488eaaeccSKrzysztof Kozlowski	depends on (ARCH_STI || COMPILE_TEST) && OF
445905e300eSArnd Bergmann	select GENERIC_PHY
446905e300eSArnd Bergmann	select USB_OHCI_HCD_PLATFORM
447905e300eSArnd Bergmann	help
448905e300eSArnd Bergmann	  Enable support for the on-chip OHCI controller found on
449905e300eSArnd Bergmann	  STMicroelectronics consumer electronics SoC's.
450905e300eSArnd Bergmann
451f23b71f3SManjunath Goudarconfig USB_OHCI_HCD_S3C2410
4521ea35b35SArnd Bergmann	tristate "OHCI support for Samsung S3C64xx SoC series"
4531ea35b35SArnd Bergmann	depends on USB_OHCI_HCD && (ARCH_S3C64XX || COMPILE_TEST)
4541ea35b35SArnd Bergmann	default ARCH_S3C64XX
455a7f7f624SMasahiro Yamada	help
456f23b71f3SManjunath Goudar	  Enables support for the on-chip OHCI controller on
4571ea35b35SArnd Bergmann	  S3C64xx chips.
458f23b71f3SManjunath Goudar
45930330b8fSManjunath Goudarconfig USB_OHCI_HCD_LPC32XX
46030330b8fSManjunath Goudar	tristate "Support for LPC on-chip OHCI USB controller"
46123565baeSArnd Bergmann	depends on USB_OHCI_HCD
46223565baeSArnd Bergmann	depends on ARCH_LPC32XX || COMPILE_TEST
46338e0c109SArnd Bergmann	depends on USB_ISP1301
46430330b8fSManjunath Goudar	default y
465a7f7f624SMasahiro Yamada	help
46630330b8fSManjunath Goudar	  Enables support for the on-chip OHCI controller on
46730330b8fSManjunath Goudar	  NXP chips.
46830330b8fSManjunath Goudar
469b8ad5c37SManjunath Goudarconfig USB_OHCI_HCD_PXA27X
470b8ad5c37SManjunath Goudar	tristate "Support for PXA27X/PXA3XX on-chip OHCI USB controller"
471b8ad5c37SManjunath Goudar	depends on USB_OHCI_HCD && (PXA27x || PXA3xx)
472b8ad5c37SManjunath Goudar	default y
473a7f7f624SMasahiro Yamada	help
474b8ad5c37SManjunath Goudar	  Enables support for the on-chip OHCI controller on
475b8ad5c37SManjunath Goudar	  PXA27x/PXA3xx chips.
476b8ad5c37SManjunath Goudar
477e3825b48SManjunath Goudarconfig USB_OHCI_HCD_AT91
478e3825b48SManjunath Goudar	tristate "Support for Atmel on-chip OHCI USB controller"
47988eaaeccSKrzysztof Kozlowski	depends on USB_OHCI_HCD && (ARCH_AT91 || COMPILE_TEST) && OF
48088eaaeccSKrzysztof Kozlowski	default y if ARCH_AT91
481a7f7f624SMasahiro Yamada	help
482e3825b48SManjunath Goudar	  Enables support for the on-chip OHCI controller on
483e3825b48SManjunath Goudar	  Atmel chips.
484e3825b48SManjunath Goudar
485968b448bSAnand Gadiyarconfig USB_OHCI_HCD_OMAP3
4863a48fef1SManjunath Goudar	tristate "OHCI support for OMAP3 and later chips"
48788eaaeccSKrzysztof Kozlowski	depends on ARCH_OMAP3 || ARCH_OMAP4 || SOC_OMAP5 || COMPILE_TEST
488ef189c8dSTony Lindgren	select USB_OHCI_HCD_PLATFORM
48988eaaeccSKrzysztof Kozlowski	default y if ARCH_OMAP3 || ARCH_OMAP4 || SOC_OMAP5
490ef189c8dSTony Lindgren	help
491ef189c8dSTony Lindgren	  This option is deprecated now and the driver was removed, use
492ef189c8dSTony Lindgren	  USB_OHCI_HCD_PLATFORM instead.
493ef189c8dSTony Lindgren
494968b448bSAnand Gadiyar	  Enables support for the on-chip OHCI controller on
495968b448bSAnand Gadiyar	  OMAP3 and later chips.
496968b448bSAnand Gadiyar
497068413e9SArnd Bergmannconfig USB_OHCI_HCD_DAVINCI
4986c21caa3SManjunath Goudar	tristate "OHCI support for TI DaVinci DA8xx"
49988eaaeccSKrzysztof Kozlowski	depends on ARCH_DAVINCI_DA8XX || COMPILE_TEST
5006c21caa3SManjunath Goudar	depends on USB_OHCI_HCD
5016110c425SDavid Lechner	select PHY_DA8XX_USB
50288eaaeccSKrzysztof Kozlowski	default y if ARCH_DAVINCI_DA8XX
503068413e9SArnd Bergmann	help
504068413e9SArnd Bergmann	  Enables support for the DaVinci DA8xx integrated OHCI
505068413e9SArnd Bergmann	  controller. This driver cannot currently be a loadable
506068413e9SArnd Bergmann	  module because it lacks a proper PHY abstraction.
507068413e9SArnd Bergmann
508495a678fSSylvain Munautconfig USB_OHCI_HCD_PPC_OF_BE
50945e83889SArnd Bergmann	bool "OHCI support for OF platform bus (big endian)"
510c31316cbSKevin Hao	depends on PPC
511495a678fSSylvain Munaut	select USB_OHCI_BIG_ENDIAN_DESC
512495a678fSSylvain Munaut	select USB_OHCI_BIG_ENDIAN_MMIO
513a7f7f624SMasahiro Yamada	help
51445e83889SArnd Bergmann	  Enables support for big-endian USB controllers present on the
51545e83889SArnd Bergmann	  OpenFirmware platform bus.
516495a678fSSylvain Munaut
517495a678fSSylvain Munautconfig USB_OHCI_HCD_PPC_OF_LE
51845e83889SArnd Bergmann	bool "OHCI support for OF platform bus (little endian)"
519c31316cbSKevin Hao	depends on PPC
520495a678fSSylvain Munaut	select USB_OHCI_LITTLE_ENDIAN
521a7f7f624SMasahiro Yamada	help
52245e83889SArnd Bergmann	  Enables support for little-endian USB controllers present on the
52345e83889SArnd Bergmann	  OpenFirmware platform bus.
52445e83889SArnd Bergmann
52545e83889SArnd Bergmannconfig USB_OHCI_HCD_PPC_OF
52645e83889SArnd Bergmann	bool
527c31316cbSKevin Hao	depends on PPC
52845e83889SArnd Bergmann	default USB_OHCI_HCD_PPC_OF_BE || USB_OHCI_HCD_PPC_OF_LE
529495a678fSSylvain Munaut
5301da177e4SLinus Torvaldsconfig USB_OHCI_HCD_PCI
531c1117afbSManjunath Goudar	tristate "OHCI support for PCI-bus USB controllers"
5322c93e790Syuan linyu	depends on USB_PCI
5331da177e4SLinus Torvalds	default y
5341da177e4SLinus Torvalds	select USB_OHCI_LITTLE_ENDIAN
535a7f7f624SMasahiro Yamada	help
5361da177e4SLinus Torvalds	  Enables support for PCI-bus plug-in USB controller cards.
5371da177e4SLinus Torvalds	  If unsure, say Y.
5381da177e4SLinus Torvalds
539c604e851SMichael Bueschconfig USB_OHCI_HCD_SSB
540259b83a3SHauke Mehrtens	bool "OHCI support for Broadcom SSB OHCI core (DEPRECATED)"
5413ad3ca05SFlorian Fainelli	depends on (SSB = y || SSB = USB_OHCI_HCD)
542259b83a3SHauke Mehrtens	select USB_HCD_SSB
543259b83a3SHauke Mehrtens	select USB_OHCI_HCD_PLATFORM
544a7f7f624SMasahiro Yamada	help
545259b83a3SHauke Mehrtens	  This option is deprecated now and the driver was removed, use
546259b83a3SHauke Mehrtens	  USB_HCD_SSB and USB_OHCI_HCD_PLATFORM instead.
547259b83a3SHauke Mehrtens
548c604e851SMichael Buesch	  Support for the Sonics Silicon Backplane (SSB) attached
549c604e851SMichael Buesch	  Broadcom USB OHCI core.
550c604e851SMichael Buesch
551c604e851SMichael Buesch	  This device is present in some embedded devices with
552c604e851SMichael Buesch	  Broadcom based SSB bus.
553c604e851SMichael Buesch
554c604e851SMichael Buesch	  If unsure, say N.
555c604e851SMichael Buesch
55662194244SJingoo Hanconfig USB_OHCI_EXYNOS
557dea7b202SKrzysztof Kozlowski	tristate "OHCI support for Samsung S5P/Exynos SoC Series"
55888eaaeccSKrzysztof Kozlowski	depends on ARCH_S5PV210 || ARCH_EXYNOS || COMPILE_TEST
55962194244SJingoo Han	help
5602abc8657SKrzysztof Kozlowski	  Enable support for the Samsung S5Pv210 and Exynos SOC's on-chip OHCI
5612abc8657SKrzysztof Kozlowski	  controller.
56262194244SJingoo Han
563fa3364b5SHauke Mehrtensconfig USB_OHCI_HCD_PLATFORM
564928fb68eSManjunath Goudar	tristate "Generic OHCI driver for a platform device"
565a7f7f624SMasahiro Yamada	help
566fa3364b5SHauke Mehrtens	  Adds an OHCI host driver for a generic platform device, which
567898d828bSPeter Meerwald	  provides a memory space and an irq.
568fa3364b5SHauke Mehrtens
569fa3364b5SHauke Mehrtens	  If unsure, say N.
570fa3364b5SHauke Mehrtens
5713ad3ca05SFlorian Fainelliconfig USB_OCTEON_OHCI
5722193dda5SAlan Stern	bool "Octeon on-chip OHCI support (DEPRECATED)"
5739ddebc46SDavid Daney	depends on CAVIUM_OCTEON_SOC
5743ad3ca05SFlorian Fainelli	default USB_OCTEON_EHCI
575df115f3eSBen Hutchings	select USB_OHCI_BIG_ENDIAN_MMIO if CPU_BIG_ENDIAN
5763ad3ca05SFlorian Fainelli	select USB_OHCI_LITTLE_ENDIAN
5772193dda5SAlan Stern	select USB_OHCI_HCD_PLATFORM
5783ad3ca05SFlorian Fainelli	help
5792193dda5SAlan Stern	  This option is deprecated now and the driver was removed, use
5802193dda5SAlan Stern	  USB_OHCI_HCD_PLATFORM instead.
5812193dda5SAlan Stern
5823ad3ca05SFlorian Fainelli	  Enable support for the Octeon II SOC's on-chip OHCI
5833ad3ca05SFlorian Fainelli	  controller.  It is needed for low-speed USB 1.0 device
5843ad3ca05SFlorian Fainelli	  support.  All CN6XXX based chips with USB are supported.
5853ad3ca05SFlorian Fainelli
5863ad3ca05SFlorian Fainelliendif # USB_OHCI_HCD
5873ad3ca05SFlorian Fainelli
5881da177e4SLinus Torvaldsconfig USB_UHCI_HCD
5891da177e4SLinus Torvalds	tristate "UHCI HCD (most Intel and VIA) support"
590be3d5a49SNiklas Schnelle	depends on (USB_PCI && HAS_IOPORT) || USB_UHCI_SUPPORT_NON_PCI_HC
591a7f7f624SMasahiro Yamada	help
5921da177e4SLinus Torvalds	  The Universal Host Controller Interface is a standard by Intel for
5931da177e4SLinus Torvalds	  accessing the USB hardware in the PC (which is also called the USB
5941da177e4SLinus Torvalds	  host controller). If your USB host controller conforms to this
5951da177e4SLinus Torvalds	  standard, you may want to say Y, but see below. All recent boards
5961da177e4SLinus Torvalds	  with Intel PCI chipsets (like intel 430TX, 440FX, 440LX, 440BX,
5971da177e4SLinus Torvalds	  i810, i820) conform to this standard. Also all VIA PCI chipsets
5981da177e4SLinus Torvalds	  (like VIA VP2, VP3, MVP3, Apollo Pro, Apollo Pro II or Apollo Pro
5993db7739cSJan Andersson	  133) and LEON/GRLIB SoCs with the GRUSBHC controller.
6003db7739cSJan Andersson	  If unsure, say Y.
6011da177e4SLinus Torvalds
6021da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the
6031da177e4SLinus Torvalds	  module will be called uhci-hcd.
6041da177e4SLinus Torvalds
605d3219d1cSJan Anderssonconfig USB_UHCI_SUPPORT_NON_PCI_HC
606d3219d1cSJan Andersson	bool
607ccd9509aSAlan Stern	default y if (SPARC_LEON || USB_UHCI_PLATFORM)
608100d4597STony Prisk
609100d4597STony Priskconfig USB_UHCI_PLATFORM
610ccd9509aSAlan Stern	bool
6114642d34aSBenjamin Herrenschmidt	default y if (ARCH_VT8500 || ARCH_ASPEED)
6124642d34aSBenjamin Herrenschmidt
6134642d34aSBenjamin Herrenschmidtconfig USB_UHCI_ASPEED
6144642d34aSBenjamin Herrenschmidt	bool
6154642d34aSBenjamin Herrenschmidt	default y if ARCH_ASPEED
616d3219d1cSJan Andersson
617236dd4d1SAnton Vorontsovconfig USB_FHCI_HCD
618236dd4d1SAnton Vorontsov	tristate "Freescale QE USB Host Controller support"
61925e11ec4SFlorian Fainelli	depends on OF_GPIO && QE_GPIO && QUICC_ENGINE
620236dd4d1SAnton Vorontsov	select FSL_GTM
621236dd4d1SAnton Vorontsov	select QE_USB
622236dd4d1SAnton Vorontsov	help
623236dd4d1SAnton Vorontsov	  This driver enables support for Freescale QE USB Host Controller
624236dd4d1SAnton Vorontsov	  (as found on MPC8360 and MPC8323 processors), the driver supports
625236dd4d1SAnton Vorontsov	  Full and Low Speed USB.
626236dd4d1SAnton Vorontsov
627236dd4d1SAnton Vorontsovconfig FHCI_DEBUG
628236dd4d1SAnton Vorontsov	bool "Freescale QE USB Host Controller debug support"
629236dd4d1SAnton Vorontsov	depends on USB_FHCI_HCD && DEBUG_FS
630236dd4d1SAnton Vorontsov	help
631236dd4d1SAnton Vorontsov	  Say "y" to see some FHCI debug information and statistics
63225985edcSLucas De Marchi	  through debugfs.
633236dd4d1SAnton Vorontsov
6341da177e4SLinus Torvaldsconfig USB_SL811_HCD
6351da177e4SLinus Torvalds	tristate "SL811HS HCD support"
636cfa33eaeSVegard Nossum	depends on HAS_IOMEM
6371da177e4SLinus Torvalds	help
6381da177e4SLinus Torvalds	  The SL811HS is a single-port USB controller that supports either
6391da177e4SLinus Torvalds	  host side or peripheral side roles.  Enable this option if your
6401da177e4SLinus Torvalds	  board has this chip, and you want to use it as a host controller.
6411da177e4SLinus Torvalds	  If unsure, say N.
6421da177e4SLinus Torvalds
6431da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the
6441da177e4SLinus Torvalds	  module will be called sl811-hcd.
6451da177e4SLinus Torvalds
646ad7c56f0SMike Frysingerconfig USB_SL811_HCD_ISO
647ad7c56f0SMike Frysinger	bool "partial ISO support"
648ad7c56f0SMike Frysinger	depends on USB_SL811_HCD
649ad7c56f0SMike Frysinger	help
650ad7c56f0SMike Frysinger	  The driver doesn't support iso_frame_desc (yet), but for some simple
651ad7c56f0SMike Frysinger	  devices that just queue one ISO frame per URB, then ISO transfers
652ad7c56f0SMike Frysinger	  "should" work using the normal urb status fields.
653ad7c56f0SMike Frysinger
654ad7c56f0SMike Frysinger	  If unsure, say N.
655ad7c56f0SMike Frysinger
656c6de2b64SDavid Brownellconfig USB_SL811_CS
657c6de2b64SDavid Brownell	tristate "CF/PCMCIA support for SL811HS HCD"
658c6de2b64SDavid Brownell	depends on USB_SL811_HCD && PCMCIA
659c6de2b64SDavid Brownell	help
660c6de2b64SDavid Brownell	  Wraps a PCMCIA driver around the SL811HS HCD, supporting the RATOC
661c6de2b64SDavid Brownell	  REX-CFU1U CF card (often used with PDAs).  If unsure, say N.
662c6de2b64SDavid Brownell
663c6de2b64SDavid Brownell	  To compile this driver as a module, choose M here: the
664c6de2b64SDavid Brownell	  module will be called "sl811_cs".
665c6de2b64SDavid Brownell
6665d304358SYoshihiro Shimodaconfig USB_R8A66597_HCD
667fa0de2b6SM4rkusXXL	tristate "R8A66597 HCD support"
668e37a6c92SVegard Nossum	depends on HAS_IOMEM
6695d304358SYoshihiro Shimoda	help
6705d304358SYoshihiro Shimoda	  The R8A66597 is a USB 2.0 host and peripheral controller.
6715d304358SYoshihiro Shimoda
6725d304358SYoshihiro Shimoda	  Enable this option if your board has this chip, and you want
6735d304358SYoshihiro Shimoda	  to use it as a host controller.  If unsure, say N.
6745d304358SYoshihiro Shimoda
6755d304358SYoshihiro Shimoda	  To compile this driver as a module, choose M here: the
6765d304358SYoshihiro Shimoda	  module will be called r8a66597-hcd.
6775d304358SYoshihiro Shimoda
678034d7c13SKuninori Morimotoconfig USB_RENESAS_USBHS_HCD
679034d7c13SKuninori Morimoto	tristate "Renesas USBHS HCD support"
680034d7c13SKuninori Morimoto	depends on USB_RENESAS_USBHS
681034d7c13SKuninori Morimoto	help
682034d7c13SKuninori Morimoto	  The Renesas USBHS is a USB 2.0 host and peripheral controller.
683034d7c13SKuninori Morimoto
684034d7c13SKuninori Morimoto	  Enable this option if your board has this chip, and you want
685034d7c13SKuninori Morimoto	  to use it as a host controller.  If unsure, say N.
686034d7c13SKuninori Morimoto
687034d7c13SKuninori Morimoto	  To compile this driver as a module, choose M here: the
688034d7c13SKuninori Morimoto	  module will be called renesas-usbhs.
689034d7c13SKuninori Morimoto
69062e11d1bSHauke Mehrtensconfig USB_HCD_BCMA
69162e11d1bSHauke Mehrtens	tristate "BCMA usb host driver"
692eb83be98SGreg Kroah-Hartman	depends on BCMA
69362e11d1bSHauke Mehrtens	select USB_OHCI_HCD_PLATFORM if USB_OHCI_HCD
69462e11d1bSHauke Mehrtens	select USB_EHCI_HCD_PLATFORM if USB_EHCI_HCD
69562e11d1bSHauke Mehrtens	help
69671c421dbSJesper Dangaard Brouer	  Enable support for the EHCI and OCHI host controller on an bcma bus.
69762e11d1bSHauke Mehrtens	  It converts the bcma driver into two platform device drivers
69862e11d1bSHauke Mehrtens	  for ehci and ohci.
69962e11d1bSHauke Mehrtens
70062e11d1bSHauke Mehrtens	  If unsure, say N.
7017043c2ccSHauke Mehrtens
7027043c2ccSHauke Mehrtensconfig USB_HCD_SSB
7037043c2ccSHauke Mehrtens	tristate "SSB usb host driver"
704eb83be98SGreg Kroah-Hartman	depends on SSB
7057043c2ccSHauke Mehrtens	select USB_OHCI_HCD_PLATFORM if USB_OHCI_HCD
7067043c2ccSHauke Mehrtens	select USB_EHCI_HCD_PLATFORM if USB_EHCI_HCD
7077043c2ccSHauke Mehrtens	help
70871c421dbSJesper Dangaard Brouer	  Enable support for the EHCI and OCHI host controller on an bcma bus.
7097043c2ccSHauke Mehrtens	  It converts the bcma driver into two platform device drivers
7107043c2ccSHauke Mehrtens	  for ehci and ohci.
7117043c2ccSHauke Mehrtens
7127043c2ccSHauke Mehrtens	  If unsure, say N.
713726a85caSJack Pham
714726a85caSJack Phamconfig USB_HCD_TEST_MODE
715726a85caSJack Pham	bool "HCD test mode support"
716a7f7f624SMasahiro Yamada	help
717726a85caSJack Pham	  Say 'Y' to enable additional software test modes that may be
718726a85caSJack Pham	  supported by the host controller drivers.
719726a85caSJack Pham
720726a85caSJack Pham	  One such test mode is the Embedded High-speed Host Electrical Test
721726a85caSJack Pham	  (EHSET) for EHCI host controller hardware, specifically the "Single
722726a85caSJack Pham	  Step Set Feature" test.  Typically this will be enabled for On-the-Go
723726a85caSJack Pham	  or embedded hosts that need to undergo USB-IF compliance testing with
724726a85caSJack Pham	  the aid of special testing hardware.  In the future, this may expand
725726a85caSJack Pham	  to include other tests that require support from a HCD driver.
726726a85caSJack Pham
727726a85caSJack Pham	  This option is of interest only to developers who need to validate
728726a85caSJack Pham	  their USB hardware designs.  It is not needed for normal use.  If
729726a85caSJack Pham	  unsure, say N.
730494ed399SJuergen Gross
731494ed399SJuergen Grossconfig USB_XEN_HCD
732494ed399SJuergen Gross	tristate "Xen usb virtual host driver"
733494ed399SJuergen Gross	depends on XEN
734494ed399SJuergen Gross	select XEN_XENBUS_FRONTEND
735494ed399SJuergen Gross	help
736494ed399SJuergen Gross	  The Xen usb virtual host driver serves as a frontend driver enabling
737494ed399SJuergen Gross	  a Xen guest system to access USB Devices passed through to the guest
738494ed399SJuergen Gross	  by the Xen host (usually Dom0).
739494ed399SJuergen Gross	  Only needed if the kernel is running in a Xen guest and generic
740494ed399SJuergen Gross	  access to a USB device is needed.
741