xref: /linux/drivers/usb/host/Kconfig (revision 9dbdac024d4d9f3fc234399cb8c1f1cc6d2bcb2d)
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
43df00731cSVinod Koul	depends on USB_XHCI_PCI_RENESAS || !USB_XHCI_PCI_RENESAS
4429e409f0SAndrew Bresticker	default y
4529e409f0SAndrew Bresticker
468bd5741eSChristian Lamparterconfig USB_XHCI_PCI_RENESAS
47cda37dbbSColin Ian King	tristate "Support for additional Renesas xHCI controller with firmware"
48a7f7f624SMasahiro Yamada	help
498bd5741eSChristian Lamparter	  Say 'Y' to enable the support for the Renesas xHCI controller with
50cda37dbbSColin Ian King	  firmware. Make sure you have the firwmare 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"
56f879fc32SYoshihiro Shimoda	select USB_XHCI_RCAR if ARCH_RENESAS
57a7f7f624SMasahiro Yamada	help
586c05cb14SRafał Miłecki	  Adds an xHCI host driver for a generic platform device, which
596c05cb14SRafał Miłecki	  provides a memory space and an irq.
606c05cb14SRafał Miłecki	  It is also a prerequisite for platform specific drivers that
616c05cb14SRafał Miłecki	  implement some extra quirks.
626c05cb14SRafał Miłecki
636c05cb14SRafał Miłecki	  If unsure, say N.
643429e91aSSebastian Andrzej Siewior
65c508f41dSJianguo Sunconfig USB_XHCI_HISTB
66c508f41dSJianguo Sun	tristate "xHCI support for HiSilicon STB SoCs"
67c508f41dSJianguo Sun	depends on USB_XHCI_PLATFORM && (ARCH_HISI || COMPILE_TEST)
68c508f41dSJianguo Sun	help
69c508f41dSJianguo Sun	  Say 'Y' to enable the support for the xHCI host controller
70c508f41dSJianguo Sun	  found in HiSilicon STB SoCs.
71c508f41dSJianguo Sun
720cbd4b34SChunfeng Yunconfig USB_XHCI_MTK
737b81a586SChunfeng Yun	tristate "xHCI support for MediaTek SoCs"
740cbd4b34SChunfeng Yun	select MFD_SYSCON
75808cf33dSJohn Crispin	depends on (MIPS && SOC_MT7621) || ARCH_MEDIATEK || COMPILE_TEST
76a7f7f624SMasahiro Yamada	help
770cbd4b34SChunfeng Yun	  Say 'Y' to enable the support for the xHCI host controller
787b81a586SChunfeng Yun	  found in MediaTek SoCs.
790cbd4b34SChunfeng Yun	  If unsure, say N.
800cbd4b34SChunfeng Yun
8197374792SGregory CLEMENTconfig USB_XHCI_MVEBU
8212453a89SOfer Heifetz	tristate "xHCI support for Marvell Armada 375/38x/37xx"
8397374792SGregory CLEMENT	select USB_XHCI_PLATFORM
84828638e9SVegard Nossum	depends on HAS_IOMEM
8597374792SGregory CLEMENT	depends on ARCH_MVEBU || COMPILE_TEST
86a7f7f624SMasahiro Yamada	help
8797374792SGregory CLEMENT	  Say 'Y' to enable the support for the xHCI host controller
8812453a89SOfer Heifetz	  found in Marvell Armada 375/38x/37xx ARM SOCs.
8997374792SGregory CLEMENT
904ac8918fSYoshihiro Shimodaconfig USB_XHCI_RCAR
914ac8918fSYoshihiro Shimoda	tristate "xHCI support for Renesas R-Car SoCs"
92f879fc32SYoshihiro Shimoda	depends on USB_XHCI_PLATFORM
936edd87f5SSimon Horman	depends on ARCH_RENESAS || COMPILE_TEST
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
98e84fce0fSThierry Redingconfig USB_XHCI_TEGRA
99e84fce0fSThierry Reding	tristate "xHCI support for NVIDIA Tegra SoCs"
100e84fce0fSThierry Reding	depends on PHY_TEGRA_XUSB
101e84fce0fSThierry Reding	depends on RESET_CONTROLLER
102e84fce0fSThierry Reding	select FW_LOADER
103a7f7f624SMasahiro Yamada	help
104e84fce0fSThierry Reding	  Say 'Y' to enable the support for the xHCI host controller
105e84fce0fSThierry Reding	  found in NVIDIA Tegra124 and later SoCs.
106e84fce0fSThierry Reding
1070fcb9989SFlorian Fainelliendif # USB_XHCI_HCD
1080fcb9989SFlorian Fainelli
109c33f4f24SAl Cooperconfig USB_EHCI_BRCMSTB
110c33f4f24SAl Cooper       tristate
111c33f4f24SAl Cooper
112c33f4f24SAl Cooperconfig USB_BRCMSTB
113c33f4f24SAl Cooper	tristate "Broadcom STB USB support"
114c33f4f24SAl Cooper	depends on (ARCH_BRCMSTB && PHY_BRCM_USB) || COMPILE_TEST
115c33f4f24SAl Cooper	select USB_OHCI_HCD_PLATFORM if USB_OHCI_HCD
116c33f4f24SAl Cooper	select USB_EHCI_BRCMSTB if USB_EHCI_HCD
117c33f4f24SAl Cooper	select USB_XHCI_PLATFORM if USB_XHCI_HCD
118c33f4f24SAl Cooper	help
119c33f4f24SAl Cooper	  Enables support for XHCI, EHCI and OHCI host controllers
120c33f4f24SAl Cooper	  found in Broadcom STB SoC's.
121c33f4f24SAl Cooper
122c33f4f24SAl Cooper	  To compile these drivers as modules, choose M here: the
123c33f4f24SAl Cooper	  modules will be called ohci-platform.ko, ehci-brcm.ko and
124c33f4f24SAl Cooper	  xhci-plat-hcd.ko
125c33f4f24SAl Cooper
126c33f4f24SAl Cooper	  Disabling this will keep the controllers and corresponding
127c33f4f24SAl Cooper	  PHYs powered down.
128c33f4f24SAl Cooper
1291da177e4SLinus Torvaldsconfig USB_EHCI_HCD
1301da177e4SLinus Torvalds	tristate "EHCI HCD (USB 2.0) support"
131cf34be7aSGeert Uytterhoeven	depends on HAS_DMA && HAS_IOMEM
132a7f7f624SMasahiro Yamada	help
1331da177e4SLinus Torvalds	  The Enhanced Host Controller Interface (EHCI) is standard for USB 2.0
1341da177e4SLinus Torvalds	  "high speed" (480 Mbit/sec, 60 Mbyte/sec) host controller hardware.
1351da177e4SLinus Torvalds	  If your USB host controller supports USB 2.0, you will likely want to
136b967c88eSThierry Vignaud	  configure this Host Controller Driver.
1371da177e4SLinus Torvalds
1381da177e4SLinus Torvalds	  EHCI controllers are packaged with "companion" host controllers (OHCI
1391da177e4SLinus Torvalds	  or UHCI) to handle USB 1.1 devices connected to root hub ports.  Ports
140b3c29d85SJesper Juhl	  will connect to EHCI if the device is high speed, otherwise they
1411da177e4SLinus Torvalds	  connect to a companion controller.  If you configure EHCI, you should
1421da177e4SLinus Torvalds	  probably configure the OHCI (for NEC and some other vendors) USB Host
1431da177e4SLinus Torvalds	  Controller Driver or UHCI (for Via motherboards) Host Controller
1441da177e4SLinus Torvalds	  Driver too.
1451da177e4SLinus Torvalds
146ecefae6dSMauro Carvalho Chehab	  You may want to read <file:Documentation/usb/ehci.rst>.
1471da177e4SLinus Torvalds
1481da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the
1491da177e4SLinus Torvalds	  module will be called ehci-hcd.
1501da177e4SLinus Torvalds
1511da177e4SLinus Torvaldsconfig USB_EHCI_ROOT_HUB_TT
1529ec249a6SRobert P. J. Day	bool "Root Hub Transaction Translators"
153a746c286SPeter Chen	depends on USB_EHCI_HCD
154a7f7f624SMasahiro Yamada	help
1551da177e4SLinus Torvalds	  Some EHCI chips have vendor-specific extensions to integrate
1561da177e4SLinus Torvalds	  transaction translators, so that no OHCI or UHCI companion
1571da177e4SLinus Torvalds	  controller is needed.  It's safe to say "y" even if your
1581da177e4SLinus Torvalds	  controller doesn't support this feature.
1591da177e4SLinus Torvalds
160ba47f66bSDan Streetman	  This supports the EHCI implementation that's originally
161ba47f66bSDan Streetman	  from ARC, and has since changed hands a few times.
162ba47f66bSDan Streetman
163ba47f66bSDan Streetmanconfig USB_EHCI_TT_NEWSCHED
16437cd681cSAlan Stern	bool "Improved Transaction Translator scheduling"
165a746c286SPeter Chen	depends on USB_EHCI_HCD
16637cd681cSAlan Stern	default y
167a7f7f624SMasahiro Yamada	help
168ba47f66bSDan Streetman	  This changes the periodic scheduling code to fill more of the low
169ba47f66bSDan Streetman	  and full speed bandwidth available from the Transaction Translator
170ba47f66bSDan Streetman	  (TT) in USB 2.0 hubs.  Without this, only one transfer will be
171ba47f66bSDan Streetman	  issued in each microframe, significantly reducing the number of
172ba47f66bSDan Streetman	  periodic low/fullspeed transfers possible.
173ba47f66bSDan Streetman
174ba47f66bSDan Streetman	  If you have multiple periodic low/fullspeed devices connected to a
175ba47f66bSDan Streetman	  highspeed USB hub which is connected to a highspeed USB Host
176ba47f66bSDan Streetman	  Controller, and some of those devices will not work correctly
17737cd681cSAlan Stern	  (possibly due to "ENOSPC" or "-28" errors), say Y.  Conversely, if
17837cd681cSAlan Stern	  you have only one such device and it doesn't work, you could try
17937cd681cSAlan Stern	  saying N.
180ba47f66bSDan Streetman
18137cd681cSAlan Stern	  If unsure, say Y.
1821da177e4SLinus Torvalds
18342443dc4SFlorian Fainelliif USB_EHCI_HCD
18442443dc4SFlorian Fainelli
185adfa79d1SAlan Sternconfig USB_EHCI_PCI
186adfa79d1SAlan Stern	tristate
1872c93e790Syuan linyu	depends on USB_PCI
188adfa79d1SAlan Stern	default y
189adfa79d1SAlan Stern
19008d3c18eSJulie Zhuconfig XPS_USB_HCD_XILINX
19108d3c18eSJulie Zhu	bool "Use Xilinx usb host EHCI controller core"
19242443dc4SFlorian Fainelli	depends on (PPC32 || MICROBLAZE)
19308d3c18eSJulie Zhu	select USB_EHCI_BIG_ENDIAN_DESC
19408d3c18eSJulie Zhu	select USB_EHCI_BIG_ENDIAN_MMIO
195a7f7f624SMasahiro Yamada	help
196f54619f2SMasanari Iida		Xilinx xps USB host controller core is EHCI compliant and has
19708d3c18eSJulie Zhu		transaction translator built-in. It can be configured to either
19808d3c18eSJulie Zhu		support both high speed and full speed devices, or high speed
19908d3c18eSJulie Zhu		devices only.
20008d3c18eSJulie Zhu
201ba02978aSLi Yangconfig USB_EHCI_FSL
20273855109SRan Wang	tristate "Support for Freescale on-chip EHCI USB controller"
203ba02978aSLi Yang	select USB_EHCI_ROOT_HUB_TT
204a7f7f624SMasahiro Yamada	help
205ba02978aSLi Yang	  Variation of ARC USB block used in some Freescale chips.
206ba02978aSLi Yang
207df44831eSAvi Fishmanconfig USB_EHCI_HCD_NPCM7XX
208df44831eSAvi Fishman	tristate "Support for Nuvoton NPCM7XX on-chip EHCI USB controller"
209df44831eSAvi Fishman	depends on (USB_EHCI_HCD && ARCH_NPCM7XX) || COMPILE_TEST
210df44831eSAvi Fishman	default y if (USB_EHCI_HCD && ARCH_NPCM7XX)
211df44831eSAvi Fishman	help
212df44831eSAvi Fishman	  Enables support for the on-chip EHCI controller on
213df44831eSAvi Fishman	  Nuvoton NPCM7XX chips.
214df44831eSAvi Fishman
2157f124f4bSKeshava Munegowdaconfig USB_EHCI_HCD_OMAP
21654a41966SAlan Stern	tristate "EHCI support for OMAP3 and later chips"
21711e00292SArnd Bergmann	depends on ARCH_OMAP || COMPILE_TEST
2185a8d651aSFelipe Balbi	depends on NOP_USB_XCEIV
2197f124f4bSKeshava Munegowda	default y
220a7f7f624SMasahiro Yamada	help
2217f124f4bSKeshava Munegowda	  Enables support for the on-chip EHCI controller on
2227f124f4bSKeshava Munegowda	  OMAP3 and later chips.
2237f124f4bSKeshava Munegowda
224a76dd463SManjunath Goudarconfig USB_EHCI_HCD_ORION
225a76dd463SManjunath Goudar	tristate  "Support for Marvell EBU on-chip EHCI USB controller"
22688eaaeccSKrzysztof Kozlowski	depends on USB_EHCI_HCD && (PLAT_ORION || ARCH_MVEBU || COMPILE_TEST)
22788eaaeccSKrzysztof Kozlowski	default y if (PLAT_ORION || ARCH_MVEBU)
228a7f7f624SMasahiro Yamada	help
229a76dd463SManjunath Goudar	  Enables support for the on-chip EHCI controller on Marvell's
230a76dd463SManjunath Goudar	  embedded ARM SoCs, including Orion, Kirkwood, Dove, Armada XP,
231a76dd463SManjunath Goudar	  Armada 370.  This is different from the EHCI implementation
232a76dd463SManjunath Goudar	  on Marvell's mobile PXA and MMP SoC, see "EHCI support for
233a76dd463SManjunath Goudar	  Marvell PXA/MMP USB controller" for those.
234a76dd463SManjunath Goudar
2357675d6baSManjunath Goudarconfig USB_EHCI_HCD_SPEAR
2367675d6baSManjunath Goudar	tristate "Support for ST SPEAr on-chip EHCI USB controller"
23788eaaeccSKrzysztof Kozlowski	depends on USB_EHCI_HCD && (PLAT_SPEAR || COMPILE_TEST)
23888eaaeccSKrzysztof Kozlowski	default y if PLAT_SPEAR
239a7f7f624SMasahiro Yamada	help
2407675d6baSManjunath Goudar	  Enables support for the on-chip EHCI controller on
2417675d6baSManjunath Goudar	  ST SPEAr chips.
2427675d6baSManjunath Goudar
243905e300eSArnd Bergmannconfig USB_EHCI_HCD_STI
244905e300eSArnd Bergmann	tristate "Support for ST STiHxxx on-chip EHCI USB controller"
24588eaaeccSKrzysztof Kozlowski	depends on (ARCH_STI || COMPILE_TEST) && OF
246905e300eSArnd Bergmann	select GENERIC_PHY
247905e300eSArnd Bergmann	select USB_EHCI_HCD_PLATFORM
248905e300eSArnd Bergmann	help
249905e300eSArnd Bergmann	  Enable support for the on-chip EHCI controller found on
250905e300eSArnd Bergmann	  STMicroelectronics consumer electronics SoC's.
251905e300eSArnd Bergmann
25297736961SManjunath Goudarconfig USB_EHCI_HCD_AT91
25397736961SManjunath Goudar	tristate  "Support for Atmel on-chip EHCI USB controller"
25488eaaeccSKrzysztof Kozlowski	depends on USB_EHCI_HCD && (ARCH_AT91 || COMPILE_TEST)
25588eaaeccSKrzysztof Kozlowski	default y if ARCH_AT91
256a7f7f624SMasahiro Yamada	help
25797736961SManjunath Goudar	  Enables support for the on-chip EHCI controller on
25897736961SManjunath Goudar	  Atmel chips.
25997736961SManjunath Goudar
26079ad3b5aSBenoit Gobyconfig USB_EHCI_TEGRA
2619fc5f24eSManjunath Goudar	tristate "NVIDIA Tegra HCD support"
26242443dc4SFlorian Fainelli	depends on ARCH_TEGRA
263c3590c76SDmitry Osipenko	select USB_CHIPIDEA
264c3590c76SDmitry Osipenko	select USB_CHIPIDEA_HOST
265c3590c76SDmitry Osipenko	select USB_CHIPIDEA_TEGRA
2660b982876SDmitry Osipenko	select USB_GADGET
26779ad3b5aSBenoit Goby	help
268c3590c76SDmitry Osipenko	  This option is deprecated now and the driver was removed, use
269c3590c76SDmitry Osipenko	  USB_CHIPIDEA_TEGRA instead.
270c3590c76SDmitry Osipenko
271c3590c76SDmitry Osipenko	  Enable support for the internal USB Host Controllers
27279ad3b5aSBenoit Goby	  found in NVIDIA Tegra SoCs. The controllers are EHCI compliant.
27379ad3b5aSBenoit Goby
274da0e8fb0SValentine Barshakconfig USB_EHCI_HCD_PPC_OF
275da0e8fb0SValentine Barshak	bool "EHCI support for PPC USB controller on OF platform bus"
276c31316cbSKevin Hao	depends on PPC
277da0e8fb0SValentine Barshak	default y
278a7f7f624SMasahiro Yamada	help
279da0e8fb0SValentine Barshak	  Enables support for the USB controller present on the PowerPC
280da0e8fb0SValentine Barshak	  OpenFirmware platform bus.
281da0e8fb0SValentine Barshak
28260b0bf0fSYoshihiro Shimodaconfig USB_EHCI_SH
28360b0bf0fSYoshihiro Shimoda	bool "EHCI support for SuperH USB controller"
28488eaaeccSKrzysztof Kozlowski	depends on SUPERH || COMPILE_TEST
285a7f7f624SMasahiro Yamada	help
28660b0bf0fSYoshihiro Shimoda	  Enables support for the on-chip EHCI controller on the SuperH.
28760b0bf0fSYoshihiro Shimoda	  If you use the PCI EHCI controller, this option is not necessary.
28860b0bf0fSYoshihiro Shimoda
28929824c16SJingoo Hanconfig USB_EHCI_EXYNOS
290dea7b202SKrzysztof Kozlowski	tristate "EHCI support for Samsung S5P/Exynos SoC Series"
29188eaaeccSKrzysztof Kozlowski	depends on ARCH_S5PV210 || ARCH_EXYNOS || COMPILE_TEST
2921bcc5aa8SJoonyoung Shim	help
2932abc8657SKrzysztof Kozlowski	  Enable support for the Samsung S5Pv210 and Exynos SOC's on-chip EHCI
2942abc8657SKrzysztof Kozlowski	  controller.
2951bcc5aa8SJoonyoung Shim
2963a082ec9SNeil Zhangconfig USB_EHCI_MV
2970440fa3dSLubomir Rintel	tristate "EHCI support for Marvell PXA/MMP USB controller"
29888eaaeccSKrzysztof Kozlowski	depends on ARCH_PXA || ARCH_MMP || COMPILE_TEST
2993a082ec9SNeil Zhang	select USB_EHCI_ROOT_HUB_TT
300a7f7f624SMasahiro Yamada	help
3013a082ec9SNeil Zhang	  Enables support for Marvell (including PXA and MMP series) on-chip
3023a082ec9SNeil Zhang	  USB SPH and OTG controller. SPH is a single port host, and it can
3033a082ec9SNeil Zhang	  only be EHCI host. OTG is controller that can switch to host mode.
304a76dd463SManjunath Goudar	  Note that this driver will not work on Marvell's other EHCI
305a76dd463SManjunath Goudar	  controller used by the EBU-type SoCs including Orion, Kirkwood,
306a76dd463SManjunath Goudar	  Dova, Armada 370 and Armada XP. See "Support for Marvell EBU
307a76dd463SManjunath Goudar	  on-chip EHCI USB controller" for those.
3083a082ec9SNeil Zhang
309*9dbdac02SArtur Bujdosoconfig USB_OCTEON_HCD
310*9dbdac02SArtur Bujdoso	tristate "Cavium Networks Octeon USB support"
311*9dbdac02SArtur Bujdoso	depends on CAVIUM_OCTEON_SOC && USB
312*9dbdac02SArtur Bujdoso	help
313*9dbdac02SArtur Bujdoso	  This driver supports USB host controller on some Cavium
314*9dbdac02SArtur Bujdoso	  Networks' products in the Octeon family.
315*9dbdac02SArtur Bujdoso
316*9dbdac02SArtur Bujdoso	  To compile this driver as a module, choose M here. The module
317*9dbdac02SArtur Bujdoso	  will be called octeon-hcd.
318*9dbdac02SArtur Bujdoso
319760efe69SMac Linconfig USB_CNS3XXX_EHCI
320f3a958d3SFlorian Fainelli	bool "Cavium CNS3XXX EHCI Module (DEPRECATED)"
32188eaaeccSKrzysztof Kozlowski	depends on ARCH_CNS3XXX || COMPILE_TEST
322f3a958d3SFlorian Fainelli	select USB_EHCI_HCD_PLATFORM
323a7f7f624SMasahiro Yamada	help
324f3a958d3SFlorian Fainelli	  This option is deprecated now and the driver was removed, use
325f3a958d3SFlorian Fainelli	  USB_EHCI_HCD_PLATFORM instead.
326f3a958d3SFlorian Fainelli
327760efe69SMac Lin	  Enable support for the CNS3XXX SOC's on-chip EHCI controller.
328760efe69SMac Lin	  It is needed for high-speed (480Mbit/sec) USB 2.0 device
329760efe69SMac Lin	  support.
330760efe69SMac Lin
33142443dc4SFlorian Fainelliconfig USB_EHCI_HCD_PLATFORM
33242443dc4SFlorian Fainelli	tristate "Generic EHCI driver for a platform device"
333a7f7f624SMasahiro Yamada	help
33442443dc4SFlorian Fainelli	  Adds an EHCI host driver for a generic platform device, which
33542443dc4SFlorian Fainelli	  provides a memory space and an irq.
33642443dc4SFlorian Fainelli
33742443dc4SFlorian Fainelli	  If unsure, say N.
33842443dc4SFlorian Fainelli
33942443dc4SFlorian Fainelliconfig USB_OCTEON_EHCI
3402193dda5SAlan Stern	bool "Octeon on-chip EHCI support (DEPRECATED)"
3414e52af1cSKrzysztof Kozlowski	depends on CAVIUM_OCTEON_SOC
342df115f3eSBen Hutchings	select USB_EHCI_BIG_ENDIAN_MMIO if CPU_BIG_ENDIAN
3432193dda5SAlan Stern	select USB_EHCI_HCD_PLATFORM
34442443dc4SFlorian Fainelli	help
3452193dda5SAlan Stern	  This option is deprecated now and the driver was removed, use
3462193dda5SAlan Stern	  USB_EHCI_HCD_PLATFORM instead.
3472193dda5SAlan Stern
34842443dc4SFlorian Fainelli	  Enable support for the Octeon II SOC's on-chip EHCI
34942443dc4SFlorian Fainelli	  controller.  It is needed for high-speed (480Mbit/sec)
35042443dc4SFlorian Fainelli	  USB 2.0 device support.  All CN6XXX based chips with USB are
35142443dc4SFlorian Fainelli	  supported.
35242443dc4SFlorian Fainelli
35342443dc4SFlorian Fainelliendif # USB_EHCI_HCD
35442443dc4SFlorian Fainelli
355b92a78e5SRodolfo Giometticonfig USB_OXU210HP_HCD
356b92a78e5SRodolfo Giometti	tristate "OXU210HP HCD support"
357f4a5d702SVegard Nossum	depends on HAS_IOMEM
358a7f7f624SMasahiro Yamada	help
359b92a78e5SRodolfo Giometti	  The OXU210HP is an USB host/OTG/device controller. Enable this
360b92a78e5SRodolfo Giometti	  option if your board has this chip. If unsure, say N.
361b92a78e5SRodolfo Giometti
362b92a78e5SRodolfo Giometti	  This driver does not support isochronous transfers and doesn't
363b92a78e5SRodolfo Giometti	  implement OTG nor USB device controllers.
364b92a78e5SRodolfo Giometti
365b92a78e5SRodolfo Giometti	  To compile this driver as a module, choose M here: the
366b92a78e5SRodolfo Giometti	  module will be called oxu210hp-hcd.
367b92a78e5SRodolfo Giometti
3684808a1c0SOlav Kongasconfig USB_ISP116X_HCD
3694808a1c0SOlav Kongas	tristate "ISP116X HCD support"
370ca23d3b7SVegard Nossum	depends on HAS_IOMEM
371a7f7f624SMasahiro Yamada	help
3724808a1c0SOlav Kongas	  The ISP1160 and ISP1161 chips are USB host controllers. Enable this
3734808a1c0SOlav Kongas	  option if your board has this chip. If unsure, say N.
3744808a1c0SOlav Kongas
3754808a1c0SOlav Kongas	  This driver does not support isochronous transfers.
3764808a1c0SOlav Kongas
3774808a1c0SOlav Kongas	  To compile this driver as a module, choose M here: the
3784808a1c0SOlav Kongas	  module will be called isp116x-hcd.
3794808a1c0SOlav Kongas
380a9d43091SLothar Wassmannconfig USB_ISP1362_HCD
381a9d43091SLothar Wassmann	tristate "ISP1362 HCD support"
3824a6d9f87SVegard Nossum	depends on HAS_IOMEM
383da2827a2SArnd Bergmann	depends on COMPILE_TEST # nothing uses this
384a7f7f624SMasahiro Yamada	help
385a9d43091SLothar Wassmann	  Supports the Philips ISP1362 chip as a host controller
386a9d43091SLothar Wassmann
387a9d43091SLothar Wassmann	  This driver does not support isochronous transfers.
388a9d43091SLothar Wassmann
389a9d43091SLothar Wassmann	  To compile this driver as a module, choose M here: the
390a9d43091SLothar Wassmann	  module will be called isp1362-hcd.
391a9d43091SLothar Wassmann
3927d50195fSFeng-Hsin Chiangconfig USB_FOTG210_HCD
3937d50195fSFeng-Hsin Chiang	tristate "FOTG210 HCD support"
394cf34be7aSGeert Uytterhoeven	depends on USB && HAS_DMA && HAS_IOMEM
395a7f7f624SMasahiro Yamada	help
3967d50195fSFeng-Hsin Chiang	  Faraday FOTG210 is an OTG controller which can be configured as
3977d50195fSFeng-Hsin Chiang	  an USB2.0 host. It is designed to meet USB2.0 EHCI specification
3987d50195fSFeng-Hsin Chiang	  with minor modification.
3997d50195fSFeng-Hsin Chiang
4007d50195fSFeng-Hsin Chiang	  To compile this driver as a module, choose M here: the
4017d50195fSFeng-Hsin Chiang	  module will be called fotg210-hcd.
4027d50195fSFeng-Hsin Chiang
4032d53139fSDavid Mosbergerconfig USB_MAX3421_HCD
4042d53139fSDavid Mosberger	tristate "MAX3421 HCD (USB-over-SPI) support"
4052d53139fSDavid Mosberger	depends on USB && SPI
406a7f7f624SMasahiro Yamada	help
4072d53139fSDavid Mosberger	  The Maxim MAX3421E chip supports standard USB 2.0-compliant
4082d53139fSDavid Mosberger	  full-speed devices either in host or peripheral mode.  This
4092d53139fSDavid Mosberger	  driver supports the host-mode of the MAX3421E only.
4102d53139fSDavid Mosberger
4112d53139fSDavid Mosberger	  To compile this driver as a module, choose M here: the module will
4122d53139fSDavid Mosberger	  be called max3421-hcd.
4132d53139fSDavid Mosberger
4141da177e4SLinus Torvaldsconfig USB_OHCI_HCD
415c1117afbSManjunath Goudar	tristate "OHCI HCD (USB 1.1) support"
416cf34be7aSGeert Uytterhoeven	depends on HAS_DMA && HAS_IOMEM
417a7f7f624SMasahiro Yamada	help
4181da177e4SLinus Torvalds	  The Open Host Controller Interface (OHCI) is a standard for accessing
4191da177e4SLinus Torvalds	  USB 1.1 host controller hardware.  It does more in hardware than Intel's
4201da177e4SLinus Torvalds	  UHCI specification.  If your USB host controller follows the OHCI spec,
4211da177e4SLinus Torvalds	  say Y.  On most non-x86 systems, and on x86 hardware that's not using a
4221da177e4SLinus Torvalds	  USB controller from Intel or VIA, this is appropriate.  If your host
4231da177e4SLinus Torvalds	  controller doesn't use PCI, this is probably appropriate.  For a PCI
4241da177e4SLinus Torvalds	  based system where you're not sure, the "lspci -v" entry will list the
4251da177e4SLinus Torvalds	  right "prog-if" for your USB controller(s):  EHCI, OHCI, or UHCI.
4261da177e4SLinus Torvalds
4271da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the
4281da177e4SLinus Torvalds	  module will be called ohci-hcd.
4291da177e4SLinus Torvalds
4303ad3ca05SFlorian Fainelliif USB_OHCI_HCD
4313ad3ca05SFlorian Fainelli
432968b448bSAnand Gadiyarconfig USB_OHCI_HCD_OMAP1
433de57a154SManjunath Goudar	tristate "OHCI support for OMAP1/2 chips"
4343ad3ca05SFlorian Fainelli	depends on ARCH_OMAP1
43538e0c109SArnd Bergmann	depends on ISP1301_OMAP || !(MACH_OMAP_H2 || MACH_OMAP_H3)
436968b448bSAnand Gadiyar	default y
437a7f7f624SMasahiro Yamada	help
438968b448bSAnand Gadiyar	  Enables support for the OHCI controller on OMAP1/2 chips.
439968b448bSAnand Gadiyar
4401cc6ac59SManjunath Goudarconfig USB_OHCI_HCD_SPEAR
4411cc6ac59SManjunath Goudar	tristate "Support for ST SPEAr on-chip OHCI USB controller"
44288eaaeccSKrzysztof Kozlowski	depends on USB_OHCI_HCD && (PLAT_SPEAR || COMPILE_TEST)
44388eaaeccSKrzysztof Kozlowski	default y if PLAT_SPEAR
444a7f7f624SMasahiro Yamada	help
4451cc6ac59SManjunath Goudar	  Enables support for the on-chip OHCI controller on
4461cc6ac59SManjunath Goudar	  ST SPEAr chips.
4471cc6ac59SManjunath Goudar
448905e300eSArnd Bergmannconfig USB_OHCI_HCD_STI
449905e300eSArnd Bergmann	tristate "Support for ST STiHxxx on-chip OHCI USB controller"
45088eaaeccSKrzysztof Kozlowski	depends on (ARCH_STI || COMPILE_TEST) && OF
451905e300eSArnd Bergmann	select GENERIC_PHY
452905e300eSArnd Bergmann	select USB_OHCI_HCD_PLATFORM
453905e300eSArnd Bergmann	help
454905e300eSArnd Bergmann	  Enable support for the on-chip OHCI controller found on
455905e300eSArnd Bergmann	  STMicroelectronics consumer electronics SoC's.
456905e300eSArnd Bergmann
457f23b71f3SManjunath Goudarconfig USB_OHCI_HCD_S3C2410
458f23b71f3SManjunath Goudar	tristate "OHCI support for Samsung S3C24xx/S3C64xx SoC series"
45988eaaeccSKrzysztof Kozlowski	depends on USB_OHCI_HCD && (ARCH_S3C24XX || ARCH_S3C64XX || COMPILE_TEST)
46088eaaeccSKrzysztof Kozlowski	default y if (ARCH_S3C24XX || ARCH_S3C64XX)
461a7f7f624SMasahiro Yamada	help
462f23b71f3SManjunath Goudar	  Enables support for the on-chip OHCI controller on
463f23b71f3SManjunath Goudar	  S3C24xx/S3C64xx chips.
464f23b71f3SManjunath Goudar
46530330b8fSManjunath Goudarconfig USB_OHCI_HCD_LPC32XX
46630330b8fSManjunath Goudar	tristate "Support for LPC on-chip OHCI USB controller"
46723565baeSArnd Bergmann	depends on USB_OHCI_HCD
46823565baeSArnd Bergmann	depends on ARCH_LPC32XX || COMPILE_TEST
46938e0c109SArnd Bergmann	depends on USB_ISP1301
47030330b8fSManjunath Goudar	default y
471a7f7f624SMasahiro Yamada	help
47230330b8fSManjunath Goudar	  Enables support for the on-chip OHCI controller on
47330330b8fSManjunath Goudar	  NXP chips.
47430330b8fSManjunath Goudar
475b8ad5c37SManjunath Goudarconfig USB_OHCI_HCD_PXA27X
476b8ad5c37SManjunath Goudar	tristate "Support for PXA27X/PXA3XX on-chip OHCI USB controller"
477b8ad5c37SManjunath Goudar	depends on USB_OHCI_HCD && (PXA27x || PXA3xx)
478b8ad5c37SManjunath Goudar	default y
479a7f7f624SMasahiro Yamada	help
480b8ad5c37SManjunath Goudar	  Enables support for the on-chip OHCI controller on
481b8ad5c37SManjunath Goudar	  PXA27x/PXA3xx chips.
482b8ad5c37SManjunath Goudar
483e3825b48SManjunath Goudarconfig USB_OHCI_HCD_AT91
484e3825b48SManjunath Goudar	tristate "Support for Atmel on-chip OHCI USB controller"
48588eaaeccSKrzysztof Kozlowski	depends on USB_OHCI_HCD && (ARCH_AT91 || COMPILE_TEST) && OF
48688eaaeccSKrzysztof Kozlowski	default y if ARCH_AT91
487a7f7f624SMasahiro Yamada	help
488e3825b48SManjunath Goudar	  Enables support for the on-chip OHCI controller on
489e3825b48SManjunath Goudar	  Atmel chips.
490e3825b48SManjunath Goudar
491968b448bSAnand Gadiyarconfig USB_OHCI_HCD_OMAP3
4923a48fef1SManjunath Goudar	tristate "OHCI support for OMAP3 and later chips"
49388eaaeccSKrzysztof Kozlowski	depends on ARCH_OMAP3 || ARCH_OMAP4 || SOC_OMAP5 || COMPILE_TEST
494ef189c8dSTony Lindgren	select USB_OHCI_HCD_PLATFORM
49588eaaeccSKrzysztof Kozlowski	default y if ARCH_OMAP3 || ARCH_OMAP4 || SOC_OMAP5
496ef189c8dSTony Lindgren	help
497ef189c8dSTony Lindgren	  This option is deprecated now and the driver was removed, use
498ef189c8dSTony Lindgren	  USB_OHCI_HCD_PLATFORM instead.
499ef189c8dSTony Lindgren
500968b448bSAnand Gadiyar	  Enables support for the on-chip OHCI controller on
501968b448bSAnand Gadiyar	  OMAP3 and later chips.
502968b448bSAnand Gadiyar
503068413e9SArnd Bergmannconfig USB_OHCI_HCD_DAVINCI
5046c21caa3SManjunath Goudar	tristate "OHCI support for TI DaVinci DA8xx"
50588eaaeccSKrzysztof Kozlowski	depends on ARCH_DAVINCI_DA8XX || COMPILE_TEST
5066c21caa3SManjunath Goudar	depends on USB_OHCI_HCD
5076110c425SDavid Lechner	select PHY_DA8XX_USB
50888eaaeccSKrzysztof Kozlowski	default y if ARCH_DAVINCI_DA8XX
509068413e9SArnd Bergmann	help
510068413e9SArnd Bergmann	  Enables support for the DaVinci DA8xx integrated OHCI
511068413e9SArnd Bergmann	  controller. This driver cannot currently be a loadable
512068413e9SArnd Bergmann	  module because it lacks a proper PHY abstraction.
513068413e9SArnd Bergmann
514495a678fSSylvain Munautconfig USB_OHCI_HCD_PPC_OF_BE
51545e83889SArnd Bergmann	bool "OHCI support for OF platform bus (big endian)"
516c31316cbSKevin Hao	depends on PPC
517495a678fSSylvain Munaut	select USB_OHCI_BIG_ENDIAN_DESC
518495a678fSSylvain Munaut	select USB_OHCI_BIG_ENDIAN_MMIO
519a7f7f624SMasahiro Yamada	help
52045e83889SArnd Bergmann	  Enables support for big-endian USB controllers present on the
52145e83889SArnd Bergmann	  OpenFirmware platform bus.
522495a678fSSylvain Munaut
523495a678fSSylvain Munautconfig USB_OHCI_HCD_PPC_OF_LE
52445e83889SArnd Bergmann	bool "OHCI support for OF platform bus (little endian)"
525c31316cbSKevin Hao	depends on PPC
526495a678fSSylvain Munaut	select USB_OHCI_LITTLE_ENDIAN
527a7f7f624SMasahiro Yamada	help
52845e83889SArnd Bergmann	  Enables support for little-endian USB controllers present on the
52945e83889SArnd Bergmann	  OpenFirmware platform bus.
53045e83889SArnd Bergmann
53145e83889SArnd Bergmannconfig USB_OHCI_HCD_PPC_OF
53245e83889SArnd Bergmann	bool
533c31316cbSKevin Hao	depends on PPC
53445e83889SArnd Bergmann	default USB_OHCI_HCD_PPC_OF_BE || USB_OHCI_HCD_PPC_OF_LE
535495a678fSSylvain Munaut
5361da177e4SLinus Torvaldsconfig USB_OHCI_HCD_PCI
537c1117afbSManjunath Goudar	tristate "OHCI support for PCI-bus USB controllers"
5382c93e790Syuan linyu	depends on USB_PCI
5391da177e4SLinus Torvalds	default y
5401da177e4SLinus Torvalds	select USB_OHCI_LITTLE_ENDIAN
541a7f7f624SMasahiro Yamada	help
5421da177e4SLinus Torvalds	  Enables support for PCI-bus plug-in USB controller cards.
5431da177e4SLinus Torvalds	  If unsure, say Y.
5441da177e4SLinus Torvalds
545c604e851SMichael Bueschconfig USB_OHCI_HCD_SSB
546259b83a3SHauke Mehrtens	bool "OHCI support for Broadcom SSB OHCI core (DEPRECATED)"
5473ad3ca05SFlorian Fainelli	depends on (SSB = y || SSB = USB_OHCI_HCD)
548259b83a3SHauke Mehrtens	select USB_HCD_SSB
549259b83a3SHauke Mehrtens	select USB_OHCI_HCD_PLATFORM
550a7f7f624SMasahiro Yamada	help
551259b83a3SHauke Mehrtens	  This option is deprecated now and the driver was removed, use
552259b83a3SHauke Mehrtens	  USB_HCD_SSB and USB_OHCI_HCD_PLATFORM instead.
553259b83a3SHauke Mehrtens
554c604e851SMichael Buesch	  Support for the Sonics Silicon Backplane (SSB) attached
555c604e851SMichael Buesch	  Broadcom USB OHCI core.
556c604e851SMichael Buesch
557c604e851SMichael Buesch	  This device is present in some embedded devices with
558c604e851SMichael Buesch	  Broadcom based SSB bus.
559c604e851SMichael Buesch
560c604e851SMichael Buesch	  If unsure, say N.
561c604e851SMichael Buesch
56260b0bf0fSYoshihiro Shimodaconfig USB_OHCI_SH
563231a72e0SFlorian Fainelli	bool "OHCI support for SuperH USB controller (DEPRECATED)"
56488eaaeccSKrzysztof Kozlowski	depends on SUPERH || COMPILE_TEST
565231a72e0SFlorian Fainelli	select USB_OHCI_HCD_PLATFORM
566a7f7f624SMasahiro Yamada	help
567231a72e0SFlorian Fainelli	  This option is deprecated now and the driver was removed, use
568231a72e0SFlorian Fainelli	  USB_OHCI_HCD_PLATFORM instead.
569231a72e0SFlorian Fainelli
57060b0bf0fSYoshihiro Shimoda	  Enables support for the on-chip OHCI controller on the SuperH.
57160b0bf0fSYoshihiro Shimoda	  If you use the PCI OHCI controller, this option is not necessary.
57260b0bf0fSYoshihiro Shimoda
57362194244SJingoo Hanconfig USB_OHCI_EXYNOS
574dea7b202SKrzysztof Kozlowski	tristate "OHCI support for Samsung S5P/Exynos SoC Series"
57588eaaeccSKrzysztof Kozlowski	depends on ARCH_S5PV210 || ARCH_EXYNOS || COMPILE_TEST
57662194244SJingoo Han	help
5772abc8657SKrzysztof Kozlowski	  Enable support for the Samsung S5Pv210 and Exynos SOC's on-chip OHCI
5782abc8657SKrzysztof Kozlowski	  controller.
57962194244SJingoo Han
580760efe69SMac Linconfig USB_CNS3XXX_OHCI
581c23920b0SFlorian Fainelli	bool "Cavium CNS3XXX OHCI Module (DEPRECATED)"
58288eaaeccSKrzysztof Kozlowski	depends on ARCH_CNS3XXX || COMPILE_TEST
583c23920b0SFlorian Fainelli	select USB_OHCI_HCD_PLATFORM
584a7f7f624SMasahiro Yamada	help
585c23920b0SFlorian Fainelli	  This option is deprecated now and the driver was removed, use
586c23920b0SFlorian Fainelli	  USB_OHCI_HCD_PLATFORM instead.
587c23920b0SFlorian Fainelli
588760efe69SMac Lin	  Enable support for the CNS3XXX SOC's on-chip OHCI controller.
589760efe69SMac Lin	  It is needed for low-speed USB 1.0 device support.
590760efe69SMac Lin
591fa3364b5SHauke Mehrtensconfig USB_OHCI_HCD_PLATFORM
592928fb68eSManjunath Goudar	tristate "Generic OHCI driver for a platform device"
593a7f7f624SMasahiro Yamada	help
594fa3364b5SHauke Mehrtens	  Adds an OHCI host driver for a generic platform device, which
595898d828bSPeter Meerwald	  provides a memory space and an irq.
596fa3364b5SHauke Mehrtens
597fa3364b5SHauke Mehrtens	  If unsure, say N.
598fa3364b5SHauke Mehrtens
5993ad3ca05SFlorian Fainelliconfig USB_OCTEON_OHCI
6002193dda5SAlan Stern	bool "Octeon on-chip OHCI support (DEPRECATED)"
6019ddebc46SDavid Daney	depends on CAVIUM_OCTEON_SOC
6023ad3ca05SFlorian Fainelli	default USB_OCTEON_EHCI
603df115f3eSBen Hutchings	select USB_OHCI_BIG_ENDIAN_MMIO if CPU_BIG_ENDIAN
6043ad3ca05SFlorian Fainelli	select USB_OHCI_LITTLE_ENDIAN
6052193dda5SAlan Stern	select USB_OHCI_HCD_PLATFORM
6063ad3ca05SFlorian Fainelli	help
6072193dda5SAlan Stern	  This option is deprecated now and the driver was removed, use
6082193dda5SAlan Stern	  USB_OHCI_HCD_PLATFORM instead.
6092193dda5SAlan Stern
6103ad3ca05SFlorian Fainelli	  Enable support for the Octeon II SOC's on-chip OHCI
6113ad3ca05SFlorian Fainelli	  controller.  It is needed for low-speed USB 1.0 device
6123ad3ca05SFlorian Fainelli	  support.  All CN6XXX based chips with USB are supported.
6133ad3ca05SFlorian Fainelli
6143ad3ca05SFlorian Fainelliendif # USB_OHCI_HCD
6153ad3ca05SFlorian Fainelli
6161da177e4SLinus Torvaldsconfig USB_UHCI_HCD
6171da177e4SLinus Torvalds	tristate "UHCI HCD (most Intel and VIA) support"
6182c93e790Syuan linyu	depends on USB_PCI || USB_UHCI_SUPPORT_NON_PCI_HC
619a7f7f624SMasahiro Yamada	help
6201da177e4SLinus Torvalds	  The Universal Host Controller Interface is a standard by Intel for
6211da177e4SLinus Torvalds	  accessing the USB hardware in the PC (which is also called the USB
6221da177e4SLinus Torvalds	  host controller). If your USB host controller conforms to this
6231da177e4SLinus Torvalds	  standard, you may want to say Y, but see below. All recent boards
6241da177e4SLinus Torvalds	  with Intel PCI chipsets (like intel 430TX, 440FX, 440LX, 440BX,
6251da177e4SLinus Torvalds	  i810, i820) conform to this standard. Also all VIA PCI chipsets
6261da177e4SLinus Torvalds	  (like VIA VP2, VP3, MVP3, Apollo Pro, Apollo Pro II or Apollo Pro
6273db7739cSJan Andersson	  133) and LEON/GRLIB SoCs with the GRUSBHC controller.
6283db7739cSJan Andersson	  If unsure, say Y.
6291da177e4SLinus Torvalds
6301da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the
6311da177e4SLinus Torvalds	  module will be called uhci-hcd.
6321da177e4SLinus Torvalds
633d3219d1cSJan Anderssonconfig USB_UHCI_SUPPORT_NON_PCI_HC
634d3219d1cSJan Andersson	bool
635ccd9509aSAlan Stern	default y if (SPARC_LEON || USB_UHCI_PLATFORM)
636100d4597STony Prisk
637100d4597STony Priskconfig USB_UHCI_PLATFORM
638ccd9509aSAlan Stern	bool
6394642d34aSBenjamin Herrenschmidt	default y if (ARCH_VT8500 || ARCH_ASPEED)
6404642d34aSBenjamin Herrenschmidt
6414642d34aSBenjamin Herrenschmidtconfig USB_UHCI_ASPEED
6424642d34aSBenjamin Herrenschmidt	bool
6434642d34aSBenjamin Herrenschmidt	default y if ARCH_ASPEED
644d3219d1cSJan Andersson
645236dd4d1SAnton Vorontsovconfig USB_FHCI_HCD
646236dd4d1SAnton Vorontsov	tristate "Freescale QE USB Host Controller support"
64725e11ec4SFlorian Fainelli	depends on OF_GPIO && QE_GPIO && QUICC_ENGINE
648236dd4d1SAnton Vorontsov	select FSL_GTM
649236dd4d1SAnton Vorontsov	select QE_USB
650236dd4d1SAnton Vorontsov	help
651236dd4d1SAnton Vorontsov	  This driver enables support for Freescale QE USB Host Controller
652236dd4d1SAnton Vorontsov	  (as found on MPC8360 and MPC8323 processors), the driver supports
653236dd4d1SAnton Vorontsov	  Full and Low Speed USB.
654236dd4d1SAnton Vorontsov
655236dd4d1SAnton Vorontsovconfig FHCI_DEBUG
656236dd4d1SAnton Vorontsov	bool "Freescale QE USB Host Controller debug support"
657236dd4d1SAnton Vorontsov	depends on USB_FHCI_HCD && DEBUG_FS
658236dd4d1SAnton Vorontsov	help
659236dd4d1SAnton Vorontsov	  Say "y" to see some FHCI debug information and statistics
66025985edcSLucas De Marchi	  through debugfs.
661236dd4d1SAnton Vorontsov
662d774efeaSTony Olechconfig USB_U132_HCD
663d774efeaSTony Olech	tristate "Elan U132 Adapter Host Controller"
66425e11ec4SFlorian Fainelli	depends on USB_FTDI_ELAN
665d774efeaSTony Olech	help
666d774efeaSTony Olech	  The U132 adapter is a USB to CardBus adapter specifically designed
667d774efeaSTony Olech	  for PC cards that contain an OHCI host controller. Typical PC cards
668d774efeaSTony Olech	  are the Orange Mobile 3G Option GlobeTrotter Fusion card. The U132
669d774efeaSTony Olech	  adapter will *NOT* work with PC cards that do not contain an OHCI
670d774efeaSTony Olech	  controller.
671d774efeaSTony Olech
6723cb2fcccSMatt LaPlante	  For those PC cards that contain multiple OHCI controllers only the
673d774efeaSTony Olech	  first one is used.
674d774efeaSTony Olech
675d774efeaSTony Olech	  The driver consists of two modules, the "ftdi-elan" module is a
676d774efeaSTony Olech	  USB client driver that interfaces to the FTDI chip within ELAN's
677d774efeaSTony Olech	  USB-to-PCMCIA adapter, and this "u132-hcd" module is a USB host
678d774efeaSTony Olech	  controller driver that talks to the OHCI controller within the
679d774efeaSTony Olech	  CardBus cards that are inserted in the U132 adapter.
680d774efeaSTony Olech
681d774efeaSTony Olech	  This driver has been tested with a CardBus OHCI USB adapter, and
682d774efeaSTony Olech	  worked with a USB PEN Drive inserted into the first USB port of
683d774efeaSTony Olech	  the PCCARD. A rather pointless thing to do, but useful for testing.
684d774efeaSTony Olech
685d774efeaSTony Olech	  It is safe to say M here.
686d774efeaSTony Olech
687d774efeaSTony Olech	  See also <http://www.elandigitalsystems.com/support/ufaq/u132linux.php>
688d774efeaSTony Olech
6891da177e4SLinus Torvaldsconfig USB_SL811_HCD
6901da177e4SLinus Torvalds	tristate "SL811HS HCD support"
691cfa33eaeSVegard Nossum	depends on HAS_IOMEM
6921da177e4SLinus Torvalds	help
6931da177e4SLinus Torvalds	  The SL811HS is a single-port USB controller that supports either
6941da177e4SLinus Torvalds	  host side or peripheral side roles.  Enable this option if your
6951da177e4SLinus Torvalds	  board has this chip, and you want to use it as a host controller.
6961da177e4SLinus Torvalds	  If unsure, say N.
6971da177e4SLinus Torvalds
6981da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the
6991da177e4SLinus Torvalds	  module will be called sl811-hcd.
7001da177e4SLinus Torvalds
701ad7c56f0SMike Frysingerconfig USB_SL811_HCD_ISO
702ad7c56f0SMike Frysinger	bool "partial ISO support"
703ad7c56f0SMike Frysinger	depends on USB_SL811_HCD
704ad7c56f0SMike Frysinger	help
705ad7c56f0SMike Frysinger	  The driver doesn't support iso_frame_desc (yet), but for some simple
706ad7c56f0SMike Frysinger	  devices that just queue one ISO frame per URB, then ISO transfers
707ad7c56f0SMike Frysinger	  "should" work using the normal urb status fields.
708ad7c56f0SMike Frysinger
709ad7c56f0SMike Frysinger	  If unsure, say N.
710ad7c56f0SMike Frysinger
711c6de2b64SDavid Brownellconfig USB_SL811_CS
712c6de2b64SDavid Brownell	tristate "CF/PCMCIA support for SL811HS HCD"
713c6de2b64SDavid Brownell	depends on USB_SL811_HCD && PCMCIA
714c6de2b64SDavid Brownell	help
715c6de2b64SDavid Brownell	  Wraps a PCMCIA driver around the SL811HS HCD, supporting the RATOC
716c6de2b64SDavid Brownell	  REX-CFU1U CF card (often used with PDAs).  If unsure, say N.
717c6de2b64SDavid Brownell
718c6de2b64SDavid Brownell	  To compile this driver as a module, choose M here: the
719c6de2b64SDavid Brownell	  module will be called "sl811_cs".
720c6de2b64SDavid Brownell
7215d304358SYoshihiro Shimodaconfig USB_R8A66597_HCD
722fa0de2b6SM4rkusXXL	tristate "R8A66597 HCD support"
723e37a6c92SVegard Nossum	depends on HAS_IOMEM
7245d304358SYoshihiro Shimoda	help
7255d304358SYoshihiro Shimoda	  The R8A66597 is a USB 2.0 host and peripheral controller.
7265d304358SYoshihiro Shimoda
7275d304358SYoshihiro Shimoda	  Enable this option if your board has this chip, and you want
7285d304358SYoshihiro Shimoda	  to use it as a host controller.  If unsure, say N.
7295d304358SYoshihiro Shimoda
7305d304358SYoshihiro Shimoda	  To compile this driver as a module, choose M here: the
7315d304358SYoshihiro Shimoda	  module will be called r8a66597-hcd.
7325d304358SYoshihiro Shimoda
733034d7c13SKuninori Morimotoconfig USB_RENESAS_USBHS_HCD
734034d7c13SKuninori Morimoto	tristate "Renesas USBHS HCD support"
735034d7c13SKuninori Morimoto	depends on USB_RENESAS_USBHS
736034d7c13SKuninori Morimoto	help
737034d7c13SKuninori Morimoto	  The Renesas USBHS is a USB 2.0 host and peripheral controller.
738034d7c13SKuninori Morimoto
739034d7c13SKuninori Morimoto	  Enable this option if your board has this chip, and you want
740034d7c13SKuninori Morimoto	  to use it as a host controller.  If unsure, say N.
741034d7c13SKuninori Morimoto
742034d7c13SKuninori Morimoto	  To compile this driver as a module, choose M here: the
743034d7c13SKuninori Morimoto	  module will be called renesas-usbhs.
744034d7c13SKuninori Morimoto
74562e11d1bSHauke Mehrtensconfig USB_HCD_BCMA
74662e11d1bSHauke Mehrtens	tristate "BCMA usb host driver"
747eb83be98SGreg Kroah-Hartman	depends on BCMA
74862e11d1bSHauke Mehrtens	select USB_OHCI_HCD_PLATFORM if USB_OHCI_HCD
74962e11d1bSHauke Mehrtens	select USB_EHCI_HCD_PLATFORM if USB_EHCI_HCD
75062e11d1bSHauke Mehrtens	help
75171c421dbSJesper Dangaard Brouer	  Enable support for the EHCI and OCHI host controller on an bcma bus.
75262e11d1bSHauke Mehrtens	  It converts the bcma driver into two platform device drivers
75362e11d1bSHauke Mehrtens	  for ehci and ohci.
75462e11d1bSHauke Mehrtens
75562e11d1bSHauke Mehrtens	  If unsure, say N.
7567043c2ccSHauke Mehrtens
7577043c2ccSHauke Mehrtensconfig USB_HCD_SSB
7587043c2ccSHauke Mehrtens	tristate "SSB usb host driver"
759eb83be98SGreg Kroah-Hartman	depends on SSB
7607043c2ccSHauke Mehrtens	select USB_OHCI_HCD_PLATFORM if USB_OHCI_HCD
7617043c2ccSHauke Mehrtens	select USB_EHCI_HCD_PLATFORM if USB_EHCI_HCD
7627043c2ccSHauke Mehrtens	help
76371c421dbSJesper Dangaard Brouer	  Enable support for the EHCI and OCHI host controller on an bcma bus.
7647043c2ccSHauke Mehrtens	  It converts the bcma driver into two platform device drivers
7657043c2ccSHauke Mehrtens	  for ehci and ohci.
7667043c2ccSHauke Mehrtens
7677043c2ccSHauke Mehrtens	  If unsure, say N.
768726a85caSJack Pham
769726a85caSJack Phamconfig USB_HCD_TEST_MODE
770726a85caSJack Pham	bool "HCD test mode support"
771a7f7f624SMasahiro Yamada	help
772726a85caSJack Pham	  Say 'Y' to enable additional software test modes that may be
773726a85caSJack Pham	  supported by the host controller drivers.
774726a85caSJack Pham
775726a85caSJack Pham	  One such test mode is the Embedded High-speed Host Electrical Test
776726a85caSJack Pham	  (EHSET) for EHCI host controller hardware, specifically the "Single
777726a85caSJack Pham	  Step Set Feature" test.  Typically this will be enabled for On-the-Go
778726a85caSJack Pham	  or embedded hosts that need to undergo USB-IF compliance testing with
779726a85caSJack Pham	  the aid of special testing hardware.  In the future, this may expand
780726a85caSJack Pham	  to include other tests that require support from a HCD driver.
781726a85caSJack Pham
782726a85caSJack Pham	  This option is of interest only to developers who need to validate
783726a85caSJack Pham	  their USB hardware designs.  It is not needed for normal use.  If
784726a85caSJack Pham	  unsure, say N.
785494ed399SJuergen Gross
786494ed399SJuergen Grossconfig USB_XEN_HCD
787494ed399SJuergen Gross	tristate "Xen usb virtual host driver"
788494ed399SJuergen Gross	depends on XEN
789494ed399SJuergen Gross	select XEN_XENBUS_FRONTEND
790494ed399SJuergen Gross	help
791494ed399SJuergen Gross	  The Xen usb virtual host driver serves as a frontend driver enabling
792494ed399SJuergen Gross	  a Xen guest system to access USB Devices passed through to the guest
793494ed399SJuergen Gross	  by the Xen host (usually Dom0).
794494ed399SJuergen Gross	  Only needed if the kernel is running in a Xen guest and generic
795494ed399SJuergen Gross	  access to a USB device is needed.
796