Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | # |
| 2 | # USB Host Controller Drivers |
| 3 | # |
| 4 | comment "USB Host Controller Drivers" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5 | |
Peter Korsgaard | e9b29ff | 2008-04-27 08:59:45 +0200 | [diff] [blame] | 6 | config USB_C67X00_HCD |
| 7 | tristate "Cypress C67x00 HCD support" |
Vegard Nossum | 149737a | 2016-02-10 15:29:42 +0100 | [diff] [blame] | 8 | depends on HAS_IOMEM |
Peter Korsgaard | e9b29ff | 2008-04-27 08:59:45 +0200 | [diff] [blame] | 9 | help |
| 10 | The Cypress C67x00 (EZ-Host/EZ-OTG) chips are dual-role |
| 11 | host/peripheral/OTG USB controllers. |
| 12 | |
| 13 | Enable this option to support this chip in host controller mode. |
| 14 | If unsure, say N. |
| 15 | |
| 16 | To compile this driver as a module, choose M here: the |
| 17 | module will be called c67x00. |
| 18 | |
Sarah Sharp | eb6bab1 | 2009-04-29 19:07:13 -0700 | [diff] [blame] | 19 | config USB_XHCI_HCD |
Greg Kroah-Hartman | eb83be9 | 2012-09-14 21:15:50 -0700 | [diff] [blame] | 20 | tristate "xHCI HCD (USB 3.0) support" |
Geert Uytterhoeven | cf34be7 | 2016-02-21 22:48:47 +0100 | [diff] [blame] | 21 | depends on HAS_DMA && HAS_IOMEM |
Sarah Sharp | eb6bab1 | 2009-04-29 19:07:13 -0700 | [diff] [blame] | 22 | ---help--- |
| 23 | The eXtensible Host Controller Interface (xHCI) is standard for USB 3.0 |
| 24 | "SuperSpeed" host controller hardware. |
| 25 | |
| 26 | To compile this driver as a module, choose M here: the |
| 27 | module will be called xhci-hcd. |
| 28 | |
Florian Fainelli | 0fcb998 | 2013-04-09 14:29:29 +0200 | [diff] [blame] | 29 | if USB_XHCI_HCD |
| 30 | |
Andrew Bresticker | 29e409f | 2014-10-03 11:35:29 +0300 | [diff] [blame] | 31 | config USB_XHCI_PCI |
| 32 | tristate |
| 33 | depends on PCI |
| 34 | default y |
| 35 | |
Sebastian Andrzej Siewior | 3429e91 | 2012-03-13 16:57:41 +0200 | [diff] [blame] | 36 | config USB_XHCI_PLATFORM |
Rafał Miłecki | 6c05cb1 | 2015-08-06 19:23:57 +0300 | [diff] [blame] | 37 | tristate "Generic xHCI driver for a platform device" |
Yoshihiro Shimoda | f879fc3 | 2016-05-06 15:20:11 +0900 | [diff] [blame^] | 38 | select USB_XHCI_RCAR if ARCH_RENESAS |
Rafał Miłecki | 6c05cb1 | 2015-08-06 19:23:57 +0300 | [diff] [blame] | 39 | ---help--- |
| 40 | Adds an xHCI host driver for a generic platform device, which |
| 41 | provides a memory space and an irq. |
| 42 | It is also a prerequisite for platform specific drivers that |
| 43 | implement some extra quirks. |
| 44 | |
| 45 | If unsure, say N. |
Sebastian Andrzej Siewior | 3429e91 | 2012-03-13 16:57:41 +0200 | [diff] [blame] | 46 | |
Chunfeng Yun | 0cbd4b3 | 2015-11-24 13:09:55 +0200 | [diff] [blame] | 47 | config USB_XHCI_MTK |
| 48 | tristate "xHCI support for Mediatek MT65xx" |
| 49 | select MFD_SYSCON |
| 50 | depends on ARCH_MEDIATEK || COMPILE_TEST |
| 51 | ---help--- |
| 52 | Say 'Y' to enable the support for the xHCI host controller |
| 53 | found in Mediatek MT65xx SoCs. |
| 54 | If unsure, say N. |
| 55 | |
Gregory CLEMENT | 9737479 | 2014-05-15 12:17:33 +0200 | [diff] [blame] | 56 | config USB_XHCI_MVEBU |
| 57 | tristate "xHCI support for Marvell Armada 375/38x" |
| 58 | select USB_XHCI_PLATFORM |
Vegard Nossum | 828638e9 | 2016-02-10 15:29:39 +0100 | [diff] [blame] | 59 | depends on HAS_IOMEM |
Gregory CLEMENT | 9737479 | 2014-05-15 12:17:33 +0200 | [diff] [blame] | 60 | depends on ARCH_MVEBU || COMPILE_TEST |
| 61 | ---help--- |
| 62 | Say 'Y' to enable the support for the xHCI host controller |
| 63 | found in Marvell Armada 375/38x ARM SOCs. |
| 64 | |
Yoshihiro Shimoda | 4ac8918 | 2014-07-09 10:08:52 +0900 | [diff] [blame] | 65 | config USB_XHCI_RCAR |
| 66 | tristate "xHCI support for Renesas R-Car SoCs" |
Yoshihiro Shimoda | f879fc3 | 2016-05-06 15:20:11 +0900 | [diff] [blame^] | 67 | depends on USB_XHCI_PLATFORM |
Simon Horman | 6edd87f | 2016-02-19 11:55:51 +0900 | [diff] [blame] | 68 | depends on ARCH_RENESAS || COMPILE_TEST |
Yoshihiro Shimoda | 4ac8918 | 2014-07-09 10:08:52 +0900 | [diff] [blame] | 69 | ---help--- |
| 70 | Say 'Y' to enable the support for the xHCI host controller |
| 71 | found in Renesas R-Car ARM SoCs. |
| 72 | |
Florian Fainelli | 0fcb998 | 2013-04-09 14:29:29 +0200 | [diff] [blame] | 73 | endif # USB_XHCI_HCD |
| 74 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 75 | config USB_EHCI_HCD |
| 76 | tristate "EHCI HCD (USB 2.0) support" |
Geert Uytterhoeven | cf34be7 | 2016-02-21 22:48:47 +0100 | [diff] [blame] | 77 | depends on HAS_DMA && HAS_IOMEM |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 78 | ---help--- |
| 79 | The Enhanced Host Controller Interface (EHCI) is standard for USB 2.0 |
| 80 | "high speed" (480 Mbit/sec, 60 Mbyte/sec) host controller hardware. |
| 81 | If your USB host controller supports USB 2.0, you will likely want to |
Thierry Vignaud | b967c88 | 2009-02-11 13:31:05 -0800 | [diff] [blame] | 82 | configure this Host Controller Driver. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 83 | |
| 84 | EHCI controllers are packaged with "companion" host controllers (OHCI |
| 85 | or UHCI) to handle USB 1.1 devices connected to root hub ports. Ports |
Jesper Juhl | b3c29d8 | 2006-01-10 00:35:22 +0100 | [diff] [blame] | 86 | will connect to EHCI if the device is high speed, otherwise they |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 87 | connect to a companion controller. If you configure EHCI, you should |
| 88 | probably configure the OHCI (for NEC and some other vendors) USB Host |
| 89 | Controller Driver or UHCI (for Via motherboards) Host Controller |
| 90 | Driver too. |
| 91 | |
| 92 | You may want to read <file:Documentation/usb/ehci.txt>. |
| 93 | |
| 94 | To compile this driver as a module, choose M here: the |
| 95 | module will be called ehci-hcd. |
| 96 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 97 | config USB_EHCI_ROOT_HUB_TT |
Robert P. J. Day | 9ec249a | 2008-03-08 03:27:44 -0500 | [diff] [blame] | 98 | bool "Root Hub Transaction Translators" |
Peter Chen | a746c28 | 2013-09-17 12:37:18 +0800 | [diff] [blame] | 99 | depends on USB_EHCI_HCD |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 100 | ---help--- |
| 101 | Some EHCI chips have vendor-specific extensions to integrate |
| 102 | transaction translators, so that no OHCI or UHCI companion |
| 103 | controller is needed. It's safe to say "y" even if your |
| 104 | controller doesn't support this feature. |
| 105 | |
Dan Streetman | ba47f66 | 2006-05-24 09:39:16 -0700 | [diff] [blame] | 106 | This supports the EHCI implementation that's originally |
| 107 | from ARC, and has since changed hands a few times. |
| 108 | |
| 109 | config USB_EHCI_TT_NEWSCHED |
Alan Stern | 37cd681 | 2010-05-21 17:08:21 -0400 | [diff] [blame] | 110 | bool "Improved Transaction Translator scheduling" |
Peter Chen | a746c28 | 2013-09-17 12:37:18 +0800 | [diff] [blame] | 111 | depends on USB_EHCI_HCD |
Alan Stern | 37cd681 | 2010-05-21 17:08:21 -0400 | [diff] [blame] | 112 | default y |
Dan Streetman | ba47f66 | 2006-05-24 09:39:16 -0700 | [diff] [blame] | 113 | ---help--- |
| 114 | This changes the periodic scheduling code to fill more of the low |
| 115 | and full speed bandwidth available from the Transaction Translator |
| 116 | (TT) in USB 2.0 hubs. Without this, only one transfer will be |
| 117 | issued in each microframe, significantly reducing the number of |
| 118 | periodic low/fullspeed transfers possible. |
| 119 | |
| 120 | If you have multiple periodic low/fullspeed devices connected to a |
| 121 | highspeed USB hub which is connected to a highspeed USB Host |
| 122 | Controller, and some of those devices will not work correctly |
Alan Stern | 37cd681 | 2010-05-21 17:08:21 -0400 | [diff] [blame] | 123 | (possibly due to "ENOSPC" or "-28" errors), say Y. Conversely, if |
| 124 | you have only one such device and it doesn't work, you could try |
| 125 | saying N. |
Dan Streetman | ba47f66 | 2006-05-24 09:39:16 -0700 | [diff] [blame] | 126 | |
Alan Stern | 37cd681 | 2010-05-21 17:08:21 -0400 | [diff] [blame] | 127 | If unsure, say Y. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 128 | |
Florian Fainelli | 42443dc | 2013-04-09 14:29:27 +0200 | [diff] [blame] | 129 | if USB_EHCI_HCD |
| 130 | |
Alan Stern | adfa79d | 2012-11-01 11:13:04 -0400 | [diff] [blame] | 131 | config USB_EHCI_PCI |
| 132 | tristate |
Florian Fainelli | 42443dc | 2013-04-09 14:29:27 +0200 | [diff] [blame] | 133 | depends on PCI |
Alan Stern | adfa79d | 2012-11-01 11:13:04 -0400 | [diff] [blame] | 134 | default y |
| 135 | |
Anoop | 22ced687 | 2011-02-24 19:26:28 +0530 | [diff] [blame] | 136 | config USB_EHCI_HCD_PMC_MSP |
| 137 | tristate "EHCI support for on-chip PMC MSP71xx USB controller" |
Florian Fainelli | 42443dc | 2013-04-09 14:29:27 +0200 | [diff] [blame] | 138 | depends on MSP_HAS_USB |
Anoop | 22ced687 | 2011-02-24 19:26:28 +0530 | [diff] [blame] | 139 | default n |
| 140 | select USB_EHCI_BIG_ENDIAN_DESC |
| 141 | select USB_EHCI_BIG_ENDIAN_MMIO |
| 142 | ---help--- |
| 143 | Enables support for the onchip USB controller on the PMC_MSP7100 Family SoC's. |
| 144 | If unsure, say N. |
| 145 | |
Julie Zhu | 08d3c18 | 2009-09-21 16:08:19 -0600 | [diff] [blame] | 146 | config XPS_USB_HCD_XILINX |
| 147 | bool "Use Xilinx usb host EHCI controller core" |
Florian Fainelli | 42443dc | 2013-04-09 14:29:27 +0200 | [diff] [blame] | 148 | depends on (PPC32 || MICROBLAZE) |
Julie Zhu | 08d3c18 | 2009-09-21 16:08:19 -0600 | [diff] [blame] | 149 | select USB_EHCI_BIG_ENDIAN_DESC |
| 150 | select USB_EHCI_BIG_ENDIAN_MMIO |
| 151 | ---help--- |
Masanari Iida | f54619f | 2014-09-18 12:09:42 +0900 | [diff] [blame] | 152 | Xilinx xps USB host controller core is EHCI compliant and has |
Julie Zhu | 08d3c18 | 2009-09-21 16:08:19 -0600 | [diff] [blame] | 153 | transaction translator built-in. It can be configured to either |
| 154 | support both high speed and full speed devices, or high speed |
| 155 | devices only. |
| 156 | |
Li Yang | ba02978 | 2007-05-11 17:09:55 +0800 | [diff] [blame] | 157 | config USB_EHCI_FSL |
Ramneek Mehresh | ca07e1c | 2015-05-14 19:04:46 +0530 | [diff] [blame] | 158 | tristate "Support for Freescale PPC on-chip EHCI USB controller" |
Florian Fainelli | 42443dc | 2013-04-09 14:29:27 +0200 | [diff] [blame] | 159 | depends on FSL_SOC |
Li Yang | ba02978 | 2007-05-11 17:09:55 +0800 | [diff] [blame] | 160 | select USB_EHCI_ROOT_HUB_TT |
Li Yang | ba02978 | 2007-05-11 17:09:55 +0800 | [diff] [blame] | 161 | ---help--- |
| 162 | Variation of ARC USB block used in some Freescale chips. |
| 163 | |
Daniel Mack | 7e8d5cd | 2009-10-28 01:14:59 +0100 | [diff] [blame] | 164 | config USB_EHCI_MXC |
Alan Stern | dba63b2f | 2013-01-23 13:26:15 -0500 | [diff] [blame] | 165 | tristate "Support for Freescale i.MX on-chip EHCI USB controller" |
Florian Fainelli | 42443dc | 2013-04-09 14:29:27 +0200 | [diff] [blame] | 166 | depends on ARCH_MXC |
Daniel Mack | 7e8d5cd | 2009-10-28 01:14:59 +0100 | [diff] [blame] | 167 | select USB_EHCI_ROOT_HUB_TT |
| 168 | ---help--- |
| 169 | Variation of ARC USB block used in some Freescale chips. |
| 170 | |
Keshava Munegowda | 7f124f4 | 2010-11-21 23:23:41 +0530 | [diff] [blame] | 171 | config USB_EHCI_HCD_OMAP |
Alan Stern | 54a41966 | 2013-03-12 12:44:39 +0200 | [diff] [blame] | 172 | tristate "EHCI support for OMAP3 and later chips" |
Florian Fainelli | 42443dc | 2013-04-09 14:29:27 +0200 | [diff] [blame] | 173 | depends on ARCH_OMAP |
Roger Quadros | 88650d6 | 2013-06-14 12:51:42 +0300 | [diff] [blame] | 174 | select NOP_USB_XCEIV |
Keshava Munegowda | 7f124f4 | 2010-11-21 23:23:41 +0530 | [diff] [blame] | 175 | default y |
Paul Bolle | d132d7f6f | 2012-05-07 11:14:59 +0200 | [diff] [blame] | 176 | ---help--- |
Keshava Munegowda | 7f124f4 | 2010-11-21 23:23:41 +0530 | [diff] [blame] | 177 | Enables support for the on-chip EHCI controller on |
| 178 | OMAP3 and later chips. |
| 179 | |
Manjunath Goudar | a76dd46 | 2013-04-02 18:23:59 +0200 | [diff] [blame] | 180 | config USB_EHCI_HCD_ORION |
| 181 | tristate "Support for Marvell EBU on-chip EHCI USB controller" |
| 182 | depends on USB_EHCI_HCD && PLAT_ORION |
| 183 | default y |
| 184 | ---help--- |
| 185 | Enables support for the on-chip EHCI controller on Marvell's |
| 186 | embedded ARM SoCs, including Orion, Kirkwood, Dove, Armada XP, |
| 187 | Armada 370. This is different from the EHCI implementation |
| 188 | on Marvell's mobile PXA and MMP SoC, see "EHCI support for |
| 189 | Marvell PXA/MMP USB controller" for those. |
| 190 | |
Manjunath Goudar | 7675d6b | 2013-04-02 18:24:00 +0200 | [diff] [blame] | 191 | config USB_EHCI_HCD_SPEAR |
| 192 | tristate "Support for ST SPEAr on-chip EHCI USB controller" |
| 193 | depends on USB_EHCI_HCD && PLAT_SPEAR |
| 194 | default y |
| 195 | ---help--- |
| 196 | Enables support for the on-chip EHCI controller on |
| 197 | ST SPEAr chips. |
| 198 | |
Arnd Bergmann | 905e300 | 2014-09-29 14:54:34 +0200 | [diff] [blame] | 199 | config USB_EHCI_HCD_STI |
| 200 | tristate "Support for ST STiHxxx on-chip EHCI USB controller" |
| 201 | depends on ARCH_STI && OF |
| 202 | select GENERIC_PHY |
| 203 | select USB_EHCI_HCD_PLATFORM |
| 204 | help |
| 205 | Enable support for the on-chip EHCI controller found on |
| 206 | STMicroelectronics consumer electronics SoC's. |
| 207 | |
Manjunath Goudar | 9773696 | 2013-04-02 18:24:02 +0200 | [diff] [blame] | 208 | config USB_EHCI_HCD_AT91 |
| 209 | tristate "Support for Atmel on-chip EHCI USB controller" |
| 210 | depends on USB_EHCI_HCD && ARCH_AT91 |
| 211 | default y |
| 212 | ---help--- |
| 213 | Enables support for the on-chip EHCI controller on |
| 214 | Atmel chips. |
| 215 | |
Pavankumar Kondeti | b0848ae | 2010-12-07 17:53:56 +0530 | [diff] [blame] | 216 | config USB_EHCI_MSM |
Manjunath Goudar | 8c68e84 | 2013-04-02 18:24:03 +0200 | [diff] [blame] | 217 | tristate "Support for Qualcomm QSD/MSM on-chip EHCI USB controller" |
Stephen Boyd | ebfd44f | 2015-03-13 11:09:41 -0700 | [diff] [blame] | 218 | depends on ARCH_QCOM |
Pavankumar Kondeti | b0848ae | 2010-12-07 17:53:56 +0530 | [diff] [blame] | 219 | select USB_EHCI_ROOT_HUB_TT |
Pavankumar Kondeti | b0848ae | 2010-12-07 17:53:56 +0530 | [diff] [blame] | 220 | ---help--- |
| 221 | Enables support for the USB Host controller present on the |
| 222 | Qualcomm chipsets. Root Hub has inbuilt TT. |
| 223 | This driver depends on OTG driver for PHY initialization, |
Pavankumar Kondeti | 8bb6a16 | 2010-12-07 17:53:57 +0530 | [diff] [blame] | 224 | clock management, powering up VBUS, and power management. |
Pavankumar Kondeti | 8cf28f1 | 2011-02-04 10:08:18 +0530 | [diff] [blame] | 225 | This driver is not supported on boards like trout which |
| 226 | has an external PHY. |
Pavankumar Kondeti | b0848ae | 2010-12-07 17:53:56 +0530 | [diff] [blame] | 227 | |
Benoit Goby | 79ad3b5 | 2011-03-09 16:28:56 -0800 | [diff] [blame] | 228 | config USB_EHCI_TEGRA |
Manjunath Goudar | 9fc5f24 | 2013-06-13 11:24:12 -0600 | [diff] [blame] | 229 | tristate "NVIDIA Tegra HCD support" |
Florian Fainelli | 42443dc | 2013-04-09 14:29:27 +0200 | [diff] [blame] | 230 | depends on ARCH_TEGRA |
Benoit Goby | 79ad3b5 | 2011-03-09 16:28:56 -0800 | [diff] [blame] | 231 | select USB_EHCI_ROOT_HUB_TT |
Felipe Balbi | 75f32ec | 2013-03-20 14:18:28 +0200 | [diff] [blame] | 232 | select USB_PHY |
Arnd Bergmann | a262e87 | 2015-11-23 14:51:29 +0100 | [diff] [blame] | 233 | select USB_ULPI |
| 234 | select USB_ULPI_VIEWPORT |
Benoit Goby | 79ad3b5 | 2011-03-09 16:28:56 -0800 | [diff] [blame] | 235 | help |
| 236 | This driver enables support for the internal USB Host Controllers |
| 237 | found in NVIDIA Tegra SoCs. The controllers are EHCI compliant. |
| 238 | |
Valentine Barshak | da0e8fb | 2007-12-30 15:28:50 -0800 | [diff] [blame] | 239 | config USB_EHCI_HCD_PPC_OF |
| 240 | bool "EHCI support for PPC USB controller on OF platform bus" |
Kevin Hao | c31316c | 2015-01-31 21:47:44 +0800 | [diff] [blame] | 241 | depends on PPC |
Valentine Barshak | da0e8fb | 2007-12-30 15:28:50 -0800 | [diff] [blame] | 242 | default y |
| 243 | ---help--- |
| 244 | Enables support for the USB controller present on the PowerPC |
| 245 | OpenFirmware platform bus. |
| 246 | |
Yoshihiro Shimoda | 60b0bf0 | 2011-03-01 16:58:37 +0900 | [diff] [blame] | 247 | config USB_EHCI_SH |
| 248 | bool "EHCI support for SuperH USB controller" |
Florian Fainelli | 42443dc | 2013-04-09 14:29:27 +0200 | [diff] [blame] | 249 | depends on SUPERH |
Yoshihiro Shimoda | 60b0bf0 | 2011-03-01 16:58:37 +0900 | [diff] [blame] | 250 | ---help--- |
| 251 | Enables support for the on-chip EHCI controller on the SuperH. |
| 252 | If you use the PCI EHCI controller, this option is not necessary. |
| 253 | |
Jingoo Han | 29824c16 | 2013-10-10 16:42:47 +0900 | [diff] [blame] | 254 | config USB_EHCI_EXYNOS |
Manjunath Goudar | 7edb3da | 2013-04-02 18:24:01 +0200 | [diff] [blame] | 255 | tristate "EHCI support for Samsung S5P/EXYNOS SoC Series" |
Sylwester Nawrocki | cd6e245 | 2014-10-07 11:12:07 +0200 | [diff] [blame] | 256 | depends on ARCH_S5PV210 || ARCH_EXYNOS |
Greg Kroah-Hartman | e9a92b2 | 2013-02-20 10:25:05 -0800 | [diff] [blame] | 257 | help |
Jingoo Han | 29824c16 | 2013-10-10 16:42:47 +0900 | [diff] [blame] | 258 | Enable support for the Samsung Exynos SOC's on-chip EHCI controller. |
Joonyoung Shim | 1bcc5aa | 2011-04-08 14:08:50 +0900 | [diff] [blame] | 259 | |
Neil Zhang | 3a082ec | 2011-12-20 13:20:23 +0800 | [diff] [blame] | 260 | config USB_EHCI_MV |
Manjunath Goudar | a76dd46 | 2013-04-02 18:23:59 +0200 | [diff] [blame] | 261 | bool "EHCI support for Marvell PXA/MMP USB controller" |
Florian Fainelli | 42443dc | 2013-04-09 14:29:27 +0200 | [diff] [blame] | 262 | depends on (ARCH_PXA || ARCH_MMP) |
Neil Zhang | 3a082ec | 2011-12-20 13:20:23 +0800 | [diff] [blame] | 263 | select USB_EHCI_ROOT_HUB_TT |
| 264 | ---help--- |
| 265 | Enables support for Marvell (including PXA and MMP series) on-chip |
| 266 | USB SPH and OTG controller. SPH is a single port host, and it can |
| 267 | only be EHCI host. OTG is controller that can switch to host mode. |
Manjunath Goudar | a76dd46 | 2013-04-02 18:23:59 +0200 | [diff] [blame] | 268 | Note that this driver will not work on Marvell's other EHCI |
| 269 | controller used by the EBU-type SoCs including Orion, Kirkwood, |
| 270 | Dova, Armada 370 and Armada XP. See "Support for Marvell EBU |
| 271 | on-chip EHCI USB controller" for those. |
Neil Zhang | 3a082ec | 2011-12-20 13:20:23 +0800 | [diff] [blame] | 272 | |
Wan ZongShun | 586dfc8 | 2009-06-13 09:14:28 +0800 | [diff] [blame] | 273 | config USB_W90X900_EHCI |
Manjunath Goudar | a60f4f8 | 2013-09-21 16:44:42 +0530 | [diff] [blame] | 274 | tristate "W90X900(W90P910) EHCI support" |
Florian Fainelli | 42443dc | 2013-04-09 14:29:27 +0200 | [diff] [blame] | 275 | depends on ARCH_W90X900 |
Wan ZongShun | 586dfc8 | 2009-06-13 09:14:28 +0800 | [diff] [blame] | 276 | ---help--- |
| 277 | Enables support for the W90X900 USB controller |
| 278 | |
Mac Lin | 760efe6 | 2010-11-25 23:58:00 +0800 | [diff] [blame] | 279 | config USB_CNS3XXX_EHCI |
Florian Fainelli | f3a958d | 2012-10-08 15:11:25 +0200 | [diff] [blame] | 280 | bool "Cavium CNS3XXX EHCI Module (DEPRECATED)" |
Florian Fainelli | 42443dc | 2013-04-09 14:29:27 +0200 | [diff] [blame] | 281 | depends on ARCH_CNS3XXX |
Florian Fainelli | f3a958d | 2012-10-08 15:11:25 +0200 | [diff] [blame] | 282 | select USB_EHCI_HCD_PLATFORM |
Mac Lin | 760efe6 | 2010-11-25 23:58:00 +0800 | [diff] [blame] | 283 | ---help--- |
Florian Fainelli | f3a958d | 2012-10-08 15:11:25 +0200 | [diff] [blame] | 284 | This option is deprecated now and the driver was removed, use |
| 285 | USB_EHCI_HCD_PLATFORM instead. |
| 286 | |
Mac Lin | 760efe6 | 2010-11-25 23:58:00 +0800 | [diff] [blame] | 287 | Enable support for the CNS3XXX SOC's on-chip EHCI controller. |
| 288 | It is needed for high-speed (480Mbit/sec) USB 2.0 device |
| 289 | support. |
| 290 | |
Gabor Juhos | 502fa84 | 2011-04-13 10:54:22 +0200 | [diff] [blame] | 291 | config USB_EHCI_ATH79 |
Hauke Mehrtens | 5d98cd4 | 2012-03-13 01:04:53 +0100 | [diff] [blame] | 292 | bool "EHCI support for AR7XXX/AR9XXX SoCs (DEPRECATED)" |
Florian Fainelli | 42443dc | 2013-04-09 14:29:27 +0200 | [diff] [blame] | 293 | depends on (SOC_AR71XX || SOC_AR724X || SOC_AR913X || SOC_AR933X) |
Gabor Juhos | 502fa84 | 2011-04-13 10:54:22 +0200 | [diff] [blame] | 294 | select USB_EHCI_ROOT_HUB_TT |
Hauke Mehrtens | 5d98cd4 | 2012-03-13 01:04:53 +0100 | [diff] [blame] | 295 | select USB_EHCI_HCD_PLATFORM |
Gabor Juhos | 502fa84 | 2011-04-13 10:54:22 +0200 | [diff] [blame] | 296 | default y |
| 297 | ---help--- |
Hauke Mehrtens | 5d98cd4 | 2012-03-13 01:04:53 +0100 | [diff] [blame] | 298 | This option is deprecated now and the driver was removed, use |
| 299 | USB_EHCI_HCD_PLATFORM instead. |
| 300 | |
Gabor Juhos | 502fa84 | 2011-04-13 10:54:22 +0200 | [diff] [blame] | 301 | Enables support for the built-in EHCI controller present |
| 302 | on the Atheros AR7XXX/AR9XXX SoCs. |
| 303 | |
Florian Fainelli | 42443dc | 2013-04-09 14:29:27 +0200 | [diff] [blame] | 304 | config USB_EHCI_HCD_PLATFORM |
| 305 | tristate "Generic EHCI driver for a platform device" |
| 306 | default n |
| 307 | ---help--- |
| 308 | Adds an EHCI host driver for a generic platform device, which |
| 309 | provides a memory space and an irq. |
| 310 | |
| 311 | If unsure, say N. |
| 312 | |
| 313 | config USB_OCTEON_EHCI |
Alan Stern | 2193dda | 2014-11-25 12:28:46 +0100 | [diff] [blame] | 314 | bool "Octeon on-chip EHCI support (DEPRECATED)" |
David Daney | 9ddebc4 | 2013-05-22 15:10:46 +0000 | [diff] [blame] | 315 | depends on CAVIUM_OCTEON_SOC |
Florian Fainelli | 42443dc | 2013-04-09 14:29:27 +0200 | [diff] [blame] | 316 | default n |
Ben Hutchings | df115f3 | 2015-05-25 20:27:29 +0100 | [diff] [blame] | 317 | select USB_EHCI_BIG_ENDIAN_MMIO if CPU_BIG_ENDIAN |
Alan Stern | 2193dda | 2014-11-25 12:28:46 +0100 | [diff] [blame] | 318 | select USB_EHCI_HCD_PLATFORM |
Florian Fainelli | 42443dc | 2013-04-09 14:29:27 +0200 | [diff] [blame] | 319 | help |
Alan Stern | 2193dda | 2014-11-25 12:28:46 +0100 | [diff] [blame] | 320 | This option is deprecated now and the driver was removed, use |
| 321 | USB_EHCI_HCD_PLATFORM instead. |
| 322 | |
Florian Fainelli | 42443dc | 2013-04-09 14:29:27 +0200 | [diff] [blame] | 323 | Enable support for the Octeon II SOC's on-chip EHCI |
| 324 | controller. It is needed for high-speed (480Mbit/sec) |
| 325 | USB 2.0 device support. All CN6XXX based chips with USB are |
| 326 | supported. |
| 327 | |
| 328 | endif # USB_EHCI_HCD |
| 329 | |
Rodolfo Giometti | b92a78e | 2008-10-23 10:08:07 +0200 | [diff] [blame] | 330 | config USB_OXU210HP_HCD |
| 331 | tristate "OXU210HP HCD support" |
Vegard Nossum | f4a5d70 | 2016-02-10 15:29:53 +0100 | [diff] [blame] | 332 | depends on HAS_IOMEM |
Rodolfo Giometti | b92a78e | 2008-10-23 10:08:07 +0200 | [diff] [blame] | 333 | ---help--- |
| 334 | The OXU210HP is an USB host/OTG/device controller. Enable this |
| 335 | option if your board has this chip. If unsure, say N. |
| 336 | |
| 337 | This driver does not support isochronous transfers and doesn't |
| 338 | implement OTG nor USB device controllers. |
| 339 | |
| 340 | To compile this driver as a module, choose M here: the |
| 341 | module will be called oxu210hp-hcd. |
| 342 | |
Olav Kongas | 4808a1c | 2005-04-09 22:57:39 +0300 | [diff] [blame] | 343 | config USB_ISP116X_HCD |
| 344 | tristate "ISP116X HCD support" |
Vegard Nossum | ca23d3b | 2016-02-10 15:29:36 +0100 | [diff] [blame] | 345 | depends on HAS_IOMEM |
Olav Kongas | 4808a1c | 2005-04-09 22:57:39 +0300 | [diff] [blame] | 346 | ---help--- |
| 347 | The ISP1160 and ISP1161 chips are USB host controllers. Enable this |
| 348 | option if your board has this chip. If unsure, say N. |
| 349 | |
| 350 | This driver does not support isochronous transfers. |
| 351 | |
| 352 | To compile this driver as a module, choose M here: the |
| 353 | module will be called isp116x-hcd. |
| 354 | |
Lothar Wassmann | a9d4309 | 2009-07-16 20:51:21 -0400 | [diff] [blame] | 355 | config USB_ISP1362_HCD |
| 356 | tristate "ISP1362 HCD support" |
Vegard Nossum | 4a6d9f8 | 2016-02-10 15:29:54 +0100 | [diff] [blame] | 357 | depends on HAS_IOMEM |
Lothar Wassmann | a9d4309 | 2009-07-16 20:51:21 -0400 | [diff] [blame] | 358 | ---help--- |
| 359 | Supports the Philips ISP1362 chip as a host controller |
| 360 | |
| 361 | This driver does not support isochronous transfers. |
| 362 | |
| 363 | To compile this driver as a module, choose M here: the |
| 364 | module will be called isp1362-hcd. |
| 365 | |
Feng-Hsin Chiang | 7d50195 | 2013-07-29 16:48:32 +0000 | [diff] [blame] | 366 | config USB_FOTG210_HCD |
| 367 | tristate "FOTG210 HCD support" |
Geert Uytterhoeven | cf34be7 | 2016-02-21 22:48:47 +0100 | [diff] [blame] | 368 | depends on USB && HAS_DMA && HAS_IOMEM |
Feng-Hsin Chiang | 7d50195 | 2013-07-29 16:48:32 +0000 | [diff] [blame] | 369 | ---help--- |
| 370 | Faraday FOTG210 is an OTG controller which can be configured as |
| 371 | an USB2.0 host. It is designed to meet USB2.0 EHCI specification |
| 372 | with minor modification. |
| 373 | |
| 374 | To compile this driver as a module, choose M here: the |
| 375 | module will be called fotg210-hcd. |
| 376 | |
David Mosberger | 2d53139 | 2014-04-28 22:14:07 -0600 | [diff] [blame] | 377 | config USB_MAX3421_HCD |
| 378 | tristate "MAX3421 HCD (USB-over-SPI) support" |
| 379 | depends on USB && SPI |
| 380 | ---help--- |
| 381 | The Maxim MAX3421E chip supports standard USB 2.0-compliant |
| 382 | full-speed devices either in host or peripheral mode. This |
| 383 | driver supports the host-mode of the MAX3421E only. |
| 384 | |
| 385 | To compile this driver as a module, choose M here: the module will |
| 386 | be called max3421-hcd. |
| 387 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 388 | config USB_OHCI_HCD |
Manjunath Goudar | c1117af | 2013-05-28 18:34:51 +0530 | [diff] [blame] | 389 | tristate "OHCI HCD (USB 1.1) support" |
Geert Uytterhoeven | cf34be7 | 2016-02-21 22:48:47 +0100 | [diff] [blame] | 390 | depends on HAS_DMA && HAS_IOMEM |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 391 | ---help--- |
| 392 | The Open Host Controller Interface (OHCI) is a standard for accessing |
| 393 | USB 1.1 host controller hardware. It does more in hardware than Intel's |
| 394 | UHCI specification. If your USB host controller follows the OHCI spec, |
| 395 | say Y. On most non-x86 systems, and on x86 hardware that's not using a |
| 396 | USB controller from Intel or VIA, this is appropriate. If your host |
| 397 | controller doesn't use PCI, this is probably appropriate. For a PCI |
| 398 | based system where you're not sure, the "lspci -v" entry will list the |
| 399 | right "prog-if" for your USB controller(s): EHCI, OHCI, or UHCI. |
| 400 | |
| 401 | To compile this driver as a module, choose M here: the |
| 402 | module will be called ohci-hcd. |
| 403 | |
Florian Fainelli | 3ad3ca0 | 2013-04-09 14:29:28 +0200 | [diff] [blame] | 404 | if USB_OHCI_HCD |
| 405 | |
Anand Gadiyar | 968b448 | 2010-05-10 21:56:12 +0530 | [diff] [blame] | 406 | config USB_OHCI_HCD_OMAP1 |
Manjunath Goudar | de57a15 | 2013-09-21 16:38:39 +0530 | [diff] [blame] | 407 | tristate "OHCI support for OMAP1/2 chips" |
Florian Fainelli | 3ad3ca0 | 2013-04-09 14:29:28 +0200 | [diff] [blame] | 408 | depends on ARCH_OMAP1 |
Arnd Bergmann | 38e0c10 | 2014-05-08 15:52:20 +0200 | [diff] [blame] | 409 | depends on ISP1301_OMAP || !(MACH_OMAP_H2 || MACH_OMAP_H3) |
Anand Gadiyar | 968b448 | 2010-05-10 21:56:12 +0530 | [diff] [blame] | 410 | default y |
| 411 | ---help--- |
| 412 | Enables support for the OHCI controller on OMAP1/2 chips. |
| 413 | |
Manjunath Goudar | 1cc6ac5 | 2013-09-21 16:38:41 +0530 | [diff] [blame] | 414 | config USB_OHCI_HCD_SPEAR |
| 415 | tristate "Support for ST SPEAr on-chip OHCI USB controller" |
| 416 | depends on USB_OHCI_HCD && PLAT_SPEAR |
| 417 | default y |
| 418 | ---help--- |
| 419 | Enables support for the on-chip OHCI controller on |
| 420 | ST SPEAr chips. |
| 421 | |
Arnd Bergmann | 905e300 | 2014-09-29 14:54:34 +0200 | [diff] [blame] | 422 | config USB_OHCI_HCD_STI |
| 423 | tristate "Support for ST STiHxxx on-chip OHCI USB controller" |
| 424 | depends on ARCH_STI && OF |
| 425 | select GENERIC_PHY |
| 426 | select USB_OHCI_HCD_PLATFORM |
| 427 | help |
| 428 | Enable support for the on-chip OHCI controller found on |
| 429 | STMicroelectronics consumer electronics SoC's. |
| 430 | |
Manjunath Goudar | f23b71f | 2013-09-21 16:38:43 +0530 | [diff] [blame] | 431 | config USB_OHCI_HCD_S3C2410 |
| 432 | tristate "OHCI support for Samsung S3C24xx/S3C64xx SoC series" |
| 433 | depends on USB_OHCI_HCD && (ARCH_S3C24XX || ARCH_S3C64XX) |
| 434 | default y |
| 435 | ---help--- |
| 436 | Enables support for the on-chip OHCI controller on |
| 437 | S3C24xx/S3C64xx chips. |
| 438 | |
Manjunath Goudar | 30330b8 | 2013-09-21 16:38:44 +0530 | [diff] [blame] | 439 | config USB_OHCI_HCD_LPC32XX |
| 440 | tristate "Support for LPC on-chip OHCI USB controller" |
| 441 | depends on USB_OHCI_HCD && ARCH_LPC32XX |
Arnd Bergmann | 38e0c10 | 2014-05-08 15:52:20 +0200 | [diff] [blame] | 442 | depends on USB_ISP1301 |
Manjunath Goudar | 30330b8 | 2013-09-21 16:38:44 +0530 | [diff] [blame] | 443 | default y |
| 444 | ---help--- |
| 445 | Enables support for the on-chip OHCI controller on |
| 446 | NXP chips. |
| 447 | |
Manjunath Goudar | b8ad5c3 | 2013-09-21 16:38:46 +0530 | [diff] [blame] | 448 | config USB_OHCI_HCD_PXA27X |
| 449 | tristate "Support for PXA27X/PXA3XX on-chip OHCI USB controller" |
| 450 | depends on USB_OHCI_HCD && (PXA27x || PXA3xx) |
| 451 | default y |
| 452 | ---help--- |
| 453 | Enables support for the on-chip OHCI controller on |
| 454 | PXA27x/PXA3xx chips. |
| 455 | |
Manjunath Goudar | e3825b4 | 2013-09-21 16:38:42 +0530 | [diff] [blame] | 456 | config USB_OHCI_HCD_AT91 |
Alexandre Belloni | be12be5 | 2015-08-10 16:23:10 +0200 | [diff] [blame] | 457 | tristate "Support for Atmel on-chip OHCI USB controller" |
| 458 | depends on USB_OHCI_HCD && ARCH_AT91 && OF |
| 459 | default y |
| 460 | ---help--- |
Manjunath Goudar | e3825b4 | 2013-09-21 16:38:42 +0530 | [diff] [blame] | 461 | Enables support for the on-chip OHCI controller on |
| 462 | Atmel chips. |
| 463 | |
Anand Gadiyar | 968b448 | 2010-05-10 21:56:12 +0530 | [diff] [blame] | 464 | config USB_OHCI_HCD_OMAP3 |
Manjunath Goudar | 3a48fef | 2013-09-21 16:38:40 +0530 | [diff] [blame] | 465 | tristate "OHCI support for OMAP3 and later chips" |
Florian Fainelli | 3ad3ca0 | 2013-04-09 14:29:28 +0200 | [diff] [blame] | 466 | depends on (ARCH_OMAP3 || ARCH_OMAP4) |
Anand Gadiyar | 968b448 | 2010-05-10 21:56:12 +0530 | [diff] [blame] | 467 | default y |
| 468 | ---help--- |
| 469 | Enables support for the on-chip OHCI controller on |
| 470 | OMAP3 and later chips. |
| 471 | |
Arnd Bergmann | 068413e | 2014-05-08 15:52:21 +0200 | [diff] [blame] | 472 | config USB_OHCI_HCD_DAVINCI |
| 473 | bool "OHCI support for TI DaVinci DA8xx" |
| 474 | depends on ARCH_DAVINCI_DA8XX |
| 475 | depends on USB_OHCI_HCD=y |
| 476 | default y |
| 477 | help |
| 478 | Enables support for the DaVinci DA8xx integrated OHCI |
| 479 | controller. This driver cannot currently be a loadable |
| 480 | module because it lacks a proper PHY abstraction. |
| 481 | |
Gabor Juhos | 90e6ca5 | 2011-04-13 10:54:24 +0200 | [diff] [blame] | 482 | config USB_OHCI_ATH79 |
Hauke Mehrtens | 5d98cd4 | 2012-03-13 01:04:53 +0100 | [diff] [blame] | 483 | bool "USB OHCI support for the Atheros AR71XX/AR7240 SoCs (DEPRECATED)" |
Florian Fainelli | 3ad3ca0 | 2013-04-09 14:29:28 +0200 | [diff] [blame] | 484 | depends on (SOC_AR71XX || SOC_AR724X) |
Hauke Mehrtens | 5d98cd4 | 2012-03-13 01:04:53 +0100 | [diff] [blame] | 485 | select USB_OHCI_HCD_PLATFORM |
Gabor Juhos | 90e6ca5 | 2011-04-13 10:54:24 +0200 | [diff] [blame] | 486 | default y |
| 487 | help |
Hauke Mehrtens | 5d98cd4 | 2012-03-13 01:04:53 +0100 | [diff] [blame] | 488 | This option is deprecated now and the driver was removed, use |
| 489 | USB_OHCI_HCD_PLATFORM instead. |
| 490 | |
Gabor Juhos | 90e6ca5 | 2011-04-13 10:54:24 +0200 | [diff] [blame] | 491 | Enables support for the built-in OHCI controller present on the |
| 492 | Atheros AR71XX/AR7240 SoCs. |
| 493 | |
Sylvain Munaut | 495a678 | 2006-12-13 21:09:55 +0100 | [diff] [blame] | 494 | config USB_OHCI_HCD_PPC_OF_BE |
Arnd Bergmann | 45e8388 | 2009-06-19 05:35:34 -0700 | [diff] [blame] | 495 | bool "OHCI support for OF platform bus (big endian)" |
Kevin Hao | c31316c | 2015-01-31 21:47:44 +0800 | [diff] [blame] | 496 | depends on PPC |
Sylvain Munaut | 495a678 | 2006-12-13 21:09:55 +0100 | [diff] [blame] | 497 | select USB_OHCI_BIG_ENDIAN_DESC |
| 498 | select USB_OHCI_BIG_ENDIAN_MMIO |
Arnd Bergmann | 45e8388 | 2009-06-19 05:35:34 -0700 | [diff] [blame] | 499 | ---help--- |
| 500 | Enables support for big-endian USB controllers present on the |
| 501 | OpenFirmware platform bus. |
Sylvain Munaut | 495a678 | 2006-12-13 21:09:55 +0100 | [diff] [blame] | 502 | |
| 503 | config USB_OHCI_HCD_PPC_OF_LE |
Arnd Bergmann | 45e8388 | 2009-06-19 05:35:34 -0700 | [diff] [blame] | 504 | bool "OHCI support for OF platform bus (little endian)" |
Kevin Hao | c31316c | 2015-01-31 21:47:44 +0800 | [diff] [blame] | 505 | depends on PPC |
Sylvain Munaut | 495a678 | 2006-12-13 21:09:55 +0100 | [diff] [blame] | 506 | select USB_OHCI_LITTLE_ENDIAN |
Arnd Bergmann | 45e8388 | 2009-06-19 05:35:34 -0700 | [diff] [blame] | 507 | ---help--- |
| 508 | Enables support for little-endian USB controllers present on the |
| 509 | OpenFirmware platform bus. |
| 510 | |
| 511 | config USB_OHCI_HCD_PPC_OF |
| 512 | bool |
Kevin Hao | c31316c | 2015-01-31 21:47:44 +0800 | [diff] [blame] | 513 | depends on PPC |
Arnd Bergmann | 45e8388 | 2009-06-19 05:35:34 -0700 | [diff] [blame] | 514 | default USB_OHCI_HCD_PPC_OF_BE || USB_OHCI_HCD_PPC_OF_LE |
Sylvain Munaut | 495a678 | 2006-12-13 21:09:55 +0100 | [diff] [blame] | 515 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 516 | config USB_OHCI_HCD_PCI |
Manjunath Goudar | c1117af | 2013-05-28 18:34:51 +0530 | [diff] [blame] | 517 | tristate "OHCI support for PCI-bus USB controllers" |
| 518 | depends on PCI |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 519 | default y |
| 520 | select USB_OHCI_LITTLE_ENDIAN |
| 521 | ---help--- |
| 522 | Enables support for PCI-bus plug-in USB controller cards. |
| 523 | If unsure, say Y. |
| 524 | |
Michael Buesch | c604e85 | 2007-10-09 23:47:17 -0700 | [diff] [blame] | 525 | config USB_OHCI_HCD_SSB |
Hauke Mehrtens | 259b83a | 2012-03-15 23:49:59 +0100 | [diff] [blame] | 526 | bool "OHCI support for Broadcom SSB OHCI core (DEPRECATED)" |
Florian Fainelli | 3ad3ca0 | 2013-04-09 14:29:28 +0200 | [diff] [blame] | 527 | depends on (SSB = y || SSB = USB_OHCI_HCD) |
Hauke Mehrtens | 259b83a | 2012-03-15 23:49:59 +0100 | [diff] [blame] | 528 | select USB_HCD_SSB |
| 529 | select USB_OHCI_HCD_PLATFORM |
Michael Buesch | c604e85 | 2007-10-09 23:47:17 -0700 | [diff] [blame] | 530 | default n |
| 531 | ---help--- |
Hauke Mehrtens | 259b83a | 2012-03-15 23:49:59 +0100 | [diff] [blame] | 532 | This option is deprecated now and the driver was removed, use |
| 533 | USB_HCD_SSB and USB_OHCI_HCD_PLATFORM instead. |
| 534 | |
Michael Buesch | c604e85 | 2007-10-09 23:47:17 -0700 | [diff] [blame] | 535 | Support for the Sonics Silicon Backplane (SSB) attached |
| 536 | Broadcom USB OHCI core. |
| 537 | |
| 538 | This device is present in some embedded devices with |
| 539 | Broadcom based SSB bus. |
| 540 | |
| 541 | If unsure, say N. |
| 542 | |
Yoshihiro Shimoda | 60b0bf0 | 2011-03-01 16:58:37 +0900 | [diff] [blame] | 543 | config USB_OHCI_SH |
Florian Fainelli | 231a72e | 2012-10-08 15:11:37 +0200 | [diff] [blame] | 544 | bool "OHCI support for SuperH USB controller (DEPRECATED)" |
Florian Fainelli | 3ad3ca0 | 2013-04-09 14:29:28 +0200 | [diff] [blame] | 545 | depends on SUPERH |
Florian Fainelli | 231a72e | 2012-10-08 15:11:37 +0200 | [diff] [blame] | 546 | select USB_OHCI_HCD_PLATFORM |
Yoshihiro Shimoda | 60b0bf0 | 2011-03-01 16:58:37 +0900 | [diff] [blame] | 547 | ---help--- |
Florian Fainelli | 231a72e | 2012-10-08 15:11:37 +0200 | [diff] [blame] | 548 | This option is deprecated now and the driver was removed, use |
| 549 | USB_OHCI_HCD_PLATFORM instead. |
| 550 | |
Yoshihiro Shimoda | 60b0bf0 | 2011-03-01 16:58:37 +0900 | [diff] [blame] | 551 | Enables support for the on-chip OHCI controller on the SuperH. |
| 552 | If you use the PCI OHCI controller, this option is not necessary. |
| 553 | |
Jingoo Han | 6219424 | 2011-12-23 11:20:54 +0900 | [diff] [blame] | 554 | config USB_OHCI_EXYNOS |
Manjunath Goudar | 50a97e0 | 2013-09-21 16:38:38 +0530 | [diff] [blame] | 555 | tristate "OHCI support for Samsung S5P/EXYNOS SoC Series" |
Sylwester Nawrocki | cd6e245 | 2014-10-07 11:12:07 +0200 | [diff] [blame] | 556 | depends on ARCH_S5PV210 || ARCH_EXYNOS |
Jingoo Han | 6219424 | 2011-12-23 11:20:54 +0900 | [diff] [blame] | 557 | help |
| 558 | Enable support for the Samsung Exynos SOC's on-chip OHCI controller. |
| 559 | |
Mac Lin | 760efe6 | 2010-11-25 23:58:00 +0800 | [diff] [blame] | 560 | config USB_CNS3XXX_OHCI |
Florian Fainelli | c23920b0 | 2012-10-08 15:11:33 +0200 | [diff] [blame] | 561 | bool "Cavium CNS3XXX OHCI Module (DEPRECATED)" |
Florian Fainelli | 3ad3ca0 | 2013-04-09 14:29:28 +0200 | [diff] [blame] | 562 | depends on ARCH_CNS3XXX |
Florian Fainelli | c23920b0 | 2012-10-08 15:11:33 +0200 | [diff] [blame] | 563 | select USB_OHCI_HCD_PLATFORM |
Mac Lin | 760efe6 | 2010-11-25 23:58:00 +0800 | [diff] [blame] | 564 | ---help--- |
Florian Fainelli | c23920b0 | 2012-10-08 15:11:33 +0200 | [diff] [blame] | 565 | This option is deprecated now and the driver was removed, use |
| 566 | USB_OHCI_HCD_PLATFORM instead. |
| 567 | |
Mac Lin | 760efe6 | 2010-11-25 23:58:00 +0800 | [diff] [blame] | 568 | Enable support for the CNS3XXX SOC's on-chip OHCI controller. |
| 569 | It is needed for low-speed USB 1.0 device support. |
| 570 | |
Hauke Mehrtens | fa3364b | 2012-03-13 01:04:47 +0100 | [diff] [blame] | 571 | config USB_OHCI_HCD_PLATFORM |
Manjunath Goudar | 928fb68 | 2013-06-03 20:46:08 +0530 | [diff] [blame] | 572 | tristate "Generic OHCI driver for a platform device" |
Hauke Mehrtens | fa3364b | 2012-03-13 01:04:47 +0100 | [diff] [blame] | 573 | default n |
| 574 | ---help--- |
| 575 | Adds an OHCI host driver for a generic platform device, which |
Peter Meerwald | 898d828 | 2012-08-18 15:53:12 +0200 | [diff] [blame] | 576 | provides a memory space and an irq. |
Hauke Mehrtens | fa3364b | 2012-03-13 01:04:47 +0100 | [diff] [blame] | 577 | |
| 578 | If unsure, say N. |
| 579 | |
Florian Fainelli | 3ad3ca0 | 2013-04-09 14:29:28 +0200 | [diff] [blame] | 580 | config USB_OCTEON_OHCI |
Alan Stern | 2193dda | 2014-11-25 12:28:46 +0100 | [diff] [blame] | 581 | bool "Octeon on-chip OHCI support (DEPRECATED)" |
David Daney | 9ddebc4 | 2013-05-22 15:10:46 +0000 | [diff] [blame] | 582 | depends on CAVIUM_OCTEON_SOC |
Florian Fainelli | 3ad3ca0 | 2013-04-09 14:29:28 +0200 | [diff] [blame] | 583 | default USB_OCTEON_EHCI |
Ben Hutchings | df115f3 | 2015-05-25 20:27:29 +0100 | [diff] [blame] | 584 | select USB_OHCI_BIG_ENDIAN_MMIO if CPU_BIG_ENDIAN |
Florian Fainelli | 3ad3ca0 | 2013-04-09 14:29:28 +0200 | [diff] [blame] | 585 | select USB_OHCI_LITTLE_ENDIAN |
Alan Stern | 2193dda | 2014-11-25 12:28:46 +0100 | [diff] [blame] | 586 | select USB_OHCI_HCD_PLATFORM |
Florian Fainelli | 3ad3ca0 | 2013-04-09 14:29:28 +0200 | [diff] [blame] | 587 | help |
Alan Stern | 2193dda | 2014-11-25 12:28:46 +0100 | [diff] [blame] | 588 | This option is deprecated now and the driver was removed, use |
| 589 | USB_OHCI_HCD_PLATFORM instead. |
| 590 | |
Florian Fainelli | 3ad3ca0 | 2013-04-09 14:29:28 +0200 | [diff] [blame] | 591 | Enable support for the Octeon II SOC's on-chip OHCI |
| 592 | controller. It is needed for low-speed USB 1.0 device |
| 593 | support. All CN6XXX based chips with USB are supported. |
| 594 | |
Florian Fainelli | 3ad3ca0 | 2013-04-09 14:29:28 +0200 | [diff] [blame] | 595 | endif # USB_OHCI_HCD |
| 596 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 597 | config USB_UHCI_HCD |
| 598 | tristate "UHCI HCD (most Intel and VIA) support" |
Alan Stern | ccd9509 | 2013-05-14 13:54:12 -0400 | [diff] [blame] | 599 | depends on PCI || USB_UHCI_SUPPORT_NON_PCI_HC |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 600 | ---help--- |
| 601 | The Universal Host Controller Interface is a standard by Intel for |
| 602 | accessing the USB hardware in the PC (which is also called the USB |
| 603 | host controller). If your USB host controller conforms to this |
| 604 | standard, you may want to say Y, but see below. All recent boards |
| 605 | with Intel PCI chipsets (like intel 430TX, 440FX, 440LX, 440BX, |
| 606 | i810, i820) conform to this standard. Also all VIA PCI chipsets |
| 607 | (like VIA VP2, VP3, MVP3, Apollo Pro, Apollo Pro II or Apollo Pro |
Jan Andersson | 3db7739 | 2011-05-06 12:00:18 +0200 | [diff] [blame] | 608 | 133) and LEON/GRLIB SoCs with the GRUSBHC controller. |
| 609 | If unsure, say Y. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 610 | |
| 611 | To compile this driver as a module, choose M here: the |
| 612 | module will be called uhci-hcd. |
| 613 | |
Jan Andersson | d3219d1 | 2011-05-06 12:00:17 +0200 | [diff] [blame] | 614 | config USB_UHCI_SUPPORT_NON_PCI_HC |
| 615 | bool |
Alan Stern | ccd9509 | 2013-05-14 13:54:12 -0400 | [diff] [blame] | 616 | default y if (SPARC_LEON || USB_UHCI_PLATFORM) |
Tony Prisk | 100d459 | 2012-07-21 22:58:53 +1200 | [diff] [blame] | 617 | |
| 618 | config USB_UHCI_PLATFORM |
Alan Stern | ccd9509 | 2013-05-14 13:54:12 -0400 | [diff] [blame] | 619 | bool |
Tony Prisk | 100d459 | 2012-07-21 22:58:53 +1200 | [diff] [blame] | 620 | default y if ARCH_VT8500 |
Jan Andersson | d3219d1 | 2011-05-06 12:00:17 +0200 | [diff] [blame] | 621 | |
Jan Andersson | 8452c67 | 2011-05-18 10:44:49 +0200 | [diff] [blame] | 622 | config USB_UHCI_BIG_ENDIAN_MMIO |
| 623 | bool |
Alan Stern | ccd9509 | 2013-05-14 13:54:12 -0400 | [diff] [blame] | 624 | default y if SPARC_LEON |
Jan Andersson | 8452c67 | 2011-05-18 10:44:49 +0200 | [diff] [blame] | 625 | |
Jan Andersson | 51e2f62 | 2011-05-18 10:44:51 +0200 | [diff] [blame] | 626 | config USB_UHCI_BIG_ENDIAN_DESC |
| 627 | bool |
Alan Stern | ccd9509 | 2013-05-14 13:54:12 -0400 | [diff] [blame] | 628 | default y if SPARC_LEON |
Jan Andersson | 51e2f62 | 2011-05-18 10:44:51 +0200 | [diff] [blame] | 629 | |
Anton Vorontsov | 236dd4d | 2009-01-10 05:03:21 +0300 | [diff] [blame] | 630 | config USB_FHCI_HCD |
| 631 | tristate "Freescale QE USB Host Controller support" |
Florian Fainelli | 25e11ec | 2013-04-09 14:29:25 +0200 | [diff] [blame] | 632 | depends on OF_GPIO && QE_GPIO && QUICC_ENGINE |
Anton Vorontsov | 236dd4d | 2009-01-10 05:03:21 +0300 | [diff] [blame] | 633 | select FSL_GTM |
| 634 | select QE_USB |
| 635 | help |
| 636 | This driver enables support for Freescale QE USB Host Controller |
| 637 | (as found on MPC8360 and MPC8323 processors), the driver supports |
| 638 | Full and Low Speed USB. |
| 639 | |
| 640 | config FHCI_DEBUG |
| 641 | bool "Freescale QE USB Host Controller debug support" |
| 642 | depends on USB_FHCI_HCD && DEBUG_FS |
| 643 | help |
| 644 | Say "y" to see some FHCI debug information and statistics |
Lucas De Marchi | 25985ed | 2011-03-30 22:57:33 -0300 | [diff] [blame] | 645 | through debugfs. |
Anton Vorontsov | 236dd4d | 2009-01-10 05:03:21 +0300 | [diff] [blame] | 646 | |
Tony Olech | d774efe | 2006-09-13 11:27:35 +0100 | [diff] [blame] | 647 | config USB_U132_HCD |
| 648 | tristate "Elan U132 Adapter Host Controller" |
Florian Fainelli | 25e11ec | 2013-04-09 14:29:25 +0200 | [diff] [blame] | 649 | depends on USB_FTDI_ELAN |
Tony Olech | d774efe | 2006-09-13 11:27:35 +0100 | [diff] [blame] | 650 | help |
| 651 | The U132 adapter is a USB to CardBus adapter specifically designed |
| 652 | for PC cards that contain an OHCI host controller. Typical PC cards |
| 653 | are the Orange Mobile 3G Option GlobeTrotter Fusion card. The U132 |
| 654 | adapter will *NOT* work with PC cards that do not contain an OHCI |
| 655 | controller. |
| 656 | |
Matt LaPlante | 3cb2fcc | 2006-11-30 05:22:59 +0100 | [diff] [blame] | 657 | For those PC cards that contain multiple OHCI controllers only the |
Tony Olech | d774efe | 2006-09-13 11:27:35 +0100 | [diff] [blame] | 658 | first one is used. |
| 659 | |
| 660 | The driver consists of two modules, the "ftdi-elan" module is a |
| 661 | USB client driver that interfaces to the FTDI chip within ELAN's |
| 662 | USB-to-PCMCIA adapter, and this "u132-hcd" module is a USB host |
| 663 | controller driver that talks to the OHCI controller within the |
| 664 | CardBus cards that are inserted in the U132 adapter. |
| 665 | |
| 666 | This driver has been tested with a CardBus OHCI USB adapter, and |
| 667 | worked with a USB PEN Drive inserted into the first USB port of |
| 668 | the PCCARD. A rather pointless thing to do, but useful for testing. |
| 669 | |
| 670 | It is safe to say M here. |
| 671 | |
| 672 | See also <http://www.elandigitalsystems.com/support/ufaq/u132linux.php> |
| 673 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 674 | config USB_SL811_HCD |
| 675 | tristate "SL811HS HCD support" |
Vegard Nossum | cfa33ea | 2016-02-10 15:29:43 +0100 | [diff] [blame] | 676 | depends on HAS_IOMEM |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 677 | help |
| 678 | The SL811HS is a single-port USB controller that supports either |
| 679 | host side or peripheral side roles. Enable this option if your |
| 680 | board has this chip, and you want to use it as a host controller. |
| 681 | If unsure, say N. |
| 682 | |
| 683 | To compile this driver as a module, choose M here: the |
| 684 | module will be called sl811-hcd. |
| 685 | |
Mike Frysinger | ad7c56f | 2011-03-22 15:35:39 -0400 | [diff] [blame] | 686 | config USB_SL811_HCD_ISO |
| 687 | bool "partial ISO support" |
| 688 | depends on USB_SL811_HCD |
| 689 | help |
| 690 | The driver doesn't support iso_frame_desc (yet), but for some simple |
| 691 | devices that just queue one ISO frame per URB, then ISO transfers |
| 692 | "should" work using the normal urb status fields. |
| 693 | |
| 694 | If unsure, say N. |
| 695 | |
David Brownell | c6de2b6 | 2005-05-26 05:55:55 -0700 | [diff] [blame] | 696 | config USB_SL811_CS |
| 697 | tristate "CF/PCMCIA support for SL811HS HCD" |
| 698 | depends on USB_SL811_HCD && PCMCIA |
David Brownell | c6de2b6 | 2005-05-26 05:55:55 -0700 | [diff] [blame] | 699 | help |
| 700 | Wraps a PCMCIA driver around the SL811HS HCD, supporting the RATOC |
| 701 | REX-CFU1U CF card (often used with PDAs). If unsure, say N. |
| 702 | |
| 703 | To compile this driver as a module, choose M here: the |
| 704 | module will be called "sl811_cs". |
| 705 | |
Yoshihiro Shimoda | 5d30435 | 2007-05-10 13:18:19 +0900 | [diff] [blame] | 706 | config USB_R8A66597_HCD |
M4rkusXXL | fa0de2b | 2007-08-10 14:53:32 -0700 | [diff] [blame] | 707 | tristate "R8A66597 HCD support" |
Vegard Nossum | e37a6c9 | 2016-02-10 15:29:40 +0100 | [diff] [blame] | 708 | depends on HAS_IOMEM |
Yoshihiro Shimoda | 5d30435 | 2007-05-10 13:18:19 +0900 | [diff] [blame] | 709 | help |
| 710 | The R8A66597 is a USB 2.0 host and peripheral controller. |
| 711 | |
| 712 | Enable this option if your board has this chip, and you want |
| 713 | to use it as a host controller. If unsure, say N. |
| 714 | |
| 715 | To compile this driver as a module, choose M here: the |
| 716 | module will be called r8a66597-hcd. |
| 717 | |
Kuninori Morimoto | 034d7c1 | 2011-10-10 22:07:40 -0700 | [diff] [blame] | 718 | config USB_RENESAS_USBHS_HCD |
| 719 | tristate "Renesas USBHS HCD support" |
Kuninori Morimoto | 034d7c1 | 2011-10-10 22:07:40 -0700 | [diff] [blame] | 720 | depends on USB_RENESAS_USBHS |
| 721 | help |
| 722 | The Renesas USBHS is a USB 2.0 host and peripheral controller. |
| 723 | |
| 724 | Enable this option if your board has this chip, and you want |
| 725 | to use it as a host controller. If unsure, say N. |
| 726 | |
| 727 | To compile this driver as a module, choose M here: the |
| 728 | module will be called renesas-usbhs. |
| 729 | |
David Vrabel | 7e6133a | 2008-09-17 16:34:28 +0100 | [diff] [blame] | 730 | config USB_WHCI_HCD |
Greg Kroah-Hartman | eb83be9 | 2012-09-14 21:15:50 -0700 | [diff] [blame] | 731 | tristate "Wireless USB Host Controller Interface (WHCI) driver" |
Randy Dunlap | 36f8ecb | 2012-01-27 15:47:03 -0800 | [diff] [blame] | 732 | depends on PCI && USB && UWB |
David Vrabel | 7e6133a | 2008-09-17 16:34:28 +0100 | [diff] [blame] | 733 | select USB_WUSB |
| 734 | select UWB_WHCI |
| 735 | help |
| 736 | A driver for PCI-based Wireless USB Host Controllers that are |
| 737 | compliant with the WHCI specification. |
| 738 | |
| 739 | To compile this driver a module, choose M here: the module |
| 740 | will be called "whci-hcd". |
Inaky Perez-Gonzalez | d09318b | 2008-09-17 16:34:30 +0100 | [diff] [blame] | 741 | |
| 742 | config USB_HWA_HCD |
Greg Kroah-Hartman | eb83be9 | 2012-09-14 21:15:50 -0700 | [diff] [blame] | 743 | tristate "Host Wire Adapter (HWA) driver" |
Thomas Pugliese | cbb6719 | 2014-09-16 16:25:24 -0500 | [diff] [blame] | 744 | depends on USB && UWB |
Inaky Perez-Gonzalez | d09318b | 2008-09-17 16:34:30 +0100 | [diff] [blame] | 745 | select USB_WUSB |
| 746 | select UWB_HWA |
| 747 | help |
| 748 | This driver enables you to connect Wireless USB devices to |
| 749 | your system using a Host Wire Adaptor USB dongle. This is an |
| 750 | UWB Radio Controller and WUSB Host Controller connected to |
| 751 | your machine via USB (specified in WUSB1.0). |
| 752 | |
| 753 | To compile this driver a module, choose M here: the module |
| 754 | will be called "hwa-hc". |
Martin Fuzzey | 23d3e7a | 2009-11-21 12:14:48 +0100 | [diff] [blame] | 755 | |
| 756 | config USB_IMX21_HCD |
Sascha Hauer | 5de9ec4 | 2011-08-24 08:41:10 +0200 | [diff] [blame] | 757 | tristate "i.MX21 HCD support" |
Florian Fainelli | 25e11ec | 2013-04-09 14:29:25 +0200 | [diff] [blame] | 758 | depends on ARM && ARCH_MXC |
Martin Fuzzey | 23d3e7a | 2009-11-21 12:14:48 +0100 | [diff] [blame] | 759 | help |
| 760 | This driver enables support for the on-chip USB host in the |
Sascha Hauer | 5de9ec4 | 2011-08-24 08:41:10 +0200 | [diff] [blame] | 761 | i.MX21 processor. |
Martin Fuzzey | 23d3e7a | 2009-11-21 12:14:48 +0100 | [diff] [blame] | 762 | |
| 763 | To compile this driver as a module, choose M here: the |
| 764 | module will be called "imx21-hcd". |
| 765 | |
Hauke Mehrtens | 62e11d1 | 2012-03-15 23:49:57 +0100 | [diff] [blame] | 766 | config USB_HCD_BCMA |
| 767 | tristate "BCMA usb host driver" |
Greg Kroah-Hartman | eb83be9 | 2012-09-14 21:15:50 -0700 | [diff] [blame] | 768 | depends on BCMA |
Hauke Mehrtens | 62e11d1 | 2012-03-15 23:49:57 +0100 | [diff] [blame] | 769 | select USB_OHCI_HCD_PLATFORM if USB_OHCI_HCD |
| 770 | select USB_EHCI_HCD_PLATFORM if USB_EHCI_HCD |
| 771 | help |
Jesper Dangaard Brouer | 71c421d | 2012-06-15 12:01:33 +0200 | [diff] [blame] | 772 | Enable support for the EHCI and OCHI host controller on an bcma bus. |
Hauke Mehrtens | 62e11d1 | 2012-03-15 23:49:57 +0100 | [diff] [blame] | 773 | It converts the bcma driver into two platform device drivers |
| 774 | for ehci and ohci. |
| 775 | |
| 776 | If unsure, say N. |
Hauke Mehrtens | 7043c2c | 2012-03-15 23:49:58 +0100 | [diff] [blame] | 777 | |
| 778 | config USB_HCD_SSB |
| 779 | tristate "SSB usb host driver" |
Greg Kroah-Hartman | eb83be9 | 2012-09-14 21:15:50 -0700 | [diff] [blame] | 780 | depends on SSB |
Hauke Mehrtens | 7043c2c | 2012-03-15 23:49:58 +0100 | [diff] [blame] | 781 | select USB_OHCI_HCD_PLATFORM if USB_OHCI_HCD |
| 782 | select USB_EHCI_HCD_PLATFORM if USB_EHCI_HCD |
| 783 | help |
Jesper Dangaard Brouer | 71c421d | 2012-06-15 12:01:33 +0200 | [diff] [blame] | 784 | Enable support for the EHCI and OCHI host controller on an bcma bus. |
Hauke Mehrtens | 7043c2c | 2012-03-15 23:49:58 +0100 | [diff] [blame] | 785 | It converts the bcma driver into two platform device drivers |
| 786 | for ehci and ohci. |
| 787 | |
| 788 | If unsure, say N. |
Jack Pham | 726a85c | 2013-08-13 13:40:13 -0700 | [diff] [blame] | 789 | |
| 790 | config USB_HCD_TEST_MODE |
| 791 | bool "HCD test mode support" |
| 792 | ---help--- |
| 793 | Say 'Y' to enable additional software test modes that may be |
| 794 | supported by the host controller drivers. |
| 795 | |
| 796 | One such test mode is the Embedded High-speed Host Electrical Test |
| 797 | (EHSET) for EHCI host controller hardware, specifically the "Single |
| 798 | Step Set Feature" test. Typically this will be enabled for On-the-Go |
| 799 | or embedded hosts that need to undergo USB-IF compliance testing with |
| 800 | the aid of special testing hardware. In the future, this may expand |
| 801 | to include other tests that require support from a HCD driver. |
| 802 | |
| 803 | This option is of interest only to developers who need to validate |
| 804 | their USB hardware designs. It is not needed for normal use. If |
| 805 | unsure, say N. |