xref: /linux/drivers/usb/host/Kconfig (revision c33f4f24b888236b725a9972e0fe5ac6575c68ec)
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
23eb6bab13SSarah Sharp	---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
34dfba2174SLu Baolu	---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
453429e91aSSebastian Andrzej Siewiorconfig USB_XHCI_PLATFORM
466c05cb14SRafał Miłecki	tristate "Generic xHCI driver for a platform device"
47f879fc32SYoshihiro Shimoda	select USB_XHCI_RCAR if ARCH_RENESAS
486c05cb14SRafał Miłecki	---help---
496c05cb14SRafał Miłecki	  Adds an xHCI host driver for a generic platform device, which
506c05cb14SRafał Miłecki	  provides a memory space and an irq.
516c05cb14SRafał Miłecki	  It is also a prerequisite for platform specific drivers that
526c05cb14SRafał Miłecki	  implement some extra quirks.
536c05cb14SRafał Miłecki
546c05cb14SRafał Miłecki	  If unsure, say N.
553429e91aSSebastian Andrzej Siewior
56c508f41dSJianguo Sunconfig USB_XHCI_HISTB
57c508f41dSJianguo Sun	tristate "xHCI support for HiSilicon STB SoCs"
58c508f41dSJianguo Sun	depends on USB_XHCI_PLATFORM && (ARCH_HISI || COMPILE_TEST)
59c508f41dSJianguo Sun	help
60c508f41dSJianguo Sun	  Say 'Y' to enable the support for the xHCI host controller
61c508f41dSJianguo Sun	  found in HiSilicon STB SoCs.
62c508f41dSJianguo Sun
630cbd4b34SChunfeng Yunconfig USB_XHCI_MTK
647b81a586SChunfeng Yun	tristate "xHCI support for MediaTek SoCs"
650cbd4b34SChunfeng Yun	select MFD_SYSCON
66808cf33dSJohn Crispin	depends on (MIPS && SOC_MT7621) || ARCH_MEDIATEK || COMPILE_TEST
670cbd4b34SChunfeng Yun	---help---
680cbd4b34SChunfeng Yun	  Say 'Y' to enable the support for the xHCI host controller
697b81a586SChunfeng Yun	  found in MediaTek SoCs.
700cbd4b34SChunfeng Yun	  If unsure, say N.
710cbd4b34SChunfeng Yun
7297374792SGregory CLEMENTconfig USB_XHCI_MVEBU
7312453a89SOfer Heifetz	tristate "xHCI support for Marvell Armada 375/38x/37xx"
7497374792SGregory CLEMENT	select USB_XHCI_PLATFORM
75828638e9SVegard Nossum	depends on HAS_IOMEM
7697374792SGregory CLEMENT	depends on ARCH_MVEBU || COMPILE_TEST
7797374792SGregory CLEMENT	---help---
7897374792SGregory CLEMENT	  Say 'Y' to enable the support for the xHCI host controller
7912453a89SOfer Heifetz	  found in Marvell Armada 375/38x/37xx ARM SOCs.
8097374792SGregory CLEMENT
814ac8918fSYoshihiro Shimodaconfig USB_XHCI_RCAR
824ac8918fSYoshihiro Shimoda	tristate "xHCI support for Renesas R-Car SoCs"
83f879fc32SYoshihiro Shimoda	depends on USB_XHCI_PLATFORM
846edd87f5SSimon Horman	depends on ARCH_RENESAS || COMPILE_TEST
854ac8918fSYoshihiro Shimoda	---help---
864ac8918fSYoshihiro Shimoda	  Say 'Y' to enable the support for the xHCI host controller
874ac8918fSYoshihiro Shimoda	  found in Renesas R-Car ARM SoCs.
884ac8918fSYoshihiro Shimoda
89e84fce0fSThierry Redingconfig USB_XHCI_TEGRA
90e84fce0fSThierry Reding	tristate "xHCI support for NVIDIA Tegra SoCs"
91e84fce0fSThierry Reding	depends on PHY_TEGRA_XUSB
92e84fce0fSThierry Reding	depends on RESET_CONTROLLER
93e84fce0fSThierry Reding	select FW_LOADER
94e84fce0fSThierry Reding	---help---
95e84fce0fSThierry Reding	  Say 'Y' to enable the support for the xHCI host controller
96e84fce0fSThierry Reding	  found in NVIDIA Tegra124 and later SoCs.
97e84fce0fSThierry Reding
980fcb9989SFlorian Fainelliendif # USB_XHCI_HCD
990fcb9989SFlorian Fainelli
100*c33f4f24SAl Cooperconfig USB_EHCI_BRCMSTB
101*c33f4f24SAl Cooper       tristate
102*c33f4f24SAl Cooper
103*c33f4f24SAl Cooperconfig USB_BRCMSTB
104*c33f4f24SAl Cooper	tristate "Broadcom STB USB support"
105*c33f4f24SAl Cooper	depends on (ARCH_BRCMSTB && PHY_BRCM_USB) || COMPILE_TEST
106*c33f4f24SAl Cooper	select USB_OHCI_HCD_PLATFORM if USB_OHCI_HCD
107*c33f4f24SAl Cooper	select USB_EHCI_BRCMSTB if USB_EHCI_HCD
108*c33f4f24SAl Cooper	select USB_XHCI_PLATFORM if USB_XHCI_HCD
109*c33f4f24SAl Cooper	help
110*c33f4f24SAl Cooper	  Enables support for XHCI, EHCI and OHCI host controllers
111*c33f4f24SAl Cooper	  found in Broadcom STB SoC's.
112*c33f4f24SAl Cooper
113*c33f4f24SAl Cooper	  To compile these drivers as modules, choose M here: the
114*c33f4f24SAl Cooper	  modules will be called ohci-platform.ko, ehci-brcm.ko and
115*c33f4f24SAl Cooper	  xhci-plat-hcd.ko
116*c33f4f24SAl Cooper
117*c33f4f24SAl Cooper	  Disabling this will keep the controllers and corresponding
118*c33f4f24SAl Cooper	  PHYs powered down.
119*c33f4f24SAl Cooper
1201da177e4SLinus Torvaldsconfig USB_EHCI_HCD
1211da177e4SLinus Torvalds	tristate "EHCI HCD (USB 2.0) support"
122cf34be7aSGeert Uytterhoeven	depends on HAS_DMA && HAS_IOMEM
1231da177e4SLinus Torvalds	---help---
1241da177e4SLinus Torvalds	  The Enhanced Host Controller Interface (EHCI) is standard for USB 2.0
1251da177e4SLinus Torvalds	  "high speed" (480 Mbit/sec, 60 Mbyte/sec) host controller hardware.
1261da177e4SLinus Torvalds	  If your USB host controller supports USB 2.0, you will likely want to
127b967c88eSThierry Vignaud	  configure this Host Controller Driver.
1281da177e4SLinus Torvalds
1291da177e4SLinus Torvalds	  EHCI controllers are packaged with "companion" host controllers (OHCI
1301da177e4SLinus Torvalds	  or UHCI) to handle USB 1.1 devices connected to root hub ports.  Ports
131b3c29d85SJesper Juhl	  will connect to EHCI if the device is high speed, otherwise they
1321da177e4SLinus Torvalds	  connect to a companion controller.  If you configure EHCI, you should
1331da177e4SLinus Torvalds	  probably configure the OHCI (for NEC and some other vendors) USB Host
1341da177e4SLinus Torvalds	  Controller Driver or UHCI (for Via motherboards) Host Controller
1351da177e4SLinus Torvalds	  Driver too.
1361da177e4SLinus Torvalds
137ecefae6dSMauro Carvalho Chehab	  You may want to read <file:Documentation/usb/ehci.rst>.
1381da177e4SLinus Torvalds
1391da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the
1401da177e4SLinus Torvalds	  module will be called ehci-hcd.
1411da177e4SLinus Torvalds
1421da177e4SLinus Torvaldsconfig USB_EHCI_ROOT_HUB_TT
1439ec249a6SRobert P. J. Day	bool "Root Hub Transaction Translators"
144a746c286SPeter Chen	depends on USB_EHCI_HCD
1451da177e4SLinus Torvalds	---help---
1461da177e4SLinus Torvalds	  Some EHCI chips have vendor-specific extensions to integrate
1471da177e4SLinus Torvalds	  transaction translators, so that no OHCI or UHCI companion
1481da177e4SLinus Torvalds	  controller is needed.  It's safe to say "y" even if your
1491da177e4SLinus Torvalds	  controller doesn't support this feature.
1501da177e4SLinus Torvalds
151ba47f66bSDan Streetman	  This supports the EHCI implementation that's originally
152ba47f66bSDan Streetman	  from ARC, and has since changed hands a few times.
153ba47f66bSDan Streetman
154ba47f66bSDan Streetmanconfig USB_EHCI_TT_NEWSCHED
15537cd681cSAlan Stern	bool "Improved Transaction Translator scheduling"
156a746c286SPeter Chen	depends on USB_EHCI_HCD
15737cd681cSAlan Stern	default y
158ba47f66bSDan Streetman	---help---
159ba47f66bSDan Streetman	  This changes the periodic scheduling code to fill more of the low
160ba47f66bSDan Streetman	  and full speed bandwidth available from the Transaction Translator
161ba47f66bSDan Streetman	  (TT) in USB 2.0 hubs.  Without this, only one transfer will be
162ba47f66bSDan Streetman	  issued in each microframe, significantly reducing the number of
163ba47f66bSDan Streetman	  periodic low/fullspeed transfers possible.
164ba47f66bSDan Streetman
165ba47f66bSDan Streetman	  If you have multiple periodic low/fullspeed devices connected to a
166ba47f66bSDan Streetman	  highspeed USB hub which is connected to a highspeed USB Host
167ba47f66bSDan Streetman	  Controller, and some of those devices will not work correctly
16837cd681cSAlan Stern	  (possibly due to "ENOSPC" or "-28" errors), say Y.  Conversely, if
16937cd681cSAlan Stern	  you have only one such device and it doesn't work, you could try
17037cd681cSAlan Stern	  saying N.
171ba47f66bSDan Streetman
17237cd681cSAlan Stern	  If unsure, say Y.
1731da177e4SLinus Torvalds
17442443dc4SFlorian Fainelliif USB_EHCI_HCD
17542443dc4SFlorian Fainelli
176adfa79d1SAlan Sternconfig USB_EHCI_PCI
177adfa79d1SAlan Stern	tristate
1782c93e790Syuan linyu	depends on USB_PCI
179adfa79d1SAlan Stern	default y
180adfa79d1SAlan Stern
18122ced687SAnoopconfig USB_EHCI_HCD_PMC_MSP
18222ced687SAnoop	tristate "EHCI support for on-chip PMC MSP71xx USB controller"
18342443dc4SFlorian Fainelli	depends on MSP_HAS_USB
18422ced687SAnoop	select USB_EHCI_BIG_ENDIAN_DESC
18522ced687SAnoop	select USB_EHCI_BIG_ENDIAN_MMIO
18622ced687SAnoop	---help---
18722ced687SAnoop		Enables support for the onchip USB controller on the PMC_MSP7100 Family SoC's.
18822ced687SAnoop		If unsure, say N.
18922ced687SAnoop
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
19508d3c18eSJulie Zhu	---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
204ba02978aSLi Yang	---help---
205ba02978aSLi Yang	  Variation of ARC USB block used in some Freescale chips.
206ba02978aSLi Yang
2077e8d5cd9SDaniel Mackconfig USB_EHCI_MXC
208dba63b2fSAlan Stern	tristate "Support for Freescale i.MX on-chip EHCI USB controller"
20988eaaeccSKrzysztof Kozlowski	depends on ARCH_MXC || COMPILE_TEST
2107e8d5cd9SDaniel Mack	select USB_EHCI_ROOT_HUB_TT
2117e8d5cd9SDaniel Mack	---help---
2127e8d5cd9SDaniel Mack	  Variation of ARC USB block used in some Freescale chips.
2137e8d5cd9SDaniel Mack
214df44831eSAvi Fishmanconfig USB_EHCI_HCD_NPCM7XX
215df44831eSAvi Fishman	tristate "Support for Nuvoton NPCM7XX on-chip EHCI USB controller"
216df44831eSAvi Fishman	depends on (USB_EHCI_HCD && ARCH_NPCM7XX) || COMPILE_TEST
217df44831eSAvi Fishman	default y if (USB_EHCI_HCD && ARCH_NPCM7XX)
218df44831eSAvi Fishman	help
219df44831eSAvi Fishman	  Enables support for the on-chip EHCI controller on
220df44831eSAvi Fishman	  Nuvoton NPCM7XX chips.
221df44831eSAvi Fishman
2227f124f4bSKeshava Munegowdaconfig USB_EHCI_HCD_OMAP
22354a41966SAlan Stern	tristate "EHCI support for OMAP3 and later chips"
22442443dc4SFlorian Fainelli	depends on ARCH_OMAP
2255a8d651aSFelipe Balbi	depends on NOP_USB_XCEIV
2267f124f4bSKeshava Munegowda	default y
2277f124f4bSKeshava Munegowda	---help---
2287f124f4bSKeshava Munegowda	  Enables support for the on-chip EHCI controller on
2297f124f4bSKeshava Munegowda	  OMAP3 and later chips.
2307f124f4bSKeshava Munegowda
231a76dd463SManjunath Goudarconfig USB_EHCI_HCD_ORION
232a76dd463SManjunath Goudar	tristate  "Support for Marvell EBU on-chip EHCI USB controller"
23388eaaeccSKrzysztof Kozlowski	depends on USB_EHCI_HCD && (PLAT_ORION || ARCH_MVEBU || COMPILE_TEST)
23488eaaeccSKrzysztof Kozlowski	default y if (PLAT_ORION || ARCH_MVEBU)
235a76dd463SManjunath Goudar	---help---
236a76dd463SManjunath Goudar	  Enables support for the on-chip EHCI controller on Marvell's
237a76dd463SManjunath Goudar	  embedded ARM SoCs, including Orion, Kirkwood, Dove, Armada XP,
238a76dd463SManjunath Goudar	  Armada 370.  This is different from the EHCI implementation
239a76dd463SManjunath Goudar	  on Marvell's mobile PXA and MMP SoC, see "EHCI support for
240a76dd463SManjunath Goudar	  Marvell PXA/MMP USB controller" for those.
241a76dd463SManjunath Goudar
2427675d6baSManjunath Goudarconfig USB_EHCI_HCD_SPEAR
2437675d6baSManjunath Goudar	tristate "Support for ST SPEAr on-chip EHCI USB controller"
24488eaaeccSKrzysztof Kozlowski	depends on USB_EHCI_HCD && (PLAT_SPEAR || COMPILE_TEST)
24588eaaeccSKrzysztof Kozlowski	default y if PLAT_SPEAR
2467675d6baSManjunath Goudar	---help---
2477675d6baSManjunath Goudar	  Enables support for the on-chip EHCI controller on
2487675d6baSManjunath Goudar	  ST SPEAr chips.
2497675d6baSManjunath Goudar
250905e300eSArnd Bergmannconfig USB_EHCI_HCD_STI
251905e300eSArnd Bergmann	tristate "Support for ST STiHxxx on-chip EHCI USB controller"
25288eaaeccSKrzysztof Kozlowski	depends on (ARCH_STI || COMPILE_TEST) && OF
253905e300eSArnd Bergmann	select GENERIC_PHY
254905e300eSArnd Bergmann	select USB_EHCI_HCD_PLATFORM
255905e300eSArnd Bergmann	help
256905e300eSArnd Bergmann	  Enable support for the on-chip EHCI controller found on
257905e300eSArnd Bergmann	  STMicroelectronics consumer electronics SoC's.
258905e300eSArnd Bergmann
25997736961SManjunath Goudarconfig USB_EHCI_HCD_AT91
26097736961SManjunath Goudar	tristate  "Support for Atmel on-chip EHCI USB controller"
26188eaaeccSKrzysztof Kozlowski	depends on USB_EHCI_HCD && (ARCH_AT91 || COMPILE_TEST)
26288eaaeccSKrzysztof Kozlowski	default y if ARCH_AT91
26397736961SManjunath Goudar	---help---
26497736961SManjunath Goudar	  Enables support for the on-chip EHCI controller on
26597736961SManjunath Goudar	  Atmel chips.
26697736961SManjunath Goudar
26779ad3b5aSBenoit Gobyconfig USB_EHCI_TEGRA
2689fc5f24eSManjunath Goudar	tristate "NVIDIA Tegra HCD support"
26942443dc4SFlorian Fainelli	depends on ARCH_TEGRA
27079ad3b5aSBenoit Goby	select USB_EHCI_ROOT_HUB_TT
271ee30ec0cSDmitry Osipenko	select USB_TEGRA_PHY
27279ad3b5aSBenoit Goby	help
27379ad3b5aSBenoit Goby	  This driver enables support for the internal USB Host Controllers
27479ad3b5aSBenoit Goby	  found in NVIDIA Tegra SoCs. The controllers are EHCI compliant.
27579ad3b5aSBenoit Goby
276da0e8fb0SValentine Barshakconfig USB_EHCI_HCD_PPC_OF
277da0e8fb0SValentine Barshak	bool "EHCI support for PPC USB controller on OF platform bus"
278c31316cbSKevin Hao	depends on PPC
279da0e8fb0SValentine Barshak	default y
280da0e8fb0SValentine Barshak	---help---
281da0e8fb0SValentine Barshak	  Enables support for the USB controller present on the PowerPC
282da0e8fb0SValentine Barshak	  OpenFirmware platform bus.
283da0e8fb0SValentine Barshak
28460b0bf0fSYoshihiro Shimodaconfig USB_EHCI_SH
28560b0bf0fSYoshihiro Shimoda	bool "EHCI support for SuperH USB controller"
28688eaaeccSKrzysztof Kozlowski	depends on SUPERH || COMPILE_TEST
28760b0bf0fSYoshihiro Shimoda	---help---
28860b0bf0fSYoshihiro Shimoda	  Enables support for the on-chip EHCI controller on the SuperH.
28960b0bf0fSYoshihiro Shimoda	  If you use the PCI EHCI controller, this option is not necessary.
29060b0bf0fSYoshihiro Shimoda
29129824c16SJingoo Hanconfig USB_EHCI_EXYNOS
292dea7b202SKrzysztof Kozlowski	tristate "EHCI support for Samsung S5P/Exynos SoC Series"
29388eaaeccSKrzysztof Kozlowski	depends on ARCH_S5PV210 || ARCH_EXYNOS || COMPILE_TEST
2941bcc5aa8SJoonyoung Shim	help
29529824c16SJingoo Han	  Enable support for the Samsung Exynos SOC's on-chip EHCI controller.
2961bcc5aa8SJoonyoung Shim
2973a082ec9SNeil Zhangconfig USB_EHCI_MV
2980440fa3dSLubomir Rintel	tristate "EHCI support for Marvell PXA/MMP USB controller"
29988eaaeccSKrzysztof Kozlowski	depends on ARCH_PXA || ARCH_MMP || COMPILE_TEST
3003a082ec9SNeil Zhang	select USB_EHCI_ROOT_HUB_TT
3013a082ec9SNeil Zhang	---help---
3023a082ec9SNeil Zhang	  Enables support for Marvell (including PXA and MMP series) on-chip
3033a082ec9SNeil Zhang	  USB SPH and OTG controller. SPH is a single port host, and it can
3043a082ec9SNeil Zhang	  only be EHCI host. OTG is controller that can switch to host mode.
305a76dd463SManjunath Goudar	  Note that this driver will not work on Marvell's other EHCI
306a76dd463SManjunath Goudar	  controller used by the EBU-type SoCs including Orion, Kirkwood,
307a76dd463SManjunath Goudar	  Dova, Armada 370 and Armada XP. See "Support for Marvell EBU
308a76dd463SManjunath Goudar	  on-chip EHCI USB controller" for those.
3093a082ec9SNeil Zhang
310760efe69SMac Linconfig USB_CNS3XXX_EHCI
311f3a958d3SFlorian Fainelli	bool "Cavium CNS3XXX EHCI Module (DEPRECATED)"
31288eaaeccSKrzysztof Kozlowski	depends on ARCH_CNS3XXX || COMPILE_TEST
313f3a958d3SFlorian Fainelli	select USB_EHCI_HCD_PLATFORM
314760efe69SMac Lin	---help---
315f3a958d3SFlorian Fainelli	  This option is deprecated now and the driver was removed, use
316f3a958d3SFlorian Fainelli	  USB_EHCI_HCD_PLATFORM instead.
317f3a958d3SFlorian Fainelli
318760efe69SMac Lin	  Enable support for the CNS3XXX SOC's on-chip EHCI controller.
319760efe69SMac Lin	  It is needed for high-speed (480Mbit/sec) USB 2.0 device
320760efe69SMac Lin	  support.
321760efe69SMac Lin
32242443dc4SFlorian Fainelliconfig USB_EHCI_HCD_PLATFORM
32342443dc4SFlorian Fainelli	tristate "Generic EHCI driver for a platform device"
32442443dc4SFlorian Fainelli	---help---
32542443dc4SFlorian Fainelli	  Adds an EHCI host driver for a generic platform device, which
32642443dc4SFlorian Fainelli	  provides a memory space and an irq.
32742443dc4SFlorian Fainelli
32842443dc4SFlorian Fainelli	  If unsure, say N.
32942443dc4SFlorian Fainelli
33042443dc4SFlorian Fainelliconfig USB_OCTEON_EHCI
3312193dda5SAlan Stern	bool "Octeon on-chip EHCI support (DEPRECATED)"
3324e52af1cSKrzysztof Kozlowski	depends on CAVIUM_OCTEON_SOC
333df115f3eSBen Hutchings	select USB_EHCI_BIG_ENDIAN_MMIO if CPU_BIG_ENDIAN
3342193dda5SAlan Stern	select USB_EHCI_HCD_PLATFORM
33542443dc4SFlorian Fainelli	help
3362193dda5SAlan Stern	  This option is deprecated now and the driver was removed, use
3372193dda5SAlan Stern	  USB_EHCI_HCD_PLATFORM instead.
3382193dda5SAlan Stern
33942443dc4SFlorian Fainelli	  Enable support for the Octeon II SOC's on-chip EHCI
34042443dc4SFlorian Fainelli	  controller.  It is needed for high-speed (480Mbit/sec)
34142443dc4SFlorian Fainelli	  USB 2.0 device support.  All CN6XXX based chips with USB are
34242443dc4SFlorian Fainelli	  supported.
34342443dc4SFlorian Fainelli
34442443dc4SFlorian Fainelliendif # USB_EHCI_HCD
34542443dc4SFlorian Fainelli
346b92a78e5SRodolfo Giometticonfig USB_OXU210HP_HCD
347b92a78e5SRodolfo Giometti	tristate "OXU210HP HCD support"
348f4a5d702SVegard Nossum	depends on HAS_IOMEM
349b92a78e5SRodolfo Giometti	---help---
350b92a78e5SRodolfo Giometti	  The OXU210HP is an USB host/OTG/device controller. Enable this
351b92a78e5SRodolfo Giometti	  option if your board has this chip. If unsure, say N.
352b92a78e5SRodolfo Giometti
353b92a78e5SRodolfo Giometti	  This driver does not support isochronous transfers and doesn't
354b92a78e5SRodolfo Giometti	  implement OTG nor USB device controllers.
355b92a78e5SRodolfo Giometti
356b92a78e5SRodolfo Giometti	  To compile this driver as a module, choose M here: the
357b92a78e5SRodolfo Giometti	  module will be called oxu210hp-hcd.
358b92a78e5SRodolfo Giometti
3594808a1c0SOlav Kongasconfig USB_ISP116X_HCD
3604808a1c0SOlav Kongas	tristate "ISP116X HCD support"
361ca23d3b7SVegard Nossum	depends on HAS_IOMEM
3624808a1c0SOlav Kongas	---help---
3634808a1c0SOlav Kongas	  The ISP1160 and ISP1161 chips are USB host controllers. Enable this
3644808a1c0SOlav Kongas	  option if your board has this chip. If unsure, say N.
3654808a1c0SOlav Kongas
3664808a1c0SOlav Kongas	  This driver does not support isochronous transfers.
3674808a1c0SOlav Kongas
3684808a1c0SOlav Kongas	  To compile this driver as a module, choose M here: the
3694808a1c0SOlav Kongas	  module will be called isp116x-hcd.
3704808a1c0SOlav Kongas
371a9d43091SLothar Wassmannconfig USB_ISP1362_HCD
372a9d43091SLothar Wassmann	tristate "ISP1362 HCD support"
3734a6d9f87SVegard Nossum	depends on HAS_IOMEM
374da2827a2SArnd Bergmann	depends on COMPILE_TEST # nothing uses this
375a9d43091SLothar Wassmann	---help---
376a9d43091SLothar Wassmann	  Supports the Philips ISP1362 chip as a host controller
377a9d43091SLothar Wassmann
378a9d43091SLothar Wassmann	  This driver does not support isochronous transfers.
379a9d43091SLothar Wassmann
380a9d43091SLothar Wassmann	  To compile this driver as a module, choose M here: the
381a9d43091SLothar Wassmann	  module will be called isp1362-hcd.
382a9d43091SLothar Wassmann
3837d50195fSFeng-Hsin Chiangconfig USB_FOTG210_HCD
3847d50195fSFeng-Hsin Chiang	tristate "FOTG210 HCD support"
385cf34be7aSGeert Uytterhoeven	depends on USB && HAS_DMA && HAS_IOMEM
3867d50195fSFeng-Hsin Chiang	---help---
3877d50195fSFeng-Hsin Chiang	  Faraday FOTG210 is an OTG controller which can be configured as
3887d50195fSFeng-Hsin Chiang	  an USB2.0 host. It is designed to meet USB2.0 EHCI specification
3897d50195fSFeng-Hsin Chiang	  with minor modification.
3907d50195fSFeng-Hsin Chiang
3917d50195fSFeng-Hsin Chiang	  To compile this driver as a module, choose M here: the
3927d50195fSFeng-Hsin Chiang	  module will be called fotg210-hcd.
3937d50195fSFeng-Hsin Chiang
3942d53139fSDavid Mosbergerconfig USB_MAX3421_HCD
3952d53139fSDavid Mosberger	tristate "MAX3421 HCD (USB-over-SPI) support"
3962d53139fSDavid Mosberger	depends on USB && SPI
3972d53139fSDavid Mosberger	---help---
3982d53139fSDavid Mosberger	  The Maxim MAX3421E chip supports standard USB 2.0-compliant
3992d53139fSDavid Mosberger	  full-speed devices either in host or peripheral mode.  This
4002d53139fSDavid Mosberger	  driver supports the host-mode of the MAX3421E only.
4012d53139fSDavid Mosberger
4022d53139fSDavid Mosberger	  To compile this driver as a module, choose M here: the module will
4032d53139fSDavid Mosberger	  be called max3421-hcd.
4042d53139fSDavid Mosberger
4051da177e4SLinus Torvaldsconfig USB_OHCI_HCD
406c1117afbSManjunath Goudar	tristate "OHCI HCD (USB 1.1) support"
407cf34be7aSGeert Uytterhoeven	depends on HAS_DMA && HAS_IOMEM
4081da177e4SLinus Torvalds	---help---
4091da177e4SLinus Torvalds	  The Open Host Controller Interface (OHCI) is a standard for accessing
4101da177e4SLinus Torvalds	  USB 1.1 host controller hardware.  It does more in hardware than Intel's
4111da177e4SLinus Torvalds	  UHCI specification.  If your USB host controller follows the OHCI spec,
4121da177e4SLinus Torvalds	  say Y.  On most non-x86 systems, and on x86 hardware that's not using a
4131da177e4SLinus Torvalds	  USB controller from Intel or VIA, this is appropriate.  If your host
4141da177e4SLinus Torvalds	  controller doesn't use PCI, this is probably appropriate.  For a PCI
4151da177e4SLinus Torvalds	  based system where you're not sure, the "lspci -v" entry will list the
4161da177e4SLinus Torvalds	  right "prog-if" for your USB controller(s):  EHCI, OHCI, or UHCI.
4171da177e4SLinus Torvalds
4181da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the
4191da177e4SLinus Torvalds	  module will be called ohci-hcd.
4201da177e4SLinus Torvalds
4213ad3ca05SFlorian Fainelliif USB_OHCI_HCD
4223ad3ca05SFlorian Fainelli
423968b448bSAnand Gadiyarconfig USB_OHCI_HCD_OMAP1
424de57a154SManjunath Goudar	tristate "OHCI support for OMAP1/2 chips"
4253ad3ca05SFlorian Fainelli	depends on ARCH_OMAP1
42638e0c109SArnd Bergmann	depends on ISP1301_OMAP || !(MACH_OMAP_H2 || MACH_OMAP_H3)
427968b448bSAnand Gadiyar	default y
428968b448bSAnand Gadiyar	---help---
429968b448bSAnand Gadiyar	  Enables support for the OHCI controller on OMAP1/2 chips.
430968b448bSAnand Gadiyar
4311cc6ac59SManjunath Goudarconfig USB_OHCI_HCD_SPEAR
4321cc6ac59SManjunath Goudar	tristate "Support for ST SPEAr on-chip OHCI USB controller"
43388eaaeccSKrzysztof Kozlowski	depends on USB_OHCI_HCD && (PLAT_SPEAR || COMPILE_TEST)
43488eaaeccSKrzysztof Kozlowski	default y if PLAT_SPEAR
4351cc6ac59SManjunath Goudar	---help---
4361cc6ac59SManjunath Goudar	  Enables support for the on-chip OHCI controller on
4371cc6ac59SManjunath Goudar	  ST SPEAr chips.
4381cc6ac59SManjunath Goudar
439905e300eSArnd Bergmannconfig USB_OHCI_HCD_STI
440905e300eSArnd Bergmann	tristate "Support for ST STiHxxx on-chip OHCI USB controller"
44188eaaeccSKrzysztof Kozlowski	depends on (ARCH_STI || COMPILE_TEST) && OF
442905e300eSArnd Bergmann	select GENERIC_PHY
443905e300eSArnd Bergmann	select USB_OHCI_HCD_PLATFORM
444905e300eSArnd Bergmann	help
445905e300eSArnd Bergmann	  Enable support for the on-chip OHCI controller found on
446905e300eSArnd Bergmann	  STMicroelectronics consumer electronics SoC's.
447905e300eSArnd Bergmann
448f23b71f3SManjunath Goudarconfig USB_OHCI_HCD_S3C2410
449f23b71f3SManjunath Goudar	tristate "OHCI support for Samsung S3C24xx/S3C64xx SoC series"
45088eaaeccSKrzysztof Kozlowski	depends on USB_OHCI_HCD && (ARCH_S3C24XX || ARCH_S3C64XX || COMPILE_TEST)
45188eaaeccSKrzysztof Kozlowski	default y if (ARCH_S3C24XX || ARCH_S3C64XX)
452f23b71f3SManjunath Goudar	---help---
453f23b71f3SManjunath Goudar	  Enables support for the on-chip OHCI controller on
454f23b71f3SManjunath Goudar	  S3C24xx/S3C64xx chips.
455f23b71f3SManjunath Goudar
45630330b8fSManjunath Goudarconfig USB_OHCI_HCD_LPC32XX
45730330b8fSManjunath Goudar	tristate "Support for LPC on-chip OHCI USB controller"
45823565baeSArnd Bergmann	depends on USB_OHCI_HCD
45923565baeSArnd Bergmann	depends on ARCH_LPC32XX || COMPILE_TEST
46038e0c109SArnd Bergmann	depends on USB_ISP1301
46130330b8fSManjunath Goudar	default y
46230330b8fSManjunath Goudar	---help---
46330330b8fSManjunath Goudar	  Enables support for the on-chip OHCI controller on
46430330b8fSManjunath Goudar	  NXP chips.
46530330b8fSManjunath Goudar
466b8ad5c37SManjunath Goudarconfig USB_OHCI_HCD_PXA27X
467b8ad5c37SManjunath Goudar	tristate "Support for PXA27X/PXA3XX on-chip OHCI USB controller"
468b8ad5c37SManjunath Goudar	depends on USB_OHCI_HCD && (PXA27x || PXA3xx)
469b8ad5c37SManjunath Goudar	default y
470b8ad5c37SManjunath Goudar	---help---
471b8ad5c37SManjunath Goudar	  Enables support for the on-chip OHCI controller on
472b8ad5c37SManjunath Goudar	  PXA27x/PXA3xx chips.
473b8ad5c37SManjunath Goudar
474e3825b48SManjunath Goudarconfig USB_OHCI_HCD_AT91
475e3825b48SManjunath Goudar	tristate "Support for Atmel on-chip OHCI USB controller"
47688eaaeccSKrzysztof Kozlowski	depends on USB_OHCI_HCD && (ARCH_AT91 || COMPILE_TEST) && OF
47788eaaeccSKrzysztof Kozlowski	default y if ARCH_AT91
478e3825b48SManjunath Goudar	---help---
479e3825b48SManjunath Goudar	  Enables support for the on-chip OHCI controller on
480e3825b48SManjunath Goudar	  Atmel chips.
481e3825b48SManjunath Goudar
482968b448bSAnand Gadiyarconfig USB_OHCI_HCD_OMAP3
4833a48fef1SManjunath Goudar	tristate "OHCI support for OMAP3 and later chips"
48488eaaeccSKrzysztof Kozlowski	depends on ARCH_OMAP3 || ARCH_OMAP4 || SOC_OMAP5 || COMPILE_TEST
485ef189c8dSTony Lindgren	select USB_OHCI_HCD_PLATFORM
48688eaaeccSKrzysztof Kozlowski	default y if ARCH_OMAP3 || ARCH_OMAP4 || SOC_OMAP5
487ef189c8dSTony Lindgren	help
488ef189c8dSTony Lindgren	  This option is deprecated now and the driver was removed, use
489ef189c8dSTony Lindgren	  USB_OHCI_HCD_PLATFORM instead.
490ef189c8dSTony Lindgren
491968b448bSAnand Gadiyar	  Enables support for the on-chip OHCI controller on
492968b448bSAnand Gadiyar	  OMAP3 and later chips.
493968b448bSAnand Gadiyar
494068413e9SArnd Bergmannconfig USB_OHCI_HCD_DAVINCI
4956c21caa3SManjunath Goudar	tristate "OHCI support for TI DaVinci DA8xx"
49688eaaeccSKrzysztof Kozlowski	depends on ARCH_DAVINCI_DA8XX || COMPILE_TEST
4976c21caa3SManjunath Goudar	depends on USB_OHCI_HCD
4986110c425SDavid Lechner	select PHY_DA8XX_USB
49988eaaeccSKrzysztof Kozlowski	default y if ARCH_DAVINCI_DA8XX
500068413e9SArnd Bergmann	help
501068413e9SArnd Bergmann	  Enables support for the DaVinci DA8xx integrated OHCI
502068413e9SArnd Bergmann	  controller. This driver cannot currently be a loadable
503068413e9SArnd Bergmann	  module because it lacks a proper PHY abstraction.
504068413e9SArnd Bergmann
505495a678fSSylvain Munautconfig USB_OHCI_HCD_PPC_OF_BE
50645e83889SArnd Bergmann	bool "OHCI support for OF platform bus (big endian)"
507c31316cbSKevin Hao	depends on PPC
508495a678fSSylvain Munaut	select USB_OHCI_BIG_ENDIAN_DESC
509495a678fSSylvain Munaut	select USB_OHCI_BIG_ENDIAN_MMIO
51045e83889SArnd Bergmann	---help---
51145e83889SArnd Bergmann	  Enables support for big-endian USB controllers present on the
51245e83889SArnd Bergmann	  OpenFirmware platform bus.
513495a678fSSylvain Munaut
514495a678fSSylvain Munautconfig USB_OHCI_HCD_PPC_OF_LE
51545e83889SArnd Bergmann	bool "OHCI support for OF platform bus (little endian)"
516c31316cbSKevin Hao	depends on PPC
517495a678fSSylvain Munaut	select USB_OHCI_LITTLE_ENDIAN
51845e83889SArnd Bergmann	---help---
51945e83889SArnd Bergmann	  Enables support for little-endian USB controllers present on the
52045e83889SArnd Bergmann	  OpenFirmware platform bus.
52145e83889SArnd Bergmann
52245e83889SArnd Bergmannconfig USB_OHCI_HCD_PPC_OF
52345e83889SArnd Bergmann	bool
524c31316cbSKevin Hao	depends on PPC
52545e83889SArnd Bergmann	default USB_OHCI_HCD_PPC_OF_BE || USB_OHCI_HCD_PPC_OF_LE
526495a678fSSylvain Munaut
5271da177e4SLinus Torvaldsconfig USB_OHCI_HCD_PCI
528c1117afbSManjunath Goudar	tristate "OHCI support for PCI-bus USB controllers"
5292c93e790Syuan linyu	depends on USB_PCI
5301da177e4SLinus Torvalds	default y
5311da177e4SLinus Torvalds	select USB_OHCI_LITTLE_ENDIAN
5321da177e4SLinus Torvalds	---help---
5331da177e4SLinus Torvalds	  Enables support for PCI-bus plug-in USB controller cards.
5341da177e4SLinus Torvalds	  If unsure, say Y.
5351da177e4SLinus Torvalds
536c604e851SMichael Bueschconfig USB_OHCI_HCD_SSB
537259b83a3SHauke Mehrtens	bool "OHCI support for Broadcom SSB OHCI core (DEPRECATED)"
5383ad3ca05SFlorian Fainelli	depends on (SSB = y || SSB = USB_OHCI_HCD)
539259b83a3SHauke Mehrtens	select USB_HCD_SSB
540259b83a3SHauke Mehrtens	select USB_OHCI_HCD_PLATFORM
541c604e851SMichael Buesch	---help---
542259b83a3SHauke Mehrtens	  This option is deprecated now and the driver was removed, use
543259b83a3SHauke Mehrtens	  USB_HCD_SSB and USB_OHCI_HCD_PLATFORM instead.
544259b83a3SHauke Mehrtens
545c604e851SMichael Buesch	  Support for the Sonics Silicon Backplane (SSB) attached
546c604e851SMichael Buesch	  Broadcom USB OHCI core.
547c604e851SMichael Buesch
548c604e851SMichael Buesch	  This device is present in some embedded devices with
549c604e851SMichael Buesch	  Broadcom based SSB bus.
550c604e851SMichael Buesch
551c604e851SMichael Buesch	  If unsure, say N.
552c604e851SMichael Buesch
55360b0bf0fSYoshihiro Shimodaconfig USB_OHCI_SH
554231a72e0SFlorian Fainelli	bool "OHCI support for SuperH USB controller (DEPRECATED)"
55588eaaeccSKrzysztof Kozlowski	depends on SUPERH || COMPILE_TEST
556231a72e0SFlorian Fainelli	select USB_OHCI_HCD_PLATFORM
55760b0bf0fSYoshihiro Shimoda	---help---
558231a72e0SFlorian Fainelli	  This option is deprecated now and the driver was removed, use
559231a72e0SFlorian Fainelli	  USB_OHCI_HCD_PLATFORM instead.
560231a72e0SFlorian Fainelli
56160b0bf0fSYoshihiro Shimoda	  Enables support for the on-chip OHCI controller on the SuperH.
56260b0bf0fSYoshihiro Shimoda	  If you use the PCI OHCI controller, this option is not necessary.
56360b0bf0fSYoshihiro Shimoda
56462194244SJingoo Hanconfig USB_OHCI_EXYNOS
565dea7b202SKrzysztof Kozlowski	tristate "OHCI support for Samsung S5P/Exynos SoC Series"
56688eaaeccSKrzysztof Kozlowski	depends on ARCH_S5PV210 || ARCH_EXYNOS || COMPILE_TEST
56762194244SJingoo Han	help
56862194244SJingoo Han	  Enable support for the Samsung Exynos SOC's on-chip OHCI controller.
56962194244SJingoo Han
570760efe69SMac Linconfig USB_CNS3XXX_OHCI
571c23920b0SFlorian Fainelli	bool "Cavium CNS3XXX OHCI Module (DEPRECATED)"
57288eaaeccSKrzysztof Kozlowski	depends on ARCH_CNS3XXX || COMPILE_TEST
573c23920b0SFlorian Fainelli	select USB_OHCI_HCD_PLATFORM
574760efe69SMac Lin	---help---
575c23920b0SFlorian Fainelli	  This option is deprecated now and the driver was removed, use
576c23920b0SFlorian Fainelli	  USB_OHCI_HCD_PLATFORM instead.
577c23920b0SFlorian Fainelli
578760efe69SMac Lin	  Enable support for the CNS3XXX SOC's on-chip OHCI controller.
579760efe69SMac Lin	  It is needed for low-speed USB 1.0 device support.
580760efe69SMac Lin
581fa3364b5SHauke Mehrtensconfig USB_OHCI_HCD_PLATFORM
582928fb68eSManjunath Goudar	tristate "Generic OHCI driver for a platform device"
583fa3364b5SHauke Mehrtens	---help---
584fa3364b5SHauke Mehrtens	  Adds an OHCI host driver for a generic platform device, which
585898d828bSPeter Meerwald	  provides a memory space and an irq.
586fa3364b5SHauke Mehrtens
587fa3364b5SHauke Mehrtens	  If unsure, say N.
588fa3364b5SHauke Mehrtens
5893ad3ca05SFlorian Fainelliconfig USB_OCTEON_OHCI
5902193dda5SAlan Stern	bool "Octeon on-chip OHCI support (DEPRECATED)"
5919ddebc46SDavid Daney	depends on CAVIUM_OCTEON_SOC
5923ad3ca05SFlorian Fainelli	default USB_OCTEON_EHCI
593df115f3eSBen Hutchings	select USB_OHCI_BIG_ENDIAN_MMIO if CPU_BIG_ENDIAN
5943ad3ca05SFlorian Fainelli	select USB_OHCI_LITTLE_ENDIAN
5952193dda5SAlan Stern	select USB_OHCI_HCD_PLATFORM
5963ad3ca05SFlorian Fainelli	help
5972193dda5SAlan Stern	  This option is deprecated now and the driver was removed, use
5982193dda5SAlan Stern	  USB_OHCI_HCD_PLATFORM instead.
5992193dda5SAlan Stern
6003ad3ca05SFlorian Fainelli	  Enable support for the Octeon II SOC's on-chip OHCI
6013ad3ca05SFlorian Fainelli	  controller.  It is needed for low-speed USB 1.0 device
6023ad3ca05SFlorian Fainelli	  support.  All CN6XXX based chips with USB are supported.
6033ad3ca05SFlorian Fainelli
6043ad3ca05SFlorian Fainelliendif # USB_OHCI_HCD
6053ad3ca05SFlorian Fainelli
6061da177e4SLinus Torvaldsconfig USB_UHCI_HCD
6071da177e4SLinus Torvalds	tristate "UHCI HCD (most Intel and VIA) support"
6082c93e790Syuan linyu	depends on USB_PCI || USB_UHCI_SUPPORT_NON_PCI_HC
6091da177e4SLinus Torvalds	---help---
6101da177e4SLinus Torvalds	  The Universal Host Controller Interface is a standard by Intel for
6111da177e4SLinus Torvalds	  accessing the USB hardware in the PC (which is also called the USB
6121da177e4SLinus Torvalds	  host controller). If your USB host controller conforms to this
6131da177e4SLinus Torvalds	  standard, you may want to say Y, but see below. All recent boards
6141da177e4SLinus Torvalds	  with Intel PCI chipsets (like intel 430TX, 440FX, 440LX, 440BX,
6151da177e4SLinus Torvalds	  i810, i820) conform to this standard. Also all VIA PCI chipsets
6161da177e4SLinus Torvalds	  (like VIA VP2, VP3, MVP3, Apollo Pro, Apollo Pro II or Apollo Pro
6173db7739cSJan Andersson	  133) and LEON/GRLIB SoCs with the GRUSBHC controller.
6183db7739cSJan Andersson	  If unsure, say Y.
6191da177e4SLinus Torvalds
6201da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the
6211da177e4SLinus Torvalds	  module will be called uhci-hcd.
6221da177e4SLinus Torvalds
623d3219d1cSJan Anderssonconfig USB_UHCI_SUPPORT_NON_PCI_HC
624d3219d1cSJan Andersson	bool
625ccd9509aSAlan Stern	default y if (SPARC_LEON || USB_UHCI_PLATFORM)
626100d4597STony Prisk
627100d4597STony Priskconfig USB_UHCI_PLATFORM
628ccd9509aSAlan Stern	bool
6294642d34aSBenjamin Herrenschmidt	default y if (ARCH_VT8500 || ARCH_ASPEED)
6304642d34aSBenjamin Herrenschmidt
6314642d34aSBenjamin Herrenschmidtconfig USB_UHCI_ASPEED
6324642d34aSBenjamin Herrenschmidt	bool
6334642d34aSBenjamin Herrenschmidt	default y if ARCH_ASPEED
634d3219d1cSJan Andersson
635236dd4d1SAnton Vorontsovconfig USB_FHCI_HCD
636236dd4d1SAnton Vorontsov	tristate "Freescale QE USB Host Controller support"
63725e11ec4SFlorian Fainelli	depends on OF_GPIO && QE_GPIO && QUICC_ENGINE
638236dd4d1SAnton Vorontsov	select FSL_GTM
639236dd4d1SAnton Vorontsov	select QE_USB
640236dd4d1SAnton Vorontsov	help
641236dd4d1SAnton Vorontsov	  This driver enables support for Freescale QE USB Host Controller
642236dd4d1SAnton Vorontsov	  (as found on MPC8360 and MPC8323 processors), the driver supports
643236dd4d1SAnton Vorontsov	  Full and Low Speed USB.
644236dd4d1SAnton Vorontsov
645236dd4d1SAnton Vorontsovconfig FHCI_DEBUG
646236dd4d1SAnton Vorontsov	bool "Freescale QE USB Host Controller debug support"
647236dd4d1SAnton Vorontsov	depends on USB_FHCI_HCD && DEBUG_FS
648236dd4d1SAnton Vorontsov	help
649236dd4d1SAnton Vorontsov	  Say "y" to see some FHCI debug information and statistics
65025985edcSLucas De Marchi	  through debugfs.
651236dd4d1SAnton Vorontsov
652d774efeaSTony Olechconfig USB_U132_HCD
653d774efeaSTony Olech	tristate "Elan U132 Adapter Host Controller"
65425e11ec4SFlorian Fainelli	depends on USB_FTDI_ELAN
655d774efeaSTony Olech	help
656d774efeaSTony Olech	  The U132 adapter is a USB to CardBus adapter specifically designed
657d774efeaSTony Olech	  for PC cards that contain an OHCI host controller. Typical PC cards
658d774efeaSTony Olech	  are the Orange Mobile 3G Option GlobeTrotter Fusion card. The U132
659d774efeaSTony Olech	  adapter will *NOT* work with PC cards that do not contain an OHCI
660d774efeaSTony Olech	  controller.
661d774efeaSTony Olech
6623cb2fcccSMatt LaPlante	  For those PC cards that contain multiple OHCI controllers only the
663d774efeaSTony Olech	  first one is used.
664d774efeaSTony Olech
665d774efeaSTony Olech	  The driver consists of two modules, the "ftdi-elan" module is a
666d774efeaSTony Olech	  USB client driver that interfaces to the FTDI chip within ELAN's
667d774efeaSTony Olech	  USB-to-PCMCIA adapter, and this "u132-hcd" module is a USB host
668d774efeaSTony Olech	  controller driver that talks to the OHCI controller within the
669d774efeaSTony Olech	  CardBus cards that are inserted in the U132 adapter.
670d774efeaSTony Olech
671d774efeaSTony Olech	  This driver has been tested with a CardBus OHCI USB adapter, and
672d774efeaSTony Olech	  worked with a USB PEN Drive inserted into the first USB port of
673d774efeaSTony Olech	  the PCCARD. A rather pointless thing to do, but useful for testing.
674d774efeaSTony Olech
675d774efeaSTony Olech	  It is safe to say M here.
676d774efeaSTony Olech
677d774efeaSTony Olech	  See also <http://www.elandigitalsystems.com/support/ufaq/u132linux.php>
678d774efeaSTony Olech
6791da177e4SLinus Torvaldsconfig USB_SL811_HCD
6801da177e4SLinus Torvalds	tristate "SL811HS HCD support"
681cfa33eaeSVegard Nossum	depends on HAS_IOMEM
6821da177e4SLinus Torvalds	help
6831da177e4SLinus Torvalds	  The SL811HS is a single-port USB controller that supports either
6841da177e4SLinus Torvalds	  host side or peripheral side roles.  Enable this option if your
6851da177e4SLinus Torvalds	  board has this chip, and you want to use it as a host controller.
6861da177e4SLinus Torvalds	  If unsure, say N.
6871da177e4SLinus Torvalds
6881da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the
6891da177e4SLinus Torvalds	  module will be called sl811-hcd.
6901da177e4SLinus Torvalds
691ad7c56f0SMike Frysingerconfig USB_SL811_HCD_ISO
692ad7c56f0SMike Frysinger	bool "partial ISO support"
693ad7c56f0SMike Frysinger	depends on USB_SL811_HCD
694ad7c56f0SMike Frysinger	help
695ad7c56f0SMike Frysinger	  The driver doesn't support iso_frame_desc (yet), but for some simple
696ad7c56f0SMike Frysinger	  devices that just queue one ISO frame per URB, then ISO transfers
697ad7c56f0SMike Frysinger	  "should" work using the normal urb status fields.
698ad7c56f0SMike Frysinger
699ad7c56f0SMike Frysinger	  If unsure, say N.
700ad7c56f0SMike Frysinger
701c6de2b64SDavid Brownellconfig USB_SL811_CS
702c6de2b64SDavid Brownell	tristate "CF/PCMCIA support for SL811HS HCD"
703c6de2b64SDavid Brownell	depends on USB_SL811_HCD && PCMCIA
704c6de2b64SDavid Brownell	help
705c6de2b64SDavid Brownell	  Wraps a PCMCIA driver around the SL811HS HCD, supporting the RATOC
706c6de2b64SDavid Brownell	  REX-CFU1U CF card (often used with PDAs).  If unsure, say N.
707c6de2b64SDavid Brownell
708c6de2b64SDavid Brownell	  To compile this driver as a module, choose M here: the
709c6de2b64SDavid Brownell	  module will be called "sl811_cs".
710c6de2b64SDavid Brownell
7115d304358SYoshihiro Shimodaconfig USB_R8A66597_HCD
712fa0de2b6SM4rkusXXL	tristate "R8A66597 HCD support"
713e37a6c92SVegard Nossum	depends on HAS_IOMEM
7145d304358SYoshihiro Shimoda	help
7155d304358SYoshihiro Shimoda	  The R8A66597 is a USB 2.0 host and peripheral controller.
7165d304358SYoshihiro Shimoda
7175d304358SYoshihiro Shimoda	  Enable this option if your board has this chip, and you want
7185d304358SYoshihiro Shimoda	  to use it as a host controller.  If unsure, say N.
7195d304358SYoshihiro Shimoda
7205d304358SYoshihiro Shimoda	  To compile this driver as a module, choose M here: the
7215d304358SYoshihiro Shimoda	  module will be called r8a66597-hcd.
7225d304358SYoshihiro Shimoda
723034d7c13SKuninori Morimotoconfig USB_RENESAS_USBHS_HCD
724034d7c13SKuninori Morimoto	tristate "Renesas USBHS HCD support"
725034d7c13SKuninori Morimoto	depends on USB_RENESAS_USBHS
726034d7c13SKuninori Morimoto	help
727034d7c13SKuninori Morimoto	  The Renesas USBHS is a USB 2.0 host and peripheral controller.
728034d7c13SKuninori Morimoto
729034d7c13SKuninori Morimoto	  Enable this option if your board has this chip, and you want
730034d7c13SKuninori Morimoto	  to use it as a host controller.  If unsure, say N.
731034d7c13SKuninori Morimoto
732034d7c13SKuninori Morimoto	  To compile this driver as a module, choose M here: the
733034d7c13SKuninori Morimoto	  module will be called renesas-usbhs.
734034d7c13SKuninori Morimoto
73523d3e7a6SMartin Fuzzeyconfig USB_IMX21_HCD
7365de9ec4dSSascha Hauer	tristate "i.MX21 HCD support"
73725e11ec4SFlorian Fainelli	depends on ARM && ARCH_MXC
73823d3e7a6SMartin Fuzzey	help
73923d3e7a6SMartin Fuzzey	  This driver enables support for the on-chip USB host in the
7405de9ec4dSSascha Hauer	  i.MX21 processor.
74123d3e7a6SMartin Fuzzey
74223d3e7a6SMartin Fuzzey	  To compile this driver as a module, choose M here: the
74323d3e7a6SMartin Fuzzey	  module will be called "imx21-hcd".
74423d3e7a6SMartin Fuzzey
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"
771726a85caSJack Pham	---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.
785