11da177e4SLinus Torvalds# 21da177e4SLinus Torvalds# USB Host Controller Drivers 31da177e4SLinus Torvalds# 41da177e4SLinus Torvaldscomment "USB Host Controller Drivers" 51da177e4SLinus Torvalds 6e9b29ffcSPeter Korsgaardconfig USB_C67X00_HCD 7e9b29ffcSPeter Korsgaard tristate "Cypress C67x00 HCD support" 8149737a7SVegard Nossum depends on HAS_IOMEM 9e9b29ffcSPeter Korsgaard help 10e9b29ffcSPeter Korsgaard The Cypress C67x00 (EZ-Host/EZ-OTG) chips are dual-role 11e9b29ffcSPeter Korsgaard host/peripheral/OTG USB controllers. 12e9b29ffcSPeter Korsgaard 13e9b29ffcSPeter Korsgaard Enable this option to support this chip in host controller mode. 14e9b29ffcSPeter Korsgaard If unsure, say N. 15e9b29ffcSPeter Korsgaard 16e9b29ffcSPeter Korsgaard To compile this driver as a module, choose M here: the 17e9b29ffcSPeter Korsgaard module will be called c67x00. 18e9b29ffcSPeter Korsgaard 19eb6bab13SSarah Sharpconfig USB_XHCI_HCD 20eb83be98SGreg Kroah-Hartman tristate "xHCI HCD (USB 3.0) support" 21cf34be7aSGeert Uytterhoeven depends on HAS_DMA && HAS_IOMEM 22eb6bab13SSarah Sharp ---help--- 23eb6bab13SSarah Sharp The eXtensible Host Controller Interface (xHCI) is standard for USB 3.0 24eb6bab13SSarah Sharp "SuperSpeed" host controller hardware. 25eb6bab13SSarah Sharp 26eb6bab13SSarah Sharp To compile this driver as a module, choose M here: the 27eb6bab13SSarah Sharp module will be called xhci-hcd. 28eb6bab13SSarah Sharp 290fcb9989SFlorian Fainelliif USB_XHCI_HCD 30dfba2174SLu Baoluconfig USB_XHCI_DBGCAP 31dfba2174SLu Baolu bool "xHCI support for debug capability" 32dfba2174SLu Baolu depends on TTY 33dfba2174SLu Baolu ---help--- 34dfba2174SLu Baolu Say 'Y' to enable the support for the xHCI debug capability. Make 35dfba2174SLu Baolu sure that your xHCI host supports the extended debug capability and 36dfba2174SLu Baolu you want a TTY serial device based on the xHCI debug capability 37dfba2174SLu Baolu before enabling this option. If unsure, say 'N'. 380fcb9989SFlorian Fainelli 3929e409f0SAndrew Brestickerconfig USB_XHCI_PCI 4029e409f0SAndrew Bresticker tristate 412c93e790Syuan linyu depends on USB_PCI 4229e409f0SAndrew Bresticker default y 4329e409f0SAndrew Bresticker 443429e91aSSebastian Andrzej Siewiorconfig USB_XHCI_PLATFORM 456c05cb14SRafał Miłecki tristate "Generic xHCI driver for a platform device" 46f879fc32SYoshihiro Shimoda select USB_XHCI_RCAR if ARCH_RENESAS 476c05cb14SRafał Miłecki ---help--- 486c05cb14SRafał Miłecki Adds an xHCI host driver for a generic platform device, which 496c05cb14SRafał Miłecki provides a memory space and an irq. 506c05cb14SRafał Miłecki It is also a prerequisite for platform specific drivers that 516c05cb14SRafał Miłecki implement some extra quirks. 526c05cb14SRafał Miłecki 536c05cb14SRafał Miłecki If unsure, say N. 543429e91aSSebastian Andrzej Siewior 55c508f41dSJianguo Sunconfig USB_XHCI_HISTB 56c508f41dSJianguo Sun tristate "xHCI support for HiSilicon STB SoCs" 57c508f41dSJianguo Sun depends on USB_XHCI_PLATFORM && (ARCH_HISI || COMPILE_TEST) 58c508f41dSJianguo Sun help 59c508f41dSJianguo Sun Say 'Y' to enable the support for the xHCI host controller 60c508f41dSJianguo Sun found in HiSilicon STB SoCs. 61c508f41dSJianguo Sun 620cbd4b34SChunfeng Yunconfig USB_XHCI_MTK 637b81a586SChunfeng Yun tristate "xHCI support for MediaTek SoCs" 640cbd4b34SChunfeng Yun select MFD_SYSCON 65808cf33dSJohn Crispin depends on (MIPS && SOC_MT7621) || ARCH_MEDIATEK || COMPILE_TEST 660cbd4b34SChunfeng Yun ---help--- 670cbd4b34SChunfeng Yun Say 'Y' to enable the support for the xHCI host controller 687b81a586SChunfeng Yun found in MediaTek SoCs. 690cbd4b34SChunfeng Yun If unsure, say N. 700cbd4b34SChunfeng Yun 7197374792SGregory CLEMENTconfig USB_XHCI_MVEBU 7297374792SGregory CLEMENT tristate "xHCI support for Marvell Armada 375/38x" 7397374792SGregory CLEMENT select USB_XHCI_PLATFORM 74828638e9SVegard Nossum depends on HAS_IOMEM 7597374792SGregory CLEMENT depends on ARCH_MVEBU || COMPILE_TEST 7697374792SGregory CLEMENT ---help--- 7797374792SGregory CLEMENT Say 'Y' to enable the support for the xHCI host controller 7897374792SGregory CLEMENT found in Marvell Armada 375/38x ARM SOCs. 7997374792SGregory CLEMENT 804ac8918fSYoshihiro Shimodaconfig USB_XHCI_RCAR 814ac8918fSYoshihiro Shimoda tristate "xHCI support for Renesas R-Car SoCs" 82f879fc32SYoshihiro Shimoda depends on USB_XHCI_PLATFORM 836edd87f5SSimon Horman depends on ARCH_RENESAS || COMPILE_TEST 844ac8918fSYoshihiro Shimoda ---help--- 854ac8918fSYoshihiro Shimoda Say 'Y' to enable the support for the xHCI host controller 864ac8918fSYoshihiro Shimoda found in Renesas R-Car ARM SoCs. 874ac8918fSYoshihiro Shimoda 88e84fce0fSThierry Redingconfig USB_XHCI_TEGRA 89e84fce0fSThierry Reding tristate "xHCI support for NVIDIA Tegra SoCs" 90e84fce0fSThierry Reding depends on PHY_TEGRA_XUSB 91e84fce0fSThierry Reding depends on RESET_CONTROLLER 92e84fce0fSThierry Reding select FW_LOADER 93e84fce0fSThierry Reding ---help--- 94e84fce0fSThierry Reding Say 'Y' to enable the support for the xHCI host controller 95e84fce0fSThierry Reding found in NVIDIA Tegra124 and later SoCs. 96e84fce0fSThierry Reding 970fcb9989SFlorian Fainelliendif # USB_XHCI_HCD 980fcb9989SFlorian Fainelli 991da177e4SLinus Torvaldsconfig USB_EHCI_HCD 1001da177e4SLinus Torvalds tristate "EHCI HCD (USB 2.0) support" 101cf34be7aSGeert Uytterhoeven depends on HAS_DMA && HAS_IOMEM 1021da177e4SLinus Torvalds ---help--- 1031da177e4SLinus Torvalds The Enhanced Host Controller Interface (EHCI) is standard for USB 2.0 1041da177e4SLinus Torvalds "high speed" (480 Mbit/sec, 60 Mbyte/sec) host controller hardware. 1051da177e4SLinus Torvalds If your USB host controller supports USB 2.0, you will likely want to 106b967c88eSThierry Vignaud configure this Host Controller Driver. 1071da177e4SLinus Torvalds 1081da177e4SLinus Torvalds EHCI controllers are packaged with "companion" host controllers (OHCI 1091da177e4SLinus Torvalds or UHCI) to handle USB 1.1 devices connected to root hub ports. Ports 110b3c29d85SJesper Juhl will connect to EHCI if the device is high speed, otherwise they 1111da177e4SLinus Torvalds connect to a companion controller. If you configure EHCI, you should 1121da177e4SLinus Torvalds probably configure the OHCI (for NEC and some other vendors) USB Host 1131da177e4SLinus Torvalds Controller Driver or UHCI (for Via motherboards) Host Controller 1141da177e4SLinus Torvalds Driver too. 1151da177e4SLinus Torvalds 1161da177e4SLinus Torvalds You may want to read <file:Documentation/usb/ehci.txt>. 1171da177e4SLinus Torvalds 1181da177e4SLinus Torvalds To compile this driver as a module, choose M here: the 1191da177e4SLinus Torvalds module will be called ehci-hcd. 1201da177e4SLinus Torvalds 1211da177e4SLinus Torvaldsconfig USB_EHCI_ROOT_HUB_TT 1229ec249a6SRobert P. J. Day bool "Root Hub Transaction Translators" 123a746c286SPeter Chen depends on USB_EHCI_HCD 1241da177e4SLinus Torvalds ---help--- 1251da177e4SLinus Torvalds Some EHCI chips have vendor-specific extensions to integrate 1261da177e4SLinus Torvalds transaction translators, so that no OHCI or UHCI companion 1271da177e4SLinus Torvalds controller is needed. It's safe to say "y" even if your 1281da177e4SLinus Torvalds controller doesn't support this feature. 1291da177e4SLinus Torvalds 130ba47f66bSDan Streetman This supports the EHCI implementation that's originally 131ba47f66bSDan Streetman from ARC, and has since changed hands a few times. 132ba47f66bSDan Streetman 133ba47f66bSDan Streetmanconfig USB_EHCI_TT_NEWSCHED 13437cd681cSAlan Stern bool "Improved Transaction Translator scheduling" 135a746c286SPeter Chen depends on USB_EHCI_HCD 13637cd681cSAlan Stern default y 137ba47f66bSDan Streetman ---help--- 138ba47f66bSDan Streetman This changes the periodic scheduling code to fill more of the low 139ba47f66bSDan Streetman and full speed bandwidth available from the Transaction Translator 140ba47f66bSDan Streetman (TT) in USB 2.0 hubs. Without this, only one transfer will be 141ba47f66bSDan Streetman issued in each microframe, significantly reducing the number of 142ba47f66bSDan Streetman periodic low/fullspeed transfers possible. 143ba47f66bSDan Streetman 144ba47f66bSDan Streetman If you have multiple periodic low/fullspeed devices connected to a 145ba47f66bSDan Streetman highspeed USB hub which is connected to a highspeed USB Host 146ba47f66bSDan Streetman Controller, and some of those devices will not work correctly 14737cd681cSAlan Stern (possibly due to "ENOSPC" or "-28" errors), say Y. Conversely, if 14837cd681cSAlan Stern you have only one such device and it doesn't work, you could try 14937cd681cSAlan Stern saying N. 150ba47f66bSDan Streetman 15137cd681cSAlan Stern If unsure, say Y. 1521da177e4SLinus Torvalds 15342443dc4SFlorian Fainelliif USB_EHCI_HCD 15442443dc4SFlorian Fainelli 155adfa79d1SAlan Sternconfig USB_EHCI_PCI 156adfa79d1SAlan Stern tristate 1572c93e790Syuan linyu depends on USB_PCI 158adfa79d1SAlan Stern default y 159adfa79d1SAlan Stern 16022ced687SAnoopconfig USB_EHCI_HCD_PMC_MSP 16122ced687SAnoop tristate "EHCI support for on-chip PMC MSP71xx USB controller" 16242443dc4SFlorian Fainelli depends on MSP_HAS_USB 16322ced687SAnoop default n 16422ced687SAnoop select USB_EHCI_BIG_ENDIAN_DESC 16522ced687SAnoop select USB_EHCI_BIG_ENDIAN_MMIO 16622ced687SAnoop ---help--- 16722ced687SAnoop Enables support for the onchip USB controller on the PMC_MSP7100 Family SoC's. 16822ced687SAnoop If unsure, say N. 16922ced687SAnoop 17008d3c18eSJulie Zhuconfig XPS_USB_HCD_XILINX 17108d3c18eSJulie Zhu bool "Use Xilinx usb host EHCI controller core" 17242443dc4SFlorian Fainelli depends on (PPC32 || MICROBLAZE) 17308d3c18eSJulie Zhu select USB_EHCI_BIG_ENDIAN_DESC 17408d3c18eSJulie Zhu select USB_EHCI_BIG_ENDIAN_MMIO 17508d3c18eSJulie Zhu ---help--- 176f54619f2SMasanari Iida Xilinx xps USB host controller core is EHCI compliant and has 17708d3c18eSJulie Zhu transaction translator built-in. It can be configured to either 17808d3c18eSJulie Zhu support both high speed and full speed devices, or high speed 17908d3c18eSJulie Zhu devices only. 18008d3c18eSJulie Zhu 181ba02978aSLi Yangconfig USB_EHCI_FSL 182*73855109SRan Wang tristate "Support for Freescale on-chip EHCI USB controller" 183ba02978aSLi Yang select USB_EHCI_ROOT_HUB_TT 184ba02978aSLi Yang ---help--- 185ba02978aSLi Yang Variation of ARC USB block used in some Freescale chips. 186ba02978aSLi Yang 1877e8d5cd9SDaniel Mackconfig USB_EHCI_MXC 188dba63b2fSAlan Stern tristate "Support for Freescale i.MX on-chip EHCI USB controller" 18942443dc4SFlorian Fainelli depends on ARCH_MXC 1907e8d5cd9SDaniel Mack select USB_EHCI_ROOT_HUB_TT 1917e8d5cd9SDaniel Mack ---help--- 1927e8d5cd9SDaniel Mack Variation of ARC USB block used in some Freescale chips. 1937e8d5cd9SDaniel Mack 194df44831eSAvi Fishmanconfig USB_EHCI_HCD_NPCM7XX 195df44831eSAvi Fishman tristate "Support for Nuvoton NPCM7XX on-chip EHCI USB controller" 196df44831eSAvi Fishman depends on (USB_EHCI_HCD && ARCH_NPCM7XX) || COMPILE_TEST 197df44831eSAvi Fishman default y if (USB_EHCI_HCD && ARCH_NPCM7XX) 198df44831eSAvi Fishman help 199df44831eSAvi Fishman Enables support for the on-chip EHCI controller on 200df44831eSAvi Fishman Nuvoton NPCM7XX chips. 201df44831eSAvi Fishman 2027f124f4bSKeshava Munegowdaconfig USB_EHCI_HCD_OMAP 20354a41966SAlan Stern tristate "EHCI support for OMAP3 and later chips" 20442443dc4SFlorian Fainelli depends on ARCH_OMAP 2055a8d651aSFelipe Balbi depends on NOP_USB_XCEIV 2067f124f4bSKeshava Munegowda default y 2077f124f4bSKeshava Munegowda ---help--- 2087f124f4bSKeshava Munegowda Enables support for the on-chip EHCI controller on 2097f124f4bSKeshava Munegowda OMAP3 and later chips. 2107f124f4bSKeshava Munegowda 211a76dd463SManjunath Goudarconfig USB_EHCI_HCD_ORION 212a76dd463SManjunath Goudar tristate "Support for Marvell EBU on-chip EHCI USB controller" 213ccc0d385SGregory CLEMENT depends on USB_EHCI_HCD && (PLAT_ORION || ARCH_MVEBU) 214a76dd463SManjunath Goudar default y 215a76dd463SManjunath Goudar ---help--- 216a76dd463SManjunath Goudar Enables support for the on-chip EHCI controller on Marvell's 217a76dd463SManjunath Goudar embedded ARM SoCs, including Orion, Kirkwood, Dove, Armada XP, 218a76dd463SManjunath Goudar Armada 370. This is different from the EHCI implementation 219a76dd463SManjunath Goudar on Marvell's mobile PXA and MMP SoC, see "EHCI support for 220a76dd463SManjunath Goudar Marvell PXA/MMP USB controller" for those. 221a76dd463SManjunath Goudar 2227675d6baSManjunath Goudarconfig USB_EHCI_HCD_SPEAR 2237675d6baSManjunath Goudar tristate "Support for ST SPEAr on-chip EHCI USB controller" 2247675d6baSManjunath Goudar depends on USB_EHCI_HCD && PLAT_SPEAR 2257675d6baSManjunath Goudar default y 2267675d6baSManjunath Goudar ---help--- 2277675d6baSManjunath Goudar Enables support for the on-chip EHCI controller on 2287675d6baSManjunath Goudar ST SPEAr chips. 2297675d6baSManjunath Goudar 230905e300eSArnd Bergmannconfig USB_EHCI_HCD_STI 231905e300eSArnd Bergmann tristate "Support for ST STiHxxx on-chip EHCI USB controller" 232905e300eSArnd Bergmann depends on ARCH_STI && OF 233905e300eSArnd Bergmann select GENERIC_PHY 234905e300eSArnd Bergmann select USB_EHCI_HCD_PLATFORM 235905e300eSArnd Bergmann help 236905e300eSArnd Bergmann Enable support for the on-chip EHCI controller found on 237905e300eSArnd Bergmann STMicroelectronics consumer electronics SoC's. 238905e300eSArnd Bergmann 23997736961SManjunath Goudarconfig USB_EHCI_HCD_AT91 24097736961SManjunath Goudar tristate "Support for Atmel on-chip EHCI USB controller" 24197736961SManjunath Goudar depends on USB_EHCI_HCD && ARCH_AT91 24297736961SManjunath Goudar default y 24397736961SManjunath Goudar ---help--- 24497736961SManjunath Goudar Enables support for the on-chip EHCI controller on 24597736961SManjunath Goudar Atmel chips. 24697736961SManjunath Goudar 24779ad3b5aSBenoit Gobyconfig USB_EHCI_TEGRA 2489fc5f24eSManjunath Goudar tristate "NVIDIA Tegra HCD support" 24942443dc4SFlorian Fainelli depends on ARCH_TEGRA 25079ad3b5aSBenoit Goby select USB_EHCI_ROOT_HUB_TT 251ee30ec0cSDmitry Osipenko select USB_TEGRA_PHY 25279ad3b5aSBenoit Goby help 25379ad3b5aSBenoit Goby This driver enables support for the internal USB Host Controllers 25479ad3b5aSBenoit Goby found in NVIDIA Tegra SoCs. The controllers are EHCI compliant. 25579ad3b5aSBenoit Goby 256da0e8fb0SValentine Barshakconfig USB_EHCI_HCD_PPC_OF 257da0e8fb0SValentine Barshak bool "EHCI support for PPC USB controller on OF platform bus" 258c31316cbSKevin Hao depends on PPC 259da0e8fb0SValentine Barshak default y 260da0e8fb0SValentine Barshak ---help--- 261da0e8fb0SValentine Barshak Enables support for the USB controller present on the PowerPC 262da0e8fb0SValentine Barshak OpenFirmware platform bus. 263da0e8fb0SValentine Barshak 26460b0bf0fSYoshihiro Shimodaconfig USB_EHCI_SH 26560b0bf0fSYoshihiro Shimoda bool "EHCI support for SuperH USB controller" 26642443dc4SFlorian Fainelli depends on SUPERH 26760b0bf0fSYoshihiro Shimoda ---help--- 26860b0bf0fSYoshihiro Shimoda Enables support for the on-chip EHCI controller on the SuperH. 26960b0bf0fSYoshihiro Shimoda If you use the PCI EHCI controller, this option is not necessary. 27060b0bf0fSYoshihiro Shimoda 27129824c16SJingoo Hanconfig USB_EHCI_EXYNOS 2727edb3dafSManjunath Goudar tristate "EHCI support for Samsung S5P/EXYNOS SoC Series" 273cd6e245aSSylwester Nawrocki depends on ARCH_S5PV210 || ARCH_EXYNOS 2741bcc5aa8SJoonyoung Shim help 27529824c16SJingoo Han Enable support for the Samsung Exynos SOC's on-chip EHCI controller. 2761bcc5aa8SJoonyoung Shim 2773a082ec9SNeil Zhangconfig USB_EHCI_MV 2780440fa3dSLubomir Rintel tristate "EHCI support for Marvell PXA/MMP USB controller" 27942443dc4SFlorian Fainelli depends on (ARCH_PXA || ARCH_MMP) 2803a082ec9SNeil Zhang select USB_EHCI_ROOT_HUB_TT 2813a082ec9SNeil Zhang ---help--- 2823a082ec9SNeil Zhang Enables support for Marvell (including PXA and MMP series) on-chip 2833a082ec9SNeil Zhang USB SPH and OTG controller. SPH is a single port host, and it can 2843a082ec9SNeil Zhang only be EHCI host. OTG is controller that can switch to host mode. 285a76dd463SManjunath Goudar Note that this driver will not work on Marvell's other EHCI 286a76dd463SManjunath Goudar controller used by the EBU-type SoCs including Orion, Kirkwood, 287a76dd463SManjunath Goudar Dova, Armada 370 and Armada XP. See "Support for Marvell EBU 288a76dd463SManjunath Goudar on-chip EHCI USB controller" for those. 2893a082ec9SNeil Zhang 290586dfc8cSWan ZongShunconfig USB_W90X900_EHCI 291a60f4f81SManjunath Goudar tristate "W90X900(W90P910) EHCI support" 29242443dc4SFlorian Fainelli depends on ARCH_W90X900 293586dfc8cSWan ZongShun ---help--- 294586dfc8cSWan ZongShun Enables support for the W90X900 USB controller 295586dfc8cSWan ZongShun 296760efe69SMac Linconfig USB_CNS3XXX_EHCI 297f3a958d3SFlorian Fainelli bool "Cavium CNS3XXX EHCI Module (DEPRECATED)" 29842443dc4SFlorian Fainelli depends on ARCH_CNS3XXX 299f3a958d3SFlorian Fainelli select USB_EHCI_HCD_PLATFORM 300760efe69SMac Lin ---help--- 301f3a958d3SFlorian Fainelli This option is deprecated now and the driver was removed, use 302f3a958d3SFlorian Fainelli USB_EHCI_HCD_PLATFORM instead. 303f3a958d3SFlorian Fainelli 304760efe69SMac Lin Enable support for the CNS3XXX SOC's on-chip EHCI controller. 305760efe69SMac Lin It is needed for high-speed (480Mbit/sec) USB 2.0 device 306760efe69SMac Lin support. 307760efe69SMac Lin 30842443dc4SFlorian Fainelliconfig USB_EHCI_HCD_PLATFORM 30942443dc4SFlorian Fainelli tristate "Generic EHCI driver for a platform device" 31042443dc4SFlorian Fainelli default n 31142443dc4SFlorian Fainelli ---help--- 31242443dc4SFlorian Fainelli Adds an EHCI host driver for a generic platform device, which 31342443dc4SFlorian Fainelli provides a memory space and an irq. 31442443dc4SFlorian Fainelli 31542443dc4SFlorian Fainelli If unsure, say N. 31642443dc4SFlorian Fainelli 31742443dc4SFlorian Fainelliconfig USB_OCTEON_EHCI 3182193dda5SAlan Stern bool "Octeon on-chip EHCI support (DEPRECATED)" 3199ddebc46SDavid Daney depends on CAVIUM_OCTEON_SOC 32042443dc4SFlorian Fainelli default n 321df115f3eSBen Hutchings select USB_EHCI_BIG_ENDIAN_MMIO if CPU_BIG_ENDIAN 3222193dda5SAlan Stern select USB_EHCI_HCD_PLATFORM 32342443dc4SFlorian Fainelli help 3242193dda5SAlan Stern This option is deprecated now and the driver was removed, use 3252193dda5SAlan Stern USB_EHCI_HCD_PLATFORM instead. 3262193dda5SAlan Stern 32742443dc4SFlorian Fainelli Enable support for the Octeon II SOC's on-chip EHCI 32842443dc4SFlorian Fainelli controller. It is needed for high-speed (480Mbit/sec) 32942443dc4SFlorian Fainelli USB 2.0 device support. All CN6XXX based chips with USB are 33042443dc4SFlorian Fainelli supported. 33142443dc4SFlorian Fainelli 33242443dc4SFlorian Fainelliendif # USB_EHCI_HCD 33342443dc4SFlorian Fainelli 334b92a78e5SRodolfo Giometticonfig USB_OXU210HP_HCD 335b92a78e5SRodolfo Giometti tristate "OXU210HP HCD support" 336f4a5d702SVegard Nossum depends on HAS_IOMEM 337b92a78e5SRodolfo Giometti ---help--- 338b92a78e5SRodolfo Giometti The OXU210HP is an USB host/OTG/device controller. Enable this 339b92a78e5SRodolfo Giometti option if your board has this chip. If unsure, say N. 340b92a78e5SRodolfo Giometti 341b92a78e5SRodolfo Giometti This driver does not support isochronous transfers and doesn't 342b92a78e5SRodolfo Giometti implement OTG nor USB device controllers. 343b92a78e5SRodolfo Giometti 344b92a78e5SRodolfo Giometti To compile this driver as a module, choose M here: the 345b92a78e5SRodolfo Giometti module will be called oxu210hp-hcd. 346b92a78e5SRodolfo Giometti 3474808a1c0SOlav Kongasconfig USB_ISP116X_HCD 3484808a1c0SOlav Kongas tristate "ISP116X HCD support" 349ca23d3b7SVegard Nossum depends on HAS_IOMEM 3504808a1c0SOlav Kongas ---help--- 3514808a1c0SOlav Kongas The ISP1160 and ISP1161 chips are USB host controllers. Enable this 3524808a1c0SOlav Kongas option if your board has this chip. If unsure, say N. 3534808a1c0SOlav Kongas 3544808a1c0SOlav Kongas This driver does not support isochronous transfers. 3554808a1c0SOlav Kongas 3564808a1c0SOlav Kongas To compile this driver as a module, choose M here: the 3574808a1c0SOlav Kongas module will be called isp116x-hcd. 3584808a1c0SOlav Kongas 359a9d43091SLothar Wassmannconfig USB_ISP1362_HCD 360a9d43091SLothar Wassmann tristate "ISP1362 HCD support" 3614a6d9f87SVegard Nossum depends on HAS_IOMEM 362da2827a2SArnd Bergmann depends on COMPILE_TEST # nothing uses this 363a9d43091SLothar Wassmann ---help--- 364a9d43091SLothar Wassmann Supports the Philips ISP1362 chip as a host controller 365a9d43091SLothar Wassmann 366a9d43091SLothar Wassmann This driver does not support isochronous transfers. 367a9d43091SLothar Wassmann 368a9d43091SLothar Wassmann To compile this driver as a module, choose M here: the 369a9d43091SLothar Wassmann module will be called isp1362-hcd. 370a9d43091SLothar Wassmann 3717d50195fSFeng-Hsin Chiangconfig USB_FOTG210_HCD 3727d50195fSFeng-Hsin Chiang tristate "FOTG210 HCD support" 373cf34be7aSGeert Uytterhoeven depends on USB && HAS_DMA && HAS_IOMEM 3747d50195fSFeng-Hsin Chiang ---help--- 3757d50195fSFeng-Hsin Chiang Faraday FOTG210 is an OTG controller which can be configured as 3767d50195fSFeng-Hsin Chiang an USB2.0 host. It is designed to meet USB2.0 EHCI specification 3777d50195fSFeng-Hsin Chiang with minor modification. 3787d50195fSFeng-Hsin Chiang 3797d50195fSFeng-Hsin Chiang To compile this driver as a module, choose M here: the 3807d50195fSFeng-Hsin Chiang module will be called fotg210-hcd. 3817d50195fSFeng-Hsin Chiang 3822d53139fSDavid Mosbergerconfig USB_MAX3421_HCD 3832d53139fSDavid Mosberger tristate "MAX3421 HCD (USB-over-SPI) support" 3842d53139fSDavid Mosberger depends on USB && SPI 3852d53139fSDavid Mosberger ---help--- 3862d53139fSDavid Mosberger The Maxim MAX3421E chip supports standard USB 2.0-compliant 3872d53139fSDavid Mosberger full-speed devices either in host or peripheral mode. This 3882d53139fSDavid Mosberger driver supports the host-mode of the MAX3421E only. 3892d53139fSDavid Mosberger 3902d53139fSDavid Mosberger To compile this driver as a module, choose M here: the module will 3912d53139fSDavid Mosberger be called max3421-hcd. 3922d53139fSDavid Mosberger 3931da177e4SLinus Torvaldsconfig USB_OHCI_HCD 394c1117afbSManjunath Goudar tristate "OHCI HCD (USB 1.1) support" 395cf34be7aSGeert Uytterhoeven depends on HAS_DMA && HAS_IOMEM 3961da177e4SLinus Torvalds ---help--- 3971da177e4SLinus Torvalds The Open Host Controller Interface (OHCI) is a standard for accessing 3981da177e4SLinus Torvalds USB 1.1 host controller hardware. It does more in hardware than Intel's 3991da177e4SLinus Torvalds UHCI specification. If your USB host controller follows the OHCI spec, 4001da177e4SLinus Torvalds say Y. On most non-x86 systems, and on x86 hardware that's not using a 4011da177e4SLinus Torvalds USB controller from Intel or VIA, this is appropriate. If your host 4021da177e4SLinus Torvalds controller doesn't use PCI, this is probably appropriate. For a PCI 4031da177e4SLinus Torvalds based system where you're not sure, the "lspci -v" entry will list the 4041da177e4SLinus Torvalds right "prog-if" for your USB controller(s): EHCI, OHCI, or UHCI. 4051da177e4SLinus Torvalds 4061da177e4SLinus Torvalds To compile this driver as a module, choose M here: the 4071da177e4SLinus Torvalds module will be called ohci-hcd. 4081da177e4SLinus Torvalds 4093ad3ca05SFlorian Fainelliif USB_OHCI_HCD 4103ad3ca05SFlorian Fainelli 411968b448bSAnand Gadiyarconfig USB_OHCI_HCD_OMAP1 412de57a154SManjunath Goudar tristate "OHCI support for OMAP1/2 chips" 4133ad3ca05SFlorian Fainelli depends on ARCH_OMAP1 41438e0c109SArnd Bergmann depends on ISP1301_OMAP || !(MACH_OMAP_H2 || MACH_OMAP_H3) 415968b448bSAnand Gadiyar default y 416968b448bSAnand Gadiyar ---help--- 417968b448bSAnand Gadiyar Enables support for the OHCI controller on OMAP1/2 chips. 418968b448bSAnand Gadiyar 4191cc6ac59SManjunath Goudarconfig USB_OHCI_HCD_SPEAR 4201cc6ac59SManjunath Goudar tristate "Support for ST SPEAr on-chip OHCI USB controller" 4211cc6ac59SManjunath Goudar depends on USB_OHCI_HCD && PLAT_SPEAR 4221cc6ac59SManjunath Goudar default y 4231cc6ac59SManjunath Goudar ---help--- 4241cc6ac59SManjunath Goudar Enables support for the on-chip OHCI controller on 4251cc6ac59SManjunath Goudar ST SPEAr chips. 4261cc6ac59SManjunath Goudar 427905e300eSArnd Bergmannconfig USB_OHCI_HCD_STI 428905e300eSArnd Bergmann tristate "Support for ST STiHxxx on-chip OHCI USB controller" 429905e300eSArnd Bergmann depends on ARCH_STI && OF 430905e300eSArnd Bergmann select GENERIC_PHY 431905e300eSArnd Bergmann select USB_OHCI_HCD_PLATFORM 432905e300eSArnd Bergmann help 433905e300eSArnd Bergmann Enable support for the on-chip OHCI controller found on 434905e300eSArnd Bergmann STMicroelectronics consumer electronics SoC's. 435905e300eSArnd Bergmann 436f23b71f3SManjunath Goudarconfig USB_OHCI_HCD_S3C2410 437f23b71f3SManjunath Goudar tristate "OHCI support for Samsung S3C24xx/S3C64xx SoC series" 438f23b71f3SManjunath Goudar depends on USB_OHCI_HCD && (ARCH_S3C24XX || ARCH_S3C64XX) 439f23b71f3SManjunath Goudar default y 440f23b71f3SManjunath Goudar ---help--- 441f23b71f3SManjunath Goudar Enables support for the on-chip OHCI controller on 442f23b71f3SManjunath Goudar S3C24xx/S3C64xx chips. 443f23b71f3SManjunath Goudar 44430330b8fSManjunath Goudarconfig USB_OHCI_HCD_LPC32XX 44530330b8fSManjunath Goudar tristate "Support for LPC on-chip OHCI USB controller" 44630330b8fSManjunath Goudar depends on USB_OHCI_HCD && ARCH_LPC32XX 44738e0c109SArnd Bergmann depends on USB_ISP1301 44830330b8fSManjunath Goudar default y 44930330b8fSManjunath Goudar ---help--- 45030330b8fSManjunath Goudar Enables support for the on-chip OHCI controller on 45130330b8fSManjunath Goudar NXP chips. 45230330b8fSManjunath Goudar 453b8ad5c37SManjunath Goudarconfig USB_OHCI_HCD_PXA27X 454b8ad5c37SManjunath Goudar tristate "Support for PXA27X/PXA3XX on-chip OHCI USB controller" 455b8ad5c37SManjunath Goudar depends on USB_OHCI_HCD && (PXA27x || PXA3xx) 456b8ad5c37SManjunath Goudar default y 457b8ad5c37SManjunath Goudar ---help--- 458b8ad5c37SManjunath Goudar Enables support for the on-chip OHCI controller on 459b8ad5c37SManjunath Goudar PXA27x/PXA3xx chips. 460b8ad5c37SManjunath Goudar 461e3825b48SManjunath Goudarconfig USB_OHCI_HCD_AT91 462e3825b48SManjunath Goudar tristate "Support for Atmel on-chip OHCI USB controller" 463be12be54SAlexandre Belloni depends on USB_OHCI_HCD && ARCH_AT91 && OF 464e3825b48SManjunath Goudar default y 465e3825b48SManjunath Goudar ---help--- 466e3825b48SManjunath Goudar Enables support for the on-chip OHCI controller on 467e3825b48SManjunath Goudar Atmel chips. 468e3825b48SManjunath Goudar 469968b448bSAnand Gadiyarconfig USB_OHCI_HCD_OMAP3 4703a48fef1SManjunath Goudar tristate "OHCI support for OMAP3 and later chips" 47154a2ec67STony Lindgren depends on (ARCH_OMAP3 || ARCH_OMAP4 || SOC_OMAP5) 472ef189c8dSTony Lindgren select USB_OHCI_HCD_PLATFORM 473968b448bSAnand Gadiyar default y 474ef189c8dSTony Lindgren help 475ef189c8dSTony Lindgren This option is deprecated now and the driver was removed, use 476ef189c8dSTony Lindgren USB_OHCI_HCD_PLATFORM instead. 477ef189c8dSTony Lindgren 478968b448bSAnand Gadiyar Enables support for the on-chip OHCI controller on 479968b448bSAnand Gadiyar OMAP3 and later chips. 480968b448bSAnand Gadiyar 481068413e9SArnd Bergmannconfig USB_OHCI_HCD_DAVINCI 4826c21caa3SManjunath Goudar tristate "OHCI support for TI DaVinci DA8xx" 483068413e9SArnd Bergmann depends on ARCH_DAVINCI_DA8XX 4846c21caa3SManjunath Goudar depends on USB_OHCI_HCD 4856110c425SDavid Lechner select PHY_DA8XX_USB 486068413e9SArnd Bergmann default y 487068413e9SArnd Bergmann help 488068413e9SArnd Bergmann Enables support for the DaVinci DA8xx integrated OHCI 489068413e9SArnd Bergmann controller. This driver cannot currently be a loadable 490068413e9SArnd Bergmann module because it lacks a proper PHY abstraction. 491068413e9SArnd Bergmann 492495a678fSSylvain Munautconfig USB_OHCI_HCD_PPC_OF_BE 49345e83889SArnd Bergmann bool "OHCI support for OF platform bus (big endian)" 494c31316cbSKevin Hao depends on PPC 495495a678fSSylvain Munaut select USB_OHCI_BIG_ENDIAN_DESC 496495a678fSSylvain Munaut select USB_OHCI_BIG_ENDIAN_MMIO 49745e83889SArnd Bergmann ---help--- 49845e83889SArnd Bergmann Enables support for big-endian USB controllers present on the 49945e83889SArnd Bergmann OpenFirmware platform bus. 500495a678fSSylvain Munaut 501495a678fSSylvain Munautconfig USB_OHCI_HCD_PPC_OF_LE 50245e83889SArnd Bergmann bool "OHCI support for OF platform bus (little endian)" 503c31316cbSKevin Hao depends on PPC 504495a678fSSylvain Munaut select USB_OHCI_LITTLE_ENDIAN 50545e83889SArnd Bergmann ---help--- 50645e83889SArnd Bergmann Enables support for little-endian USB controllers present on the 50745e83889SArnd Bergmann OpenFirmware platform bus. 50845e83889SArnd Bergmann 50945e83889SArnd Bergmannconfig USB_OHCI_HCD_PPC_OF 51045e83889SArnd Bergmann bool 511c31316cbSKevin Hao depends on PPC 51245e83889SArnd Bergmann default USB_OHCI_HCD_PPC_OF_BE || USB_OHCI_HCD_PPC_OF_LE 513495a678fSSylvain Munaut 5141da177e4SLinus Torvaldsconfig USB_OHCI_HCD_PCI 515c1117afbSManjunath Goudar tristate "OHCI support for PCI-bus USB controllers" 5162c93e790Syuan linyu depends on USB_PCI 5171da177e4SLinus Torvalds default y 5181da177e4SLinus Torvalds select USB_OHCI_LITTLE_ENDIAN 5191da177e4SLinus Torvalds ---help--- 5201da177e4SLinus Torvalds Enables support for PCI-bus plug-in USB controller cards. 5211da177e4SLinus Torvalds If unsure, say Y. 5221da177e4SLinus Torvalds 523c604e851SMichael Bueschconfig USB_OHCI_HCD_SSB 524259b83a3SHauke Mehrtens bool "OHCI support for Broadcom SSB OHCI core (DEPRECATED)" 5253ad3ca05SFlorian Fainelli depends on (SSB = y || SSB = USB_OHCI_HCD) 526259b83a3SHauke Mehrtens select USB_HCD_SSB 527259b83a3SHauke Mehrtens select USB_OHCI_HCD_PLATFORM 528c604e851SMichael Buesch default n 529c604e851SMichael Buesch ---help--- 530259b83a3SHauke Mehrtens This option is deprecated now and the driver was removed, use 531259b83a3SHauke Mehrtens USB_HCD_SSB and USB_OHCI_HCD_PLATFORM instead. 532259b83a3SHauke Mehrtens 533c604e851SMichael Buesch Support for the Sonics Silicon Backplane (SSB) attached 534c604e851SMichael Buesch Broadcom USB OHCI core. 535c604e851SMichael Buesch 536c604e851SMichael Buesch This device is present in some embedded devices with 537c604e851SMichael Buesch Broadcom based SSB bus. 538c604e851SMichael Buesch 539c604e851SMichael Buesch If unsure, say N. 540c604e851SMichael Buesch 54160b0bf0fSYoshihiro Shimodaconfig USB_OHCI_SH 542231a72e0SFlorian Fainelli bool "OHCI support for SuperH USB controller (DEPRECATED)" 5433ad3ca05SFlorian Fainelli depends on SUPERH 544231a72e0SFlorian Fainelli select USB_OHCI_HCD_PLATFORM 54560b0bf0fSYoshihiro Shimoda ---help--- 546231a72e0SFlorian Fainelli This option is deprecated now and the driver was removed, use 547231a72e0SFlorian Fainelli USB_OHCI_HCD_PLATFORM instead. 548231a72e0SFlorian Fainelli 54960b0bf0fSYoshihiro Shimoda Enables support for the on-chip OHCI controller on the SuperH. 55060b0bf0fSYoshihiro Shimoda If you use the PCI OHCI controller, this option is not necessary. 55160b0bf0fSYoshihiro Shimoda 55262194244SJingoo Hanconfig USB_OHCI_EXYNOS 55350a97e05SManjunath Goudar tristate "OHCI support for Samsung S5P/EXYNOS SoC Series" 554cd6e245aSSylwester Nawrocki depends on ARCH_S5PV210 || ARCH_EXYNOS 55562194244SJingoo Han help 55662194244SJingoo Han Enable support for the Samsung Exynos SOC's on-chip OHCI controller. 55762194244SJingoo Han 558760efe69SMac Linconfig USB_CNS3XXX_OHCI 559c23920b0SFlorian Fainelli bool "Cavium CNS3XXX OHCI Module (DEPRECATED)" 5603ad3ca05SFlorian Fainelli depends on ARCH_CNS3XXX 561c23920b0SFlorian Fainelli select USB_OHCI_HCD_PLATFORM 562760efe69SMac Lin ---help--- 563c23920b0SFlorian Fainelli This option is deprecated now and the driver was removed, use 564c23920b0SFlorian Fainelli USB_OHCI_HCD_PLATFORM instead. 565c23920b0SFlorian Fainelli 566760efe69SMac Lin Enable support for the CNS3XXX SOC's on-chip OHCI controller. 567760efe69SMac Lin It is needed for low-speed USB 1.0 device support. 568760efe69SMac Lin 569fa3364b5SHauke Mehrtensconfig USB_OHCI_HCD_PLATFORM 570928fb68eSManjunath Goudar tristate "Generic OHCI driver for a platform device" 571fa3364b5SHauke Mehrtens default n 572fa3364b5SHauke Mehrtens ---help--- 573fa3364b5SHauke Mehrtens Adds an OHCI host driver for a generic platform device, which 574898d828bSPeter Meerwald provides a memory space and an irq. 575fa3364b5SHauke Mehrtens 576fa3364b5SHauke Mehrtens If unsure, say N. 577fa3364b5SHauke Mehrtens 5783ad3ca05SFlorian Fainelliconfig USB_OCTEON_OHCI 5792193dda5SAlan Stern bool "Octeon on-chip OHCI support (DEPRECATED)" 5809ddebc46SDavid Daney depends on CAVIUM_OCTEON_SOC 5813ad3ca05SFlorian Fainelli default USB_OCTEON_EHCI 582df115f3eSBen Hutchings select USB_OHCI_BIG_ENDIAN_MMIO if CPU_BIG_ENDIAN 5833ad3ca05SFlorian Fainelli select USB_OHCI_LITTLE_ENDIAN 5842193dda5SAlan Stern select USB_OHCI_HCD_PLATFORM 5853ad3ca05SFlorian Fainelli help 5862193dda5SAlan Stern This option is deprecated now and the driver was removed, use 5872193dda5SAlan Stern USB_OHCI_HCD_PLATFORM instead. 5882193dda5SAlan Stern 5893ad3ca05SFlorian Fainelli Enable support for the Octeon II SOC's on-chip OHCI 5903ad3ca05SFlorian Fainelli controller. It is needed for low-speed USB 1.0 device 5913ad3ca05SFlorian Fainelli support. All CN6XXX based chips with USB are supported. 5923ad3ca05SFlorian Fainelli 5933ad3ca05SFlorian Fainelliendif # USB_OHCI_HCD 5943ad3ca05SFlorian Fainelli 5951da177e4SLinus Torvaldsconfig USB_UHCI_HCD 5961da177e4SLinus Torvalds tristate "UHCI HCD (most Intel and VIA) support" 5972c93e790Syuan linyu depends on USB_PCI || USB_UHCI_SUPPORT_NON_PCI_HC 5981da177e4SLinus Torvalds ---help--- 5991da177e4SLinus Torvalds The Universal Host Controller Interface is a standard by Intel for 6001da177e4SLinus Torvalds accessing the USB hardware in the PC (which is also called the USB 6011da177e4SLinus Torvalds host controller). If your USB host controller conforms to this 6021da177e4SLinus Torvalds standard, you may want to say Y, but see below. All recent boards 6031da177e4SLinus Torvalds with Intel PCI chipsets (like intel 430TX, 440FX, 440LX, 440BX, 6041da177e4SLinus Torvalds i810, i820) conform to this standard. Also all VIA PCI chipsets 6051da177e4SLinus Torvalds (like VIA VP2, VP3, MVP3, Apollo Pro, Apollo Pro II or Apollo Pro 6063db7739cSJan Andersson 133) and LEON/GRLIB SoCs with the GRUSBHC controller. 6073db7739cSJan Andersson If unsure, say Y. 6081da177e4SLinus Torvalds 6091da177e4SLinus Torvalds To compile this driver as a module, choose M here: the 6101da177e4SLinus Torvalds module will be called uhci-hcd. 6111da177e4SLinus Torvalds 612d3219d1cSJan Anderssonconfig USB_UHCI_SUPPORT_NON_PCI_HC 613d3219d1cSJan Andersson bool 614ccd9509aSAlan Stern default y if (SPARC_LEON || USB_UHCI_PLATFORM) 615100d4597STony Prisk 616100d4597STony Priskconfig USB_UHCI_PLATFORM 617ccd9509aSAlan Stern bool 6184642d34aSBenjamin Herrenschmidt default y if (ARCH_VT8500 || ARCH_ASPEED) 6194642d34aSBenjamin Herrenschmidt 6204642d34aSBenjamin Herrenschmidtconfig USB_UHCI_ASPEED 6214642d34aSBenjamin Herrenschmidt bool 6224642d34aSBenjamin Herrenschmidt default y if ARCH_ASPEED 623d3219d1cSJan Andersson 624236dd4d1SAnton Vorontsovconfig USB_FHCI_HCD 625236dd4d1SAnton Vorontsov tristate "Freescale QE USB Host Controller support" 62625e11ec4SFlorian Fainelli depends on OF_GPIO && QE_GPIO && QUICC_ENGINE 627236dd4d1SAnton Vorontsov select FSL_GTM 628236dd4d1SAnton Vorontsov select QE_USB 629236dd4d1SAnton Vorontsov help 630236dd4d1SAnton Vorontsov This driver enables support for Freescale QE USB Host Controller 631236dd4d1SAnton Vorontsov (as found on MPC8360 and MPC8323 processors), the driver supports 632236dd4d1SAnton Vorontsov Full and Low Speed USB. 633236dd4d1SAnton Vorontsov 634236dd4d1SAnton Vorontsovconfig FHCI_DEBUG 635236dd4d1SAnton Vorontsov bool "Freescale QE USB Host Controller debug support" 636236dd4d1SAnton Vorontsov depends on USB_FHCI_HCD && DEBUG_FS 637236dd4d1SAnton Vorontsov help 638236dd4d1SAnton Vorontsov Say "y" to see some FHCI debug information and statistics 63925985edcSLucas De Marchi through debugfs. 640236dd4d1SAnton Vorontsov 641d774efeaSTony Olechconfig USB_U132_HCD 642d774efeaSTony Olech tristate "Elan U132 Adapter Host Controller" 64325e11ec4SFlorian Fainelli depends on USB_FTDI_ELAN 644d774efeaSTony Olech help 645d774efeaSTony Olech The U132 adapter is a USB to CardBus adapter specifically designed 646d774efeaSTony Olech for PC cards that contain an OHCI host controller. Typical PC cards 647d774efeaSTony Olech are the Orange Mobile 3G Option GlobeTrotter Fusion card. The U132 648d774efeaSTony Olech adapter will *NOT* work with PC cards that do not contain an OHCI 649d774efeaSTony Olech controller. 650d774efeaSTony Olech 6513cb2fcccSMatt LaPlante For those PC cards that contain multiple OHCI controllers only the 652d774efeaSTony Olech first one is used. 653d774efeaSTony Olech 654d774efeaSTony Olech The driver consists of two modules, the "ftdi-elan" module is a 655d774efeaSTony Olech USB client driver that interfaces to the FTDI chip within ELAN's 656d774efeaSTony Olech USB-to-PCMCIA adapter, and this "u132-hcd" module is a USB host 657d774efeaSTony Olech controller driver that talks to the OHCI controller within the 658d774efeaSTony Olech CardBus cards that are inserted in the U132 adapter. 659d774efeaSTony Olech 660d774efeaSTony Olech This driver has been tested with a CardBus OHCI USB adapter, and 661d774efeaSTony Olech worked with a USB PEN Drive inserted into the first USB port of 662d774efeaSTony Olech the PCCARD. A rather pointless thing to do, but useful for testing. 663d774efeaSTony Olech 664d774efeaSTony Olech It is safe to say M here. 665d774efeaSTony Olech 666d774efeaSTony Olech See also <http://www.elandigitalsystems.com/support/ufaq/u132linux.php> 667d774efeaSTony Olech 6681da177e4SLinus Torvaldsconfig USB_SL811_HCD 6691da177e4SLinus Torvalds tristate "SL811HS HCD support" 670cfa33eaeSVegard Nossum depends on HAS_IOMEM 6711da177e4SLinus Torvalds help 6721da177e4SLinus Torvalds The SL811HS is a single-port USB controller that supports either 6731da177e4SLinus Torvalds host side or peripheral side roles. Enable this option if your 6741da177e4SLinus Torvalds board has this chip, and you want to use it as a host controller. 6751da177e4SLinus Torvalds If unsure, say N. 6761da177e4SLinus Torvalds 6771da177e4SLinus Torvalds To compile this driver as a module, choose M here: the 6781da177e4SLinus Torvalds module will be called sl811-hcd. 6791da177e4SLinus Torvalds 680ad7c56f0SMike Frysingerconfig USB_SL811_HCD_ISO 681ad7c56f0SMike Frysinger bool "partial ISO support" 682ad7c56f0SMike Frysinger depends on USB_SL811_HCD 683ad7c56f0SMike Frysinger help 684ad7c56f0SMike Frysinger The driver doesn't support iso_frame_desc (yet), but for some simple 685ad7c56f0SMike Frysinger devices that just queue one ISO frame per URB, then ISO transfers 686ad7c56f0SMike Frysinger "should" work using the normal urb status fields. 687ad7c56f0SMike Frysinger 688ad7c56f0SMike Frysinger If unsure, say N. 689ad7c56f0SMike Frysinger 690c6de2b64SDavid Brownellconfig USB_SL811_CS 691c6de2b64SDavid Brownell tristate "CF/PCMCIA support for SL811HS HCD" 692c6de2b64SDavid Brownell depends on USB_SL811_HCD && PCMCIA 693c6de2b64SDavid Brownell help 694c6de2b64SDavid Brownell Wraps a PCMCIA driver around the SL811HS HCD, supporting the RATOC 695c6de2b64SDavid Brownell REX-CFU1U CF card (often used with PDAs). If unsure, say N. 696c6de2b64SDavid Brownell 697c6de2b64SDavid Brownell To compile this driver as a module, choose M here: the 698c6de2b64SDavid Brownell module will be called "sl811_cs". 699c6de2b64SDavid Brownell 7005d304358SYoshihiro Shimodaconfig USB_R8A66597_HCD 701fa0de2b6SM4rkusXXL tristate "R8A66597 HCD support" 702e37a6c92SVegard Nossum depends on HAS_IOMEM 7035d304358SYoshihiro Shimoda help 7045d304358SYoshihiro Shimoda The R8A66597 is a USB 2.0 host and peripheral controller. 7055d304358SYoshihiro Shimoda 7065d304358SYoshihiro Shimoda Enable this option if your board has this chip, and you want 7075d304358SYoshihiro Shimoda to use it as a host controller. If unsure, say N. 7085d304358SYoshihiro Shimoda 7095d304358SYoshihiro Shimoda To compile this driver as a module, choose M here: the 7105d304358SYoshihiro Shimoda module will be called r8a66597-hcd. 7115d304358SYoshihiro Shimoda 712034d7c13SKuninori Morimotoconfig USB_RENESAS_USBHS_HCD 713034d7c13SKuninori Morimoto tristate "Renesas USBHS HCD support" 714034d7c13SKuninori Morimoto depends on USB_RENESAS_USBHS 715034d7c13SKuninori Morimoto help 716034d7c13SKuninori Morimoto The Renesas USBHS is a USB 2.0 host and peripheral controller. 717034d7c13SKuninori Morimoto 718034d7c13SKuninori Morimoto Enable this option if your board has this chip, and you want 719034d7c13SKuninori Morimoto to use it as a host controller. If unsure, say N. 720034d7c13SKuninori Morimoto 721034d7c13SKuninori Morimoto To compile this driver as a module, choose M here: the 722034d7c13SKuninori Morimoto module will be called renesas-usbhs. 723034d7c13SKuninori Morimoto 7247e6133aaSDavid Vrabelconfig USB_WHCI_HCD 725eb83be98SGreg Kroah-Hartman tristate "Wireless USB Host Controller Interface (WHCI) driver" 7262c93e790Syuan linyu depends on USB_PCI && USB && UWB 7277e6133aaSDavid Vrabel select USB_WUSB 7287e6133aaSDavid Vrabel select UWB_WHCI 7297e6133aaSDavid Vrabel help 7307e6133aaSDavid Vrabel A driver for PCI-based Wireless USB Host Controllers that are 7317e6133aaSDavid Vrabel compliant with the WHCI specification. 7327e6133aaSDavid Vrabel 7337e6133aaSDavid Vrabel To compile this driver a module, choose M here: the module 7347e6133aaSDavid Vrabel will be called "whci-hcd". 735d09318b8SInaky Perez-Gonzalez 736d09318b8SInaky Perez-Gonzalezconfig USB_HWA_HCD 737eb83be98SGreg Kroah-Hartman tristate "Host Wire Adapter (HWA) driver" 738cbb67199SThomas Pugliese depends on USB && UWB 739d09318b8SInaky Perez-Gonzalez select USB_WUSB 740d09318b8SInaky Perez-Gonzalez select UWB_HWA 741d09318b8SInaky Perez-Gonzalez help 742d09318b8SInaky Perez-Gonzalez This driver enables you to connect Wireless USB devices to 743d09318b8SInaky Perez-Gonzalez your system using a Host Wire Adaptor USB dongle. This is an 744d09318b8SInaky Perez-Gonzalez UWB Radio Controller and WUSB Host Controller connected to 745d09318b8SInaky Perez-Gonzalez your machine via USB (specified in WUSB1.0). 746d09318b8SInaky Perez-Gonzalez 747d09318b8SInaky Perez-Gonzalez To compile this driver a module, choose M here: the module 748d09318b8SInaky Perez-Gonzalez will be called "hwa-hc". 74923d3e7a6SMartin Fuzzey 75023d3e7a6SMartin Fuzzeyconfig USB_IMX21_HCD 7515de9ec4dSSascha Hauer tristate "i.MX21 HCD support" 75225e11ec4SFlorian Fainelli depends on ARM && ARCH_MXC 75323d3e7a6SMartin Fuzzey help 75423d3e7a6SMartin Fuzzey This driver enables support for the on-chip USB host in the 7555de9ec4dSSascha Hauer i.MX21 processor. 75623d3e7a6SMartin Fuzzey 75723d3e7a6SMartin Fuzzey To compile this driver as a module, choose M here: the 75823d3e7a6SMartin Fuzzey module will be called "imx21-hcd". 75923d3e7a6SMartin Fuzzey 76062e11d1bSHauke Mehrtensconfig USB_HCD_BCMA 76162e11d1bSHauke Mehrtens tristate "BCMA usb host driver" 762eb83be98SGreg Kroah-Hartman depends on BCMA 76362e11d1bSHauke Mehrtens select USB_OHCI_HCD_PLATFORM if USB_OHCI_HCD 76462e11d1bSHauke Mehrtens select USB_EHCI_HCD_PLATFORM if USB_EHCI_HCD 76562e11d1bSHauke Mehrtens help 76671c421dbSJesper Dangaard Brouer Enable support for the EHCI and OCHI host controller on an bcma bus. 76762e11d1bSHauke Mehrtens It converts the bcma driver into two platform device drivers 76862e11d1bSHauke Mehrtens for ehci and ohci. 76962e11d1bSHauke Mehrtens 77062e11d1bSHauke Mehrtens If unsure, say N. 7717043c2ccSHauke Mehrtens 7727043c2ccSHauke Mehrtensconfig USB_HCD_SSB 7737043c2ccSHauke Mehrtens tristate "SSB usb host driver" 774eb83be98SGreg Kroah-Hartman depends on SSB 7757043c2ccSHauke Mehrtens select USB_OHCI_HCD_PLATFORM if USB_OHCI_HCD 7767043c2ccSHauke Mehrtens select USB_EHCI_HCD_PLATFORM if USB_EHCI_HCD 7777043c2ccSHauke Mehrtens help 77871c421dbSJesper Dangaard Brouer Enable support for the EHCI and OCHI host controller on an bcma bus. 7797043c2ccSHauke Mehrtens It converts the bcma driver into two platform device drivers 7807043c2ccSHauke Mehrtens for ehci and ohci. 7817043c2ccSHauke Mehrtens 7827043c2ccSHauke Mehrtens If unsure, say N. 783726a85caSJack Pham 784726a85caSJack Phamconfig USB_HCD_TEST_MODE 785726a85caSJack Pham bool "HCD test mode support" 786726a85caSJack Pham ---help--- 787726a85caSJack Pham Say 'Y' to enable additional software test modes that may be 788726a85caSJack Pham supported by the host controller drivers. 789726a85caSJack Pham 790726a85caSJack Pham One such test mode is the Embedded High-speed Host Electrical Test 791726a85caSJack Pham (EHSET) for EHCI host controller hardware, specifically the "Single 792726a85caSJack Pham Step Set Feature" test. Typically this will be enabled for On-the-Go 793726a85caSJack Pham or embedded hosts that need to undergo USB-IF compliance testing with 794726a85caSJack Pham the aid of special testing hardware. In the future, this may expand 795726a85caSJack Pham to include other tests that require support from a HCD driver. 796726a85caSJack Pham 797726a85caSJack Pham This option is of interest only to developers who need to validate 798726a85caSJack Pham their USB hardware designs. It is not needed for normal use. If 799726a85caSJack Pham unsure, say N. 800