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 550cbd4b34SChunfeng Yunconfig USB_XHCI_MTK 567b81a586SChunfeng Yun tristate "xHCI support for MediaTek SoCs" 570cbd4b34SChunfeng Yun select MFD_SYSCON 58808cf33dSJohn Crispin depends on (MIPS && SOC_MT7621) || ARCH_MEDIATEK || COMPILE_TEST 590cbd4b34SChunfeng Yun ---help--- 600cbd4b34SChunfeng Yun Say 'Y' to enable the support for the xHCI host controller 617b81a586SChunfeng Yun found in MediaTek SoCs. 620cbd4b34SChunfeng Yun If unsure, say N. 630cbd4b34SChunfeng Yun 6497374792SGregory CLEMENTconfig USB_XHCI_MVEBU 6597374792SGregory CLEMENT tristate "xHCI support for Marvell Armada 375/38x" 6697374792SGregory CLEMENT select USB_XHCI_PLATFORM 67828638e9SVegard Nossum depends on HAS_IOMEM 6897374792SGregory CLEMENT depends on ARCH_MVEBU || COMPILE_TEST 6997374792SGregory CLEMENT ---help--- 7097374792SGregory CLEMENT Say 'Y' to enable the support for the xHCI host controller 7197374792SGregory CLEMENT found in Marvell Armada 375/38x ARM SOCs. 7297374792SGregory CLEMENT 734ac8918fSYoshihiro Shimodaconfig USB_XHCI_RCAR 744ac8918fSYoshihiro Shimoda tristate "xHCI support for Renesas R-Car SoCs" 75f879fc32SYoshihiro Shimoda depends on USB_XHCI_PLATFORM 766edd87f5SSimon Horman depends on ARCH_RENESAS || COMPILE_TEST 774ac8918fSYoshihiro Shimoda ---help--- 784ac8918fSYoshihiro Shimoda Say 'Y' to enable the support for the xHCI host controller 794ac8918fSYoshihiro Shimoda found in Renesas R-Car ARM SoCs. 804ac8918fSYoshihiro Shimoda 81e84fce0fSThierry Redingconfig USB_XHCI_TEGRA 82e84fce0fSThierry Reding tristate "xHCI support for NVIDIA Tegra SoCs" 83e84fce0fSThierry Reding depends on PHY_TEGRA_XUSB 84e84fce0fSThierry Reding depends on RESET_CONTROLLER 85e84fce0fSThierry Reding select FW_LOADER 86e84fce0fSThierry Reding ---help--- 87e84fce0fSThierry Reding Say 'Y' to enable the support for the xHCI host controller 88e84fce0fSThierry Reding found in NVIDIA Tegra124 and later SoCs. 89e84fce0fSThierry Reding 900fcb9989SFlorian Fainelliendif # USB_XHCI_HCD 910fcb9989SFlorian Fainelli 921da177e4SLinus Torvaldsconfig USB_EHCI_HCD 931da177e4SLinus Torvalds tristate "EHCI HCD (USB 2.0) support" 94cf34be7aSGeert Uytterhoeven depends on HAS_DMA && HAS_IOMEM 951da177e4SLinus Torvalds ---help--- 961da177e4SLinus Torvalds The Enhanced Host Controller Interface (EHCI) is standard for USB 2.0 971da177e4SLinus Torvalds "high speed" (480 Mbit/sec, 60 Mbyte/sec) host controller hardware. 981da177e4SLinus Torvalds If your USB host controller supports USB 2.0, you will likely want to 99b967c88eSThierry Vignaud configure this Host Controller Driver. 1001da177e4SLinus Torvalds 1011da177e4SLinus Torvalds EHCI controllers are packaged with "companion" host controllers (OHCI 1021da177e4SLinus Torvalds or UHCI) to handle USB 1.1 devices connected to root hub ports. Ports 103b3c29d85SJesper Juhl will connect to EHCI if the device is high speed, otherwise they 1041da177e4SLinus Torvalds connect to a companion controller. If you configure EHCI, you should 1051da177e4SLinus Torvalds probably configure the OHCI (for NEC and some other vendors) USB Host 1061da177e4SLinus Torvalds Controller Driver or UHCI (for Via motherboards) Host Controller 1071da177e4SLinus Torvalds Driver too. 1081da177e4SLinus Torvalds 1091da177e4SLinus Torvalds You may want to read <file:Documentation/usb/ehci.txt>. 1101da177e4SLinus Torvalds 1111da177e4SLinus Torvalds To compile this driver as a module, choose M here: the 1121da177e4SLinus Torvalds module will be called ehci-hcd. 1131da177e4SLinus Torvalds 1141da177e4SLinus Torvaldsconfig USB_EHCI_ROOT_HUB_TT 1159ec249a6SRobert P. J. Day bool "Root Hub Transaction Translators" 116a746c286SPeter Chen depends on USB_EHCI_HCD 1171da177e4SLinus Torvalds ---help--- 1181da177e4SLinus Torvalds Some EHCI chips have vendor-specific extensions to integrate 1191da177e4SLinus Torvalds transaction translators, so that no OHCI or UHCI companion 1201da177e4SLinus Torvalds controller is needed. It's safe to say "y" even if your 1211da177e4SLinus Torvalds controller doesn't support this feature. 1221da177e4SLinus Torvalds 123ba47f66bSDan Streetman This supports the EHCI implementation that's originally 124ba47f66bSDan Streetman from ARC, and has since changed hands a few times. 125ba47f66bSDan Streetman 126ba47f66bSDan Streetmanconfig USB_EHCI_TT_NEWSCHED 12737cd681cSAlan Stern bool "Improved Transaction Translator scheduling" 128a746c286SPeter Chen depends on USB_EHCI_HCD 12937cd681cSAlan Stern default y 130ba47f66bSDan Streetman ---help--- 131ba47f66bSDan Streetman This changes the periodic scheduling code to fill more of the low 132ba47f66bSDan Streetman and full speed bandwidth available from the Transaction Translator 133ba47f66bSDan Streetman (TT) in USB 2.0 hubs. Without this, only one transfer will be 134ba47f66bSDan Streetman issued in each microframe, significantly reducing the number of 135ba47f66bSDan Streetman periodic low/fullspeed transfers possible. 136ba47f66bSDan Streetman 137ba47f66bSDan Streetman If you have multiple periodic low/fullspeed devices connected to a 138ba47f66bSDan Streetman highspeed USB hub which is connected to a highspeed USB Host 139ba47f66bSDan Streetman Controller, and some of those devices will not work correctly 14037cd681cSAlan Stern (possibly due to "ENOSPC" or "-28" errors), say Y. Conversely, if 14137cd681cSAlan Stern you have only one such device and it doesn't work, you could try 14237cd681cSAlan Stern saying N. 143ba47f66bSDan Streetman 14437cd681cSAlan Stern If unsure, say Y. 1451da177e4SLinus Torvalds 14642443dc4SFlorian Fainelliif USB_EHCI_HCD 14742443dc4SFlorian Fainelli 148adfa79d1SAlan Sternconfig USB_EHCI_PCI 149adfa79d1SAlan Stern tristate 1502c93e790Syuan linyu depends on USB_PCI 151adfa79d1SAlan Stern default y 152adfa79d1SAlan Stern 15322ced687SAnoopconfig USB_EHCI_HCD_PMC_MSP 15422ced687SAnoop tristate "EHCI support for on-chip PMC MSP71xx USB controller" 15542443dc4SFlorian Fainelli depends on MSP_HAS_USB 15622ced687SAnoop default n 15722ced687SAnoop select USB_EHCI_BIG_ENDIAN_DESC 15822ced687SAnoop select USB_EHCI_BIG_ENDIAN_MMIO 15922ced687SAnoop ---help--- 16022ced687SAnoop Enables support for the onchip USB controller on the PMC_MSP7100 Family SoC's. 16122ced687SAnoop If unsure, say N. 16222ced687SAnoop 16308d3c18eSJulie Zhuconfig XPS_USB_HCD_XILINX 16408d3c18eSJulie Zhu bool "Use Xilinx usb host EHCI controller core" 16542443dc4SFlorian Fainelli depends on (PPC32 || MICROBLAZE) 16608d3c18eSJulie Zhu select USB_EHCI_BIG_ENDIAN_DESC 16708d3c18eSJulie Zhu select USB_EHCI_BIG_ENDIAN_MMIO 16808d3c18eSJulie Zhu ---help--- 169f54619f2SMasanari Iida Xilinx xps USB host controller core is EHCI compliant and has 17008d3c18eSJulie Zhu transaction translator built-in. It can be configured to either 17108d3c18eSJulie Zhu support both high speed and full speed devices, or high speed 17208d3c18eSJulie Zhu devices only. 17308d3c18eSJulie Zhu 174ba02978aSLi Yangconfig USB_EHCI_FSL 175ca07e1c1SRamneek Mehresh tristate "Support for Freescale PPC on-chip EHCI USB controller" 17642443dc4SFlorian Fainelli depends on FSL_SOC 177ba02978aSLi Yang select USB_EHCI_ROOT_HUB_TT 178ba02978aSLi Yang ---help--- 179ba02978aSLi Yang Variation of ARC USB block used in some Freescale chips. 180ba02978aSLi Yang 1817e8d5cd9SDaniel Mackconfig USB_EHCI_MXC 182dba63b2fSAlan Stern tristate "Support for Freescale i.MX on-chip EHCI USB controller" 18342443dc4SFlorian Fainelli depends on ARCH_MXC 1847e8d5cd9SDaniel Mack select USB_EHCI_ROOT_HUB_TT 1857e8d5cd9SDaniel Mack ---help--- 1867e8d5cd9SDaniel Mack Variation of ARC USB block used in some Freescale chips. 1877e8d5cd9SDaniel Mack 1887f124f4bSKeshava Munegowdaconfig USB_EHCI_HCD_OMAP 18954a41966SAlan Stern tristate "EHCI support for OMAP3 and later chips" 19042443dc4SFlorian Fainelli depends on ARCH_OMAP 1915a8d651aSFelipe Balbi depends on NOP_USB_XCEIV 1927f124f4bSKeshava Munegowda default y 1937f124f4bSKeshava Munegowda ---help--- 1947f124f4bSKeshava Munegowda Enables support for the on-chip EHCI controller on 1957f124f4bSKeshava Munegowda OMAP3 and later chips. 1967f124f4bSKeshava Munegowda 197a76dd463SManjunath Goudarconfig USB_EHCI_HCD_ORION 198a76dd463SManjunath Goudar tristate "Support for Marvell EBU on-chip EHCI USB controller" 199ccc0d385SGregory CLEMENT depends on USB_EHCI_HCD && (PLAT_ORION || ARCH_MVEBU) 200a76dd463SManjunath Goudar default y 201a76dd463SManjunath Goudar ---help--- 202a76dd463SManjunath Goudar Enables support for the on-chip EHCI controller on Marvell's 203a76dd463SManjunath Goudar embedded ARM SoCs, including Orion, Kirkwood, Dove, Armada XP, 204a76dd463SManjunath Goudar Armada 370. This is different from the EHCI implementation 205a76dd463SManjunath Goudar on Marvell's mobile PXA and MMP SoC, see "EHCI support for 206a76dd463SManjunath Goudar Marvell PXA/MMP USB controller" for those. 207a76dd463SManjunath Goudar 2087675d6baSManjunath Goudarconfig USB_EHCI_HCD_SPEAR 2097675d6baSManjunath Goudar tristate "Support for ST SPEAr on-chip EHCI USB controller" 2107675d6baSManjunath Goudar depends on USB_EHCI_HCD && PLAT_SPEAR 2117675d6baSManjunath Goudar default y 2127675d6baSManjunath Goudar ---help--- 2137675d6baSManjunath Goudar Enables support for the on-chip EHCI controller on 2147675d6baSManjunath Goudar ST SPEAr chips. 2157675d6baSManjunath Goudar 216905e300eSArnd Bergmannconfig USB_EHCI_HCD_STI 217905e300eSArnd Bergmann tristate "Support for ST STiHxxx on-chip EHCI USB controller" 218905e300eSArnd Bergmann depends on ARCH_STI && OF 219905e300eSArnd Bergmann select GENERIC_PHY 220905e300eSArnd Bergmann select USB_EHCI_HCD_PLATFORM 221905e300eSArnd Bergmann help 222905e300eSArnd Bergmann Enable support for the on-chip EHCI controller found on 223905e300eSArnd Bergmann STMicroelectronics consumer electronics SoC's. 224905e300eSArnd Bergmann 22597736961SManjunath Goudarconfig USB_EHCI_HCD_AT91 22697736961SManjunath Goudar tristate "Support for Atmel on-chip EHCI USB controller" 22797736961SManjunath Goudar depends on USB_EHCI_HCD && ARCH_AT91 22897736961SManjunath Goudar default y 22997736961SManjunath Goudar ---help--- 23097736961SManjunath Goudar Enables support for the on-chip EHCI controller on 23197736961SManjunath Goudar Atmel chips. 23297736961SManjunath Goudar 23379ad3b5aSBenoit Gobyconfig USB_EHCI_TEGRA 2349fc5f24eSManjunath Goudar tristate "NVIDIA Tegra HCD support" 23542443dc4SFlorian Fainelli depends on ARCH_TEGRA 23679ad3b5aSBenoit Goby select USB_EHCI_ROOT_HUB_TT 237*ee30ec0cSDmitry Osipenko select USB_TEGRA_PHY 23879ad3b5aSBenoit Goby help 23979ad3b5aSBenoit Goby This driver enables support for the internal USB Host Controllers 24079ad3b5aSBenoit Goby found in NVIDIA Tegra SoCs. The controllers are EHCI compliant. 24179ad3b5aSBenoit Goby 242da0e8fb0SValentine Barshakconfig USB_EHCI_HCD_PPC_OF 243da0e8fb0SValentine Barshak bool "EHCI support for PPC USB controller on OF platform bus" 244c31316cbSKevin Hao depends on PPC 245da0e8fb0SValentine Barshak default y 246da0e8fb0SValentine Barshak ---help--- 247da0e8fb0SValentine Barshak Enables support for the USB controller present on the PowerPC 248da0e8fb0SValentine Barshak OpenFirmware platform bus. 249da0e8fb0SValentine Barshak 25060b0bf0fSYoshihiro Shimodaconfig USB_EHCI_SH 25160b0bf0fSYoshihiro Shimoda bool "EHCI support for SuperH USB controller" 25242443dc4SFlorian Fainelli depends on SUPERH 25360b0bf0fSYoshihiro Shimoda ---help--- 25460b0bf0fSYoshihiro Shimoda Enables support for the on-chip EHCI controller on the SuperH. 25560b0bf0fSYoshihiro Shimoda If you use the PCI EHCI controller, this option is not necessary. 25660b0bf0fSYoshihiro Shimoda 25729824c16SJingoo Hanconfig USB_EHCI_EXYNOS 2587edb3dafSManjunath Goudar tristate "EHCI support for Samsung S5P/EXYNOS SoC Series" 259cd6e245aSSylwester Nawrocki depends on ARCH_S5PV210 || ARCH_EXYNOS 2601bcc5aa8SJoonyoung Shim help 26129824c16SJingoo Han Enable support for the Samsung Exynos SOC's on-chip EHCI controller. 2621bcc5aa8SJoonyoung Shim 2633a082ec9SNeil Zhangconfig USB_EHCI_MV 264a76dd463SManjunath Goudar bool "EHCI support for Marvell PXA/MMP USB controller" 26542443dc4SFlorian Fainelli depends on (ARCH_PXA || ARCH_MMP) 2663a082ec9SNeil Zhang select USB_EHCI_ROOT_HUB_TT 2673a082ec9SNeil Zhang ---help--- 2683a082ec9SNeil Zhang Enables support for Marvell (including PXA and MMP series) on-chip 2693a082ec9SNeil Zhang USB SPH and OTG controller. SPH is a single port host, and it can 2703a082ec9SNeil Zhang only be EHCI host. OTG is controller that can switch to host mode. 271a76dd463SManjunath Goudar Note that this driver will not work on Marvell's other EHCI 272a76dd463SManjunath Goudar controller used by the EBU-type SoCs including Orion, Kirkwood, 273a76dd463SManjunath Goudar Dova, Armada 370 and Armada XP. See "Support for Marvell EBU 274a76dd463SManjunath Goudar on-chip EHCI USB controller" for those. 2753a082ec9SNeil Zhang 276586dfc8cSWan ZongShunconfig USB_W90X900_EHCI 277a60f4f81SManjunath Goudar tristate "W90X900(W90P910) EHCI support" 27842443dc4SFlorian Fainelli depends on ARCH_W90X900 279586dfc8cSWan ZongShun ---help--- 280586dfc8cSWan ZongShun Enables support for the W90X900 USB controller 281586dfc8cSWan ZongShun 282760efe69SMac Linconfig USB_CNS3XXX_EHCI 283f3a958d3SFlorian Fainelli bool "Cavium CNS3XXX EHCI Module (DEPRECATED)" 28442443dc4SFlorian Fainelli depends on ARCH_CNS3XXX 285f3a958d3SFlorian Fainelli select USB_EHCI_HCD_PLATFORM 286760efe69SMac Lin ---help--- 287f3a958d3SFlorian Fainelli This option is deprecated now and the driver was removed, use 288f3a958d3SFlorian Fainelli USB_EHCI_HCD_PLATFORM instead. 289f3a958d3SFlorian Fainelli 290760efe69SMac Lin Enable support for the CNS3XXX SOC's on-chip EHCI controller. 291760efe69SMac Lin It is needed for high-speed (480Mbit/sec) USB 2.0 device 292760efe69SMac Lin support. 293760efe69SMac Lin 29442443dc4SFlorian Fainelliconfig USB_EHCI_HCD_PLATFORM 29542443dc4SFlorian Fainelli tristate "Generic EHCI driver for a platform device" 29642443dc4SFlorian Fainelli default n 29742443dc4SFlorian Fainelli ---help--- 29842443dc4SFlorian Fainelli Adds an EHCI host driver for a generic platform device, which 29942443dc4SFlorian Fainelli provides a memory space and an irq. 30042443dc4SFlorian Fainelli 30142443dc4SFlorian Fainelli If unsure, say N. 30242443dc4SFlorian Fainelli 30342443dc4SFlorian Fainelliconfig USB_OCTEON_EHCI 3042193dda5SAlan Stern bool "Octeon on-chip EHCI support (DEPRECATED)" 3059ddebc46SDavid Daney depends on CAVIUM_OCTEON_SOC 30642443dc4SFlorian Fainelli default n 307df115f3eSBen Hutchings select USB_EHCI_BIG_ENDIAN_MMIO if CPU_BIG_ENDIAN 3082193dda5SAlan Stern select USB_EHCI_HCD_PLATFORM 30942443dc4SFlorian Fainelli help 3102193dda5SAlan Stern This option is deprecated now and the driver was removed, use 3112193dda5SAlan Stern USB_EHCI_HCD_PLATFORM instead. 3122193dda5SAlan Stern 31342443dc4SFlorian Fainelli Enable support for the Octeon II SOC's on-chip EHCI 31442443dc4SFlorian Fainelli controller. It is needed for high-speed (480Mbit/sec) 31542443dc4SFlorian Fainelli USB 2.0 device support. All CN6XXX based chips with USB are 31642443dc4SFlorian Fainelli supported. 31742443dc4SFlorian Fainelli 31842443dc4SFlorian Fainelliendif # USB_EHCI_HCD 31942443dc4SFlorian Fainelli 320b92a78e5SRodolfo Giometticonfig USB_OXU210HP_HCD 321b92a78e5SRodolfo Giometti tristate "OXU210HP HCD support" 322f4a5d702SVegard Nossum depends on HAS_IOMEM 323b92a78e5SRodolfo Giometti ---help--- 324b92a78e5SRodolfo Giometti The OXU210HP is an USB host/OTG/device controller. Enable this 325b92a78e5SRodolfo Giometti option if your board has this chip. If unsure, say N. 326b92a78e5SRodolfo Giometti 327b92a78e5SRodolfo Giometti This driver does not support isochronous transfers and doesn't 328b92a78e5SRodolfo Giometti implement OTG nor USB device controllers. 329b92a78e5SRodolfo Giometti 330b92a78e5SRodolfo Giometti To compile this driver as a module, choose M here: the 331b92a78e5SRodolfo Giometti module will be called oxu210hp-hcd. 332b92a78e5SRodolfo Giometti 3334808a1c0SOlav Kongasconfig USB_ISP116X_HCD 3344808a1c0SOlav Kongas tristate "ISP116X HCD support" 335ca23d3b7SVegard Nossum depends on HAS_IOMEM 3364808a1c0SOlav Kongas ---help--- 3374808a1c0SOlav Kongas The ISP1160 and ISP1161 chips are USB host controllers. Enable this 3384808a1c0SOlav Kongas option if your board has this chip. If unsure, say N. 3394808a1c0SOlav Kongas 3404808a1c0SOlav Kongas This driver does not support isochronous transfers. 3414808a1c0SOlav Kongas 3424808a1c0SOlav Kongas To compile this driver as a module, choose M here: the 3434808a1c0SOlav Kongas module will be called isp116x-hcd. 3444808a1c0SOlav Kongas 345a9d43091SLothar Wassmannconfig USB_ISP1362_HCD 346a9d43091SLothar Wassmann tristate "ISP1362 HCD support" 3474a6d9f87SVegard Nossum depends on HAS_IOMEM 348da2827a2SArnd Bergmann depends on COMPILE_TEST # nothing uses this 349a9d43091SLothar Wassmann ---help--- 350a9d43091SLothar Wassmann Supports the Philips ISP1362 chip as a host controller 351a9d43091SLothar Wassmann 352a9d43091SLothar Wassmann This driver does not support isochronous transfers. 353a9d43091SLothar Wassmann 354a9d43091SLothar Wassmann To compile this driver as a module, choose M here: the 355a9d43091SLothar Wassmann module will be called isp1362-hcd. 356a9d43091SLothar Wassmann 3577d50195fSFeng-Hsin Chiangconfig USB_FOTG210_HCD 3587d50195fSFeng-Hsin Chiang tristate "FOTG210 HCD support" 359cf34be7aSGeert Uytterhoeven depends on USB && HAS_DMA && HAS_IOMEM 3607d50195fSFeng-Hsin Chiang ---help--- 3617d50195fSFeng-Hsin Chiang Faraday FOTG210 is an OTG controller which can be configured as 3627d50195fSFeng-Hsin Chiang an USB2.0 host. It is designed to meet USB2.0 EHCI specification 3637d50195fSFeng-Hsin Chiang with minor modification. 3647d50195fSFeng-Hsin Chiang 3657d50195fSFeng-Hsin Chiang To compile this driver as a module, choose M here: the 3667d50195fSFeng-Hsin Chiang module will be called fotg210-hcd. 3677d50195fSFeng-Hsin Chiang 3682d53139fSDavid Mosbergerconfig USB_MAX3421_HCD 3692d53139fSDavid Mosberger tristate "MAX3421 HCD (USB-over-SPI) support" 3702d53139fSDavid Mosberger depends on USB && SPI 3712d53139fSDavid Mosberger ---help--- 3722d53139fSDavid Mosberger The Maxim MAX3421E chip supports standard USB 2.0-compliant 3732d53139fSDavid Mosberger full-speed devices either in host or peripheral mode. This 3742d53139fSDavid Mosberger driver supports the host-mode of the MAX3421E only. 3752d53139fSDavid Mosberger 3762d53139fSDavid Mosberger To compile this driver as a module, choose M here: the module will 3772d53139fSDavid Mosberger be called max3421-hcd. 3782d53139fSDavid Mosberger 3791da177e4SLinus Torvaldsconfig USB_OHCI_HCD 380c1117afbSManjunath Goudar tristate "OHCI HCD (USB 1.1) support" 381cf34be7aSGeert Uytterhoeven depends on HAS_DMA && HAS_IOMEM 3821da177e4SLinus Torvalds ---help--- 3831da177e4SLinus Torvalds The Open Host Controller Interface (OHCI) is a standard for accessing 3841da177e4SLinus Torvalds USB 1.1 host controller hardware. It does more in hardware than Intel's 3851da177e4SLinus Torvalds UHCI specification. If your USB host controller follows the OHCI spec, 3861da177e4SLinus Torvalds say Y. On most non-x86 systems, and on x86 hardware that's not using a 3871da177e4SLinus Torvalds USB controller from Intel or VIA, this is appropriate. If your host 3881da177e4SLinus Torvalds controller doesn't use PCI, this is probably appropriate. For a PCI 3891da177e4SLinus Torvalds based system where you're not sure, the "lspci -v" entry will list the 3901da177e4SLinus Torvalds right "prog-if" for your USB controller(s): EHCI, OHCI, or UHCI. 3911da177e4SLinus Torvalds 3921da177e4SLinus Torvalds To compile this driver as a module, choose M here: the 3931da177e4SLinus Torvalds module will be called ohci-hcd. 3941da177e4SLinus Torvalds 3953ad3ca05SFlorian Fainelliif USB_OHCI_HCD 3963ad3ca05SFlorian Fainelli 397968b448bSAnand Gadiyarconfig USB_OHCI_HCD_OMAP1 398de57a154SManjunath Goudar tristate "OHCI support for OMAP1/2 chips" 3993ad3ca05SFlorian Fainelli depends on ARCH_OMAP1 40038e0c109SArnd Bergmann depends on ISP1301_OMAP || !(MACH_OMAP_H2 || MACH_OMAP_H3) 401968b448bSAnand Gadiyar default y 402968b448bSAnand Gadiyar ---help--- 403968b448bSAnand Gadiyar Enables support for the OHCI controller on OMAP1/2 chips. 404968b448bSAnand Gadiyar 4051cc6ac59SManjunath Goudarconfig USB_OHCI_HCD_SPEAR 4061cc6ac59SManjunath Goudar tristate "Support for ST SPEAr on-chip OHCI USB controller" 4071cc6ac59SManjunath Goudar depends on USB_OHCI_HCD && PLAT_SPEAR 4081cc6ac59SManjunath Goudar default y 4091cc6ac59SManjunath Goudar ---help--- 4101cc6ac59SManjunath Goudar Enables support for the on-chip OHCI controller on 4111cc6ac59SManjunath Goudar ST SPEAr chips. 4121cc6ac59SManjunath Goudar 413905e300eSArnd Bergmannconfig USB_OHCI_HCD_STI 414905e300eSArnd Bergmann tristate "Support for ST STiHxxx on-chip OHCI USB controller" 415905e300eSArnd Bergmann depends on ARCH_STI && OF 416905e300eSArnd Bergmann select GENERIC_PHY 417905e300eSArnd Bergmann select USB_OHCI_HCD_PLATFORM 418905e300eSArnd Bergmann help 419905e300eSArnd Bergmann Enable support for the on-chip OHCI controller found on 420905e300eSArnd Bergmann STMicroelectronics consumer electronics SoC's. 421905e300eSArnd Bergmann 422f23b71f3SManjunath Goudarconfig USB_OHCI_HCD_S3C2410 423f23b71f3SManjunath Goudar tristate "OHCI support for Samsung S3C24xx/S3C64xx SoC series" 424f23b71f3SManjunath Goudar depends on USB_OHCI_HCD && (ARCH_S3C24XX || ARCH_S3C64XX) 425f23b71f3SManjunath Goudar default y 426f23b71f3SManjunath Goudar ---help--- 427f23b71f3SManjunath Goudar Enables support for the on-chip OHCI controller on 428f23b71f3SManjunath Goudar S3C24xx/S3C64xx chips. 429f23b71f3SManjunath Goudar 43030330b8fSManjunath Goudarconfig USB_OHCI_HCD_LPC32XX 43130330b8fSManjunath Goudar tristate "Support for LPC on-chip OHCI USB controller" 43230330b8fSManjunath Goudar depends on USB_OHCI_HCD && ARCH_LPC32XX 43338e0c109SArnd Bergmann depends on USB_ISP1301 43430330b8fSManjunath Goudar default y 43530330b8fSManjunath Goudar ---help--- 43630330b8fSManjunath Goudar Enables support for the on-chip OHCI controller on 43730330b8fSManjunath Goudar NXP chips. 43830330b8fSManjunath Goudar 439b8ad5c37SManjunath Goudarconfig USB_OHCI_HCD_PXA27X 440b8ad5c37SManjunath Goudar tristate "Support for PXA27X/PXA3XX on-chip OHCI USB controller" 441b8ad5c37SManjunath Goudar depends on USB_OHCI_HCD && (PXA27x || PXA3xx) 442b8ad5c37SManjunath Goudar default y 443b8ad5c37SManjunath Goudar ---help--- 444b8ad5c37SManjunath Goudar Enables support for the on-chip OHCI controller on 445b8ad5c37SManjunath Goudar PXA27x/PXA3xx chips. 446b8ad5c37SManjunath Goudar 447e3825b48SManjunath Goudarconfig USB_OHCI_HCD_AT91 448e3825b48SManjunath Goudar tristate "Support for Atmel on-chip OHCI USB controller" 449be12be54SAlexandre Belloni depends on USB_OHCI_HCD && ARCH_AT91 && OF 450e3825b48SManjunath Goudar default y 451e3825b48SManjunath Goudar ---help--- 452e3825b48SManjunath Goudar Enables support for the on-chip OHCI controller on 453e3825b48SManjunath Goudar Atmel chips. 454e3825b48SManjunath Goudar 455968b448bSAnand Gadiyarconfig USB_OHCI_HCD_OMAP3 4563a48fef1SManjunath Goudar tristate "OHCI support for OMAP3 and later chips" 45754a2ec67STony Lindgren depends on (ARCH_OMAP3 || ARCH_OMAP4 || SOC_OMAP5) 458ef189c8dSTony Lindgren select USB_OHCI_HCD_PLATFORM 459968b448bSAnand Gadiyar default y 460ef189c8dSTony Lindgren help 461ef189c8dSTony Lindgren This option is deprecated now and the driver was removed, use 462ef189c8dSTony Lindgren USB_OHCI_HCD_PLATFORM instead. 463ef189c8dSTony Lindgren 464968b448bSAnand Gadiyar Enables support for the on-chip OHCI controller on 465968b448bSAnand Gadiyar OMAP3 and later chips. 466968b448bSAnand Gadiyar 467068413e9SArnd Bergmannconfig USB_OHCI_HCD_DAVINCI 4686c21caa3SManjunath Goudar tristate "OHCI support for TI DaVinci DA8xx" 469068413e9SArnd Bergmann depends on ARCH_DAVINCI_DA8XX 4706c21caa3SManjunath Goudar depends on USB_OHCI_HCD 4716110c425SDavid Lechner select PHY_DA8XX_USB 472068413e9SArnd Bergmann default y 473068413e9SArnd Bergmann help 474068413e9SArnd Bergmann Enables support for the DaVinci DA8xx integrated OHCI 475068413e9SArnd Bergmann controller. This driver cannot currently be a loadable 476068413e9SArnd Bergmann module because it lacks a proper PHY abstraction. 477068413e9SArnd Bergmann 478495a678fSSylvain Munautconfig USB_OHCI_HCD_PPC_OF_BE 47945e83889SArnd Bergmann bool "OHCI support for OF platform bus (big endian)" 480c31316cbSKevin Hao depends on PPC 481495a678fSSylvain Munaut select USB_OHCI_BIG_ENDIAN_DESC 482495a678fSSylvain Munaut select USB_OHCI_BIG_ENDIAN_MMIO 48345e83889SArnd Bergmann ---help--- 48445e83889SArnd Bergmann Enables support for big-endian USB controllers present on the 48545e83889SArnd Bergmann OpenFirmware platform bus. 486495a678fSSylvain Munaut 487495a678fSSylvain Munautconfig USB_OHCI_HCD_PPC_OF_LE 48845e83889SArnd Bergmann bool "OHCI support for OF platform bus (little endian)" 489c31316cbSKevin Hao depends on PPC 490495a678fSSylvain Munaut select USB_OHCI_LITTLE_ENDIAN 49145e83889SArnd Bergmann ---help--- 49245e83889SArnd Bergmann Enables support for little-endian USB controllers present on the 49345e83889SArnd Bergmann OpenFirmware platform bus. 49445e83889SArnd Bergmann 49545e83889SArnd Bergmannconfig USB_OHCI_HCD_PPC_OF 49645e83889SArnd Bergmann bool 497c31316cbSKevin Hao depends on PPC 49845e83889SArnd Bergmann default USB_OHCI_HCD_PPC_OF_BE || USB_OHCI_HCD_PPC_OF_LE 499495a678fSSylvain Munaut 5001da177e4SLinus Torvaldsconfig USB_OHCI_HCD_PCI 501c1117afbSManjunath Goudar tristate "OHCI support for PCI-bus USB controllers" 5022c93e790Syuan linyu depends on USB_PCI 5031da177e4SLinus Torvalds default y 5041da177e4SLinus Torvalds select USB_OHCI_LITTLE_ENDIAN 5051da177e4SLinus Torvalds ---help--- 5061da177e4SLinus Torvalds Enables support for PCI-bus plug-in USB controller cards. 5071da177e4SLinus Torvalds If unsure, say Y. 5081da177e4SLinus Torvalds 509c604e851SMichael Bueschconfig USB_OHCI_HCD_SSB 510259b83a3SHauke Mehrtens bool "OHCI support for Broadcom SSB OHCI core (DEPRECATED)" 5113ad3ca05SFlorian Fainelli depends on (SSB = y || SSB = USB_OHCI_HCD) 512259b83a3SHauke Mehrtens select USB_HCD_SSB 513259b83a3SHauke Mehrtens select USB_OHCI_HCD_PLATFORM 514c604e851SMichael Buesch default n 515c604e851SMichael Buesch ---help--- 516259b83a3SHauke Mehrtens This option is deprecated now and the driver was removed, use 517259b83a3SHauke Mehrtens USB_HCD_SSB and USB_OHCI_HCD_PLATFORM instead. 518259b83a3SHauke Mehrtens 519c604e851SMichael Buesch Support for the Sonics Silicon Backplane (SSB) attached 520c604e851SMichael Buesch Broadcom USB OHCI core. 521c604e851SMichael Buesch 522c604e851SMichael Buesch This device is present in some embedded devices with 523c604e851SMichael Buesch Broadcom based SSB bus. 524c604e851SMichael Buesch 525c604e851SMichael Buesch If unsure, say N. 526c604e851SMichael Buesch 52760b0bf0fSYoshihiro Shimodaconfig USB_OHCI_SH 528231a72e0SFlorian Fainelli bool "OHCI support for SuperH USB controller (DEPRECATED)" 5293ad3ca05SFlorian Fainelli depends on SUPERH 530231a72e0SFlorian Fainelli select USB_OHCI_HCD_PLATFORM 53160b0bf0fSYoshihiro Shimoda ---help--- 532231a72e0SFlorian Fainelli This option is deprecated now and the driver was removed, use 533231a72e0SFlorian Fainelli USB_OHCI_HCD_PLATFORM instead. 534231a72e0SFlorian Fainelli 53560b0bf0fSYoshihiro Shimoda Enables support for the on-chip OHCI controller on the SuperH. 53660b0bf0fSYoshihiro Shimoda If you use the PCI OHCI controller, this option is not necessary. 53760b0bf0fSYoshihiro Shimoda 53862194244SJingoo Hanconfig USB_OHCI_EXYNOS 53950a97e05SManjunath Goudar tristate "OHCI support for Samsung S5P/EXYNOS SoC Series" 540cd6e245aSSylwester Nawrocki depends on ARCH_S5PV210 || ARCH_EXYNOS 54162194244SJingoo Han help 54262194244SJingoo Han Enable support for the Samsung Exynos SOC's on-chip OHCI controller. 54362194244SJingoo Han 544760efe69SMac Linconfig USB_CNS3XXX_OHCI 545c23920b0SFlorian Fainelli bool "Cavium CNS3XXX OHCI Module (DEPRECATED)" 5463ad3ca05SFlorian Fainelli depends on ARCH_CNS3XXX 547c23920b0SFlorian Fainelli select USB_OHCI_HCD_PLATFORM 548760efe69SMac Lin ---help--- 549c23920b0SFlorian Fainelli This option is deprecated now and the driver was removed, use 550c23920b0SFlorian Fainelli USB_OHCI_HCD_PLATFORM instead. 551c23920b0SFlorian Fainelli 552760efe69SMac Lin Enable support for the CNS3XXX SOC's on-chip OHCI controller. 553760efe69SMac Lin It is needed for low-speed USB 1.0 device support. 554760efe69SMac Lin 555fa3364b5SHauke Mehrtensconfig USB_OHCI_HCD_PLATFORM 556928fb68eSManjunath Goudar tristate "Generic OHCI driver for a platform device" 557fa3364b5SHauke Mehrtens default n 558fa3364b5SHauke Mehrtens ---help--- 559fa3364b5SHauke Mehrtens Adds an OHCI host driver for a generic platform device, which 560898d828bSPeter Meerwald provides a memory space and an irq. 561fa3364b5SHauke Mehrtens 562fa3364b5SHauke Mehrtens If unsure, say N. 563fa3364b5SHauke Mehrtens 5643ad3ca05SFlorian Fainelliconfig USB_OCTEON_OHCI 5652193dda5SAlan Stern bool "Octeon on-chip OHCI support (DEPRECATED)" 5669ddebc46SDavid Daney depends on CAVIUM_OCTEON_SOC 5673ad3ca05SFlorian Fainelli default USB_OCTEON_EHCI 568df115f3eSBen Hutchings select USB_OHCI_BIG_ENDIAN_MMIO if CPU_BIG_ENDIAN 5693ad3ca05SFlorian Fainelli select USB_OHCI_LITTLE_ENDIAN 5702193dda5SAlan Stern select USB_OHCI_HCD_PLATFORM 5713ad3ca05SFlorian Fainelli help 5722193dda5SAlan Stern This option is deprecated now and the driver was removed, use 5732193dda5SAlan Stern USB_OHCI_HCD_PLATFORM instead. 5742193dda5SAlan Stern 5753ad3ca05SFlorian Fainelli Enable support for the Octeon II SOC's on-chip OHCI 5763ad3ca05SFlorian Fainelli controller. It is needed for low-speed USB 1.0 device 5773ad3ca05SFlorian Fainelli support. All CN6XXX based chips with USB are supported. 5783ad3ca05SFlorian Fainelli 5793ad3ca05SFlorian Fainelliendif # USB_OHCI_HCD 5803ad3ca05SFlorian Fainelli 5811da177e4SLinus Torvaldsconfig USB_UHCI_HCD 5821da177e4SLinus Torvalds tristate "UHCI HCD (most Intel and VIA) support" 5832c93e790Syuan linyu depends on USB_PCI || USB_UHCI_SUPPORT_NON_PCI_HC 5841da177e4SLinus Torvalds ---help--- 5851da177e4SLinus Torvalds The Universal Host Controller Interface is a standard by Intel for 5861da177e4SLinus Torvalds accessing the USB hardware in the PC (which is also called the USB 5871da177e4SLinus Torvalds host controller). If your USB host controller conforms to this 5881da177e4SLinus Torvalds standard, you may want to say Y, but see below. All recent boards 5891da177e4SLinus Torvalds with Intel PCI chipsets (like intel 430TX, 440FX, 440LX, 440BX, 5901da177e4SLinus Torvalds i810, i820) conform to this standard. Also all VIA PCI chipsets 5911da177e4SLinus Torvalds (like VIA VP2, VP3, MVP3, Apollo Pro, Apollo Pro II or Apollo Pro 5923db7739cSJan Andersson 133) and LEON/GRLIB SoCs with the GRUSBHC controller. 5933db7739cSJan Andersson If unsure, say Y. 5941da177e4SLinus Torvalds 5951da177e4SLinus Torvalds To compile this driver as a module, choose M here: the 5961da177e4SLinus Torvalds module will be called uhci-hcd. 5971da177e4SLinus Torvalds 598d3219d1cSJan Anderssonconfig USB_UHCI_SUPPORT_NON_PCI_HC 599d3219d1cSJan Andersson bool 600ccd9509aSAlan Stern default y if (SPARC_LEON || USB_UHCI_PLATFORM) 601100d4597STony Prisk 602100d4597STony Priskconfig USB_UHCI_PLATFORM 603ccd9509aSAlan Stern bool 6044642d34aSBenjamin Herrenschmidt default y if (ARCH_VT8500 || ARCH_ASPEED) 6054642d34aSBenjamin Herrenschmidt 6064642d34aSBenjamin Herrenschmidtconfig USB_UHCI_ASPEED 6074642d34aSBenjamin Herrenschmidt bool 6084642d34aSBenjamin Herrenschmidt default y if ARCH_ASPEED 609d3219d1cSJan Andersson 610236dd4d1SAnton Vorontsovconfig USB_FHCI_HCD 611236dd4d1SAnton Vorontsov tristate "Freescale QE USB Host Controller support" 61225e11ec4SFlorian Fainelli depends on OF_GPIO && QE_GPIO && QUICC_ENGINE 613236dd4d1SAnton Vorontsov select FSL_GTM 614236dd4d1SAnton Vorontsov select QE_USB 615236dd4d1SAnton Vorontsov help 616236dd4d1SAnton Vorontsov This driver enables support for Freescale QE USB Host Controller 617236dd4d1SAnton Vorontsov (as found on MPC8360 and MPC8323 processors), the driver supports 618236dd4d1SAnton Vorontsov Full and Low Speed USB. 619236dd4d1SAnton Vorontsov 620236dd4d1SAnton Vorontsovconfig FHCI_DEBUG 621236dd4d1SAnton Vorontsov bool "Freescale QE USB Host Controller debug support" 622236dd4d1SAnton Vorontsov depends on USB_FHCI_HCD && DEBUG_FS 623236dd4d1SAnton Vorontsov help 624236dd4d1SAnton Vorontsov Say "y" to see some FHCI debug information and statistics 62525985edcSLucas De Marchi through debugfs. 626236dd4d1SAnton Vorontsov 627d774efeaSTony Olechconfig USB_U132_HCD 628d774efeaSTony Olech tristate "Elan U132 Adapter Host Controller" 62925e11ec4SFlorian Fainelli depends on USB_FTDI_ELAN 630d774efeaSTony Olech help 631d774efeaSTony Olech The U132 adapter is a USB to CardBus adapter specifically designed 632d774efeaSTony Olech for PC cards that contain an OHCI host controller. Typical PC cards 633d774efeaSTony Olech are the Orange Mobile 3G Option GlobeTrotter Fusion card. The U132 634d774efeaSTony Olech adapter will *NOT* work with PC cards that do not contain an OHCI 635d774efeaSTony Olech controller. 636d774efeaSTony Olech 6373cb2fcccSMatt LaPlante For those PC cards that contain multiple OHCI controllers only the 638d774efeaSTony Olech first one is used. 639d774efeaSTony Olech 640d774efeaSTony Olech The driver consists of two modules, the "ftdi-elan" module is a 641d774efeaSTony Olech USB client driver that interfaces to the FTDI chip within ELAN's 642d774efeaSTony Olech USB-to-PCMCIA adapter, and this "u132-hcd" module is a USB host 643d774efeaSTony Olech controller driver that talks to the OHCI controller within the 644d774efeaSTony Olech CardBus cards that are inserted in the U132 adapter. 645d774efeaSTony Olech 646d774efeaSTony Olech This driver has been tested with a CardBus OHCI USB adapter, and 647d774efeaSTony Olech worked with a USB PEN Drive inserted into the first USB port of 648d774efeaSTony Olech the PCCARD. A rather pointless thing to do, but useful for testing. 649d774efeaSTony Olech 650d774efeaSTony Olech It is safe to say M here. 651d774efeaSTony Olech 652d774efeaSTony Olech See also <http://www.elandigitalsystems.com/support/ufaq/u132linux.php> 653d774efeaSTony Olech 6541da177e4SLinus Torvaldsconfig USB_SL811_HCD 6551da177e4SLinus Torvalds tristate "SL811HS HCD support" 656cfa33eaeSVegard Nossum depends on HAS_IOMEM 6571da177e4SLinus Torvalds help 6581da177e4SLinus Torvalds The SL811HS is a single-port USB controller that supports either 6591da177e4SLinus Torvalds host side or peripheral side roles. Enable this option if your 6601da177e4SLinus Torvalds board has this chip, and you want to use it as a host controller. 6611da177e4SLinus Torvalds If unsure, say N. 6621da177e4SLinus Torvalds 6631da177e4SLinus Torvalds To compile this driver as a module, choose M here: the 6641da177e4SLinus Torvalds module will be called sl811-hcd. 6651da177e4SLinus Torvalds 666ad7c56f0SMike Frysingerconfig USB_SL811_HCD_ISO 667ad7c56f0SMike Frysinger bool "partial ISO support" 668ad7c56f0SMike Frysinger depends on USB_SL811_HCD 669ad7c56f0SMike Frysinger help 670ad7c56f0SMike Frysinger The driver doesn't support iso_frame_desc (yet), but for some simple 671ad7c56f0SMike Frysinger devices that just queue one ISO frame per URB, then ISO transfers 672ad7c56f0SMike Frysinger "should" work using the normal urb status fields. 673ad7c56f0SMike Frysinger 674ad7c56f0SMike Frysinger If unsure, say N. 675ad7c56f0SMike Frysinger 676c6de2b64SDavid Brownellconfig USB_SL811_CS 677c6de2b64SDavid Brownell tristate "CF/PCMCIA support for SL811HS HCD" 678c6de2b64SDavid Brownell depends on USB_SL811_HCD && PCMCIA 679c6de2b64SDavid Brownell help 680c6de2b64SDavid Brownell Wraps a PCMCIA driver around the SL811HS HCD, supporting the RATOC 681c6de2b64SDavid Brownell REX-CFU1U CF card (often used with PDAs). If unsure, say N. 682c6de2b64SDavid Brownell 683c6de2b64SDavid Brownell To compile this driver as a module, choose M here: the 684c6de2b64SDavid Brownell module will be called "sl811_cs". 685c6de2b64SDavid Brownell 6865d304358SYoshihiro Shimodaconfig USB_R8A66597_HCD 687fa0de2b6SM4rkusXXL tristate "R8A66597 HCD support" 688e37a6c92SVegard Nossum depends on HAS_IOMEM 6895d304358SYoshihiro Shimoda help 6905d304358SYoshihiro Shimoda The R8A66597 is a USB 2.0 host and peripheral controller. 6915d304358SYoshihiro Shimoda 6925d304358SYoshihiro Shimoda Enable this option if your board has this chip, and you want 6935d304358SYoshihiro Shimoda to use it as a host controller. If unsure, say N. 6945d304358SYoshihiro Shimoda 6955d304358SYoshihiro Shimoda To compile this driver as a module, choose M here: the 6965d304358SYoshihiro Shimoda module will be called r8a66597-hcd. 6975d304358SYoshihiro Shimoda 698034d7c13SKuninori Morimotoconfig USB_RENESAS_USBHS_HCD 699034d7c13SKuninori Morimoto tristate "Renesas USBHS HCD support" 700034d7c13SKuninori Morimoto depends on USB_RENESAS_USBHS 701034d7c13SKuninori Morimoto help 702034d7c13SKuninori Morimoto The Renesas USBHS is a USB 2.0 host and peripheral controller. 703034d7c13SKuninori Morimoto 704034d7c13SKuninori Morimoto Enable this option if your board has this chip, and you want 705034d7c13SKuninori Morimoto to use it as a host controller. If unsure, say N. 706034d7c13SKuninori Morimoto 707034d7c13SKuninori Morimoto To compile this driver as a module, choose M here: the 708034d7c13SKuninori Morimoto module will be called renesas-usbhs. 709034d7c13SKuninori Morimoto 7107e6133aaSDavid Vrabelconfig USB_WHCI_HCD 711eb83be98SGreg Kroah-Hartman tristate "Wireless USB Host Controller Interface (WHCI) driver" 7122c93e790Syuan linyu depends on USB_PCI && USB && UWB 7137e6133aaSDavid Vrabel select USB_WUSB 7147e6133aaSDavid Vrabel select UWB_WHCI 7157e6133aaSDavid Vrabel help 7167e6133aaSDavid Vrabel A driver for PCI-based Wireless USB Host Controllers that are 7177e6133aaSDavid Vrabel compliant with the WHCI specification. 7187e6133aaSDavid Vrabel 7197e6133aaSDavid Vrabel To compile this driver a module, choose M here: the module 7207e6133aaSDavid Vrabel will be called "whci-hcd". 721d09318b8SInaky Perez-Gonzalez 722d09318b8SInaky Perez-Gonzalezconfig USB_HWA_HCD 723eb83be98SGreg Kroah-Hartman tristate "Host Wire Adapter (HWA) driver" 724cbb67199SThomas Pugliese depends on USB && UWB 725d09318b8SInaky Perez-Gonzalez select USB_WUSB 726d09318b8SInaky Perez-Gonzalez select UWB_HWA 727d09318b8SInaky Perez-Gonzalez help 728d09318b8SInaky Perez-Gonzalez This driver enables you to connect Wireless USB devices to 729d09318b8SInaky Perez-Gonzalez your system using a Host Wire Adaptor USB dongle. This is an 730d09318b8SInaky Perez-Gonzalez UWB Radio Controller and WUSB Host Controller connected to 731d09318b8SInaky Perez-Gonzalez your machine via USB (specified in WUSB1.0). 732d09318b8SInaky Perez-Gonzalez 733d09318b8SInaky Perez-Gonzalez To compile this driver a module, choose M here: the module 734d09318b8SInaky Perez-Gonzalez will be called "hwa-hc". 73523d3e7a6SMartin Fuzzey 73623d3e7a6SMartin Fuzzeyconfig USB_IMX21_HCD 7375de9ec4dSSascha Hauer tristate "i.MX21 HCD support" 73825e11ec4SFlorian Fainelli depends on ARM && ARCH_MXC 73923d3e7a6SMartin Fuzzey help 74023d3e7a6SMartin Fuzzey This driver enables support for the on-chip USB host in the 7415de9ec4dSSascha Hauer i.MX21 processor. 74223d3e7a6SMartin Fuzzey 74323d3e7a6SMartin Fuzzey To compile this driver as a module, choose M here: the 74423d3e7a6SMartin Fuzzey module will be called "imx21-hcd". 74523d3e7a6SMartin Fuzzey 74662e11d1bSHauke Mehrtensconfig USB_HCD_BCMA 74762e11d1bSHauke Mehrtens tristate "BCMA usb host driver" 748eb83be98SGreg Kroah-Hartman depends on BCMA 74962e11d1bSHauke Mehrtens select USB_OHCI_HCD_PLATFORM if USB_OHCI_HCD 75062e11d1bSHauke Mehrtens select USB_EHCI_HCD_PLATFORM if USB_EHCI_HCD 75162e11d1bSHauke Mehrtens help 75271c421dbSJesper Dangaard Brouer Enable support for the EHCI and OCHI host controller on an bcma bus. 75362e11d1bSHauke Mehrtens It converts the bcma driver into two platform device drivers 75462e11d1bSHauke Mehrtens for ehci and ohci. 75562e11d1bSHauke Mehrtens 75662e11d1bSHauke Mehrtens If unsure, say N. 7577043c2ccSHauke Mehrtens 7587043c2ccSHauke Mehrtensconfig USB_HCD_SSB 7597043c2ccSHauke Mehrtens tristate "SSB usb host driver" 760eb83be98SGreg Kroah-Hartman depends on SSB 7617043c2ccSHauke Mehrtens select USB_OHCI_HCD_PLATFORM if USB_OHCI_HCD 7627043c2ccSHauke Mehrtens select USB_EHCI_HCD_PLATFORM if USB_EHCI_HCD 7637043c2ccSHauke Mehrtens help 76471c421dbSJesper Dangaard Brouer Enable support for the EHCI and OCHI host controller on an bcma bus. 7657043c2ccSHauke Mehrtens It converts the bcma driver into two platform device drivers 7667043c2ccSHauke Mehrtens for ehci and ohci. 7677043c2ccSHauke Mehrtens 7687043c2ccSHauke Mehrtens If unsure, say N. 769726a85caSJack Pham 770726a85caSJack Phamconfig USB_HCD_TEST_MODE 771726a85caSJack Pham bool "HCD test mode support" 772726a85caSJack Pham ---help--- 773726a85caSJack Pham Say 'Y' to enable additional software test modes that may be 774726a85caSJack Pham supported by the host controller drivers. 775726a85caSJack Pham 776726a85caSJack Pham One such test mode is the Embedded High-speed Host Electrical Test 777726a85caSJack Pham (EHSET) for EHCI host controller hardware, specifically the "Single 778726a85caSJack Pham Step Set Feature" test. Typically this will be enabled for On-the-Go 779726a85caSJack Pham or embedded hosts that need to undergo USB-IF compliance testing with 780726a85caSJack Pham the aid of special testing hardware. In the future, this may expand 781726a85caSJack Pham to include other tests that require support from a HCD driver. 782726a85caSJack Pham 783726a85caSJack Pham This option is of interest only to developers who need to validate 784726a85caSJack Pham their USB hardware designs. It is not needed for normal use. If 785726a85caSJack Pham unsure, say N. 786