Kconfig 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711
  1. #
  2. # USB Host Controller Drivers
  3. #
  4. comment "USB Host Controller Drivers"
  5. config USB_C67X00_HCD
  6. tristate "Cypress C67x00 HCD support"
  7. help
  8. The Cypress C67x00 (EZ-Host/EZ-OTG) chips are dual-role
  9. host/peripheral/OTG USB controllers.
  10. Enable this option to support this chip in host controller mode.
  11. If unsure, say N.
  12. To compile this driver as a module, choose M here: the
  13. module will be called c67x00.
  14. config USB_XHCI_HCD
  15. tristate "xHCI HCD (USB 3.0) support"
  16. depends on USB_ARCH_HAS_XHCI
  17. ---help---
  18. The eXtensible Host Controller Interface (xHCI) is standard for USB 3.0
  19. "SuperSpeed" host controller hardware.
  20. To compile this driver as a module, choose M here: the
  21. module will be called xhci-hcd.
  22. if USB_XHCI_HCD
  23. config USB_XHCI_PLATFORM
  24. tristate
  25. config USB_XHCI_HCD_DEBUGGING
  26. bool "Debugging for the xHCI host controller"
  27. ---help---
  28. Say 'Y' to turn on debugging for the xHCI host controller driver.
  29. This will spew debugging output, even in interrupt context.
  30. This should only be used for debugging xHCI driver bugs.
  31. If unsure, say N.
  32. endif # USB_XHCI_HCD
  33. config USB_EHCI_HCD
  34. tristate "EHCI HCD (USB 2.0) support"
  35. depends on USB_ARCH_HAS_EHCI
  36. ---help---
  37. The Enhanced Host Controller Interface (EHCI) is standard for USB 2.0
  38. "high speed" (480 Mbit/sec, 60 Mbyte/sec) host controller hardware.
  39. If your USB host controller supports USB 2.0, you will likely want to
  40. configure this Host Controller Driver.
  41. EHCI controllers are packaged with "companion" host controllers (OHCI
  42. or UHCI) to handle USB 1.1 devices connected to root hub ports. Ports
  43. will connect to EHCI if the device is high speed, otherwise they
  44. connect to a companion controller. If you configure EHCI, you should
  45. probably configure the OHCI (for NEC and some other vendors) USB Host
  46. Controller Driver or UHCI (for Via motherboards) Host Controller
  47. Driver too.
  48. You may want to read <file:Documentation/usb/ehci.txt>.
  49. To compile this driver as a module, choose M here: the
  50. module will be called ehci-hcd.
  51. config USB_EHCI_ROOT_HUB_TT
  52. bool "Root Hub Transaction Translators"
  53. depends on USB_EHCI_HCD || USB_CHIPIDEA_HOST
  54. ---help---
  55. Some EHCI chips have vendor-specific extensions to integrate
  56. transaction translators, so that no OHCI or UHCI companion
  57. controller is needed. It's safe to say "y" even if your
  58. controller doesn't support this feature.
  59. This supports the EHCI implementation that's originally
  60. from ARC, and has since changed hands a few times.
  61. config USB_EHCI_TT_NEWSCHED
  62. bool "Improved Transaction Translator scheduling"
  63. depends on USB_EHCI_HCD || USB_CHIPIDEA_HOST
  64. default y
  65. ---help---
  66. This changes the periodic scheduling code to fill more of the low
  67. and full speed bandwidth available from the Transaction Translator
  68. (TT) in USB 2.0 hubs. Without this, only one transfer will be
  69. issued in each microframe, significantly reducing the number of
  70. periodic low/fullspeed transfers possible.
  71. If you have multiple periodic low/fullspeed devices connected to a
  72. highspeed USB hub which is connected to a highspeed USB Host
  73. Controller, and some of those devices will not work correctly
  74. (possibly due to "ENOSPC" or "-28" errors), say Y. Conversely, if
  75. you have only one such device and it doesn't work, you could try
  76. saying N.
  77. If unsure, say Y.
  78. config USB_FSL_MPH_DR_OF
  79. tristate
  80. if USB_EHCI_HCD
  81. config USB_EHCI_PCI
  82. tristate
  83. depends on PCI
  84. default y
  85. config USB_EHCI_HCD_PMC_MSP
  86. tristate "EHCI support for on-chip PMC MSP71xx USB controller"
  87. depends on MSP_HAS_USB
  88. default n
  89. select USB_EHCI_BIG_ENDIAN_DESC
  90. select USB_EHCI_BIG_ENDIAN_MMIO
  91. ---help---
  92. Enables support for the onchip USB controller on the PMC_MSP7100 Family SoC's.
  93. If unsure, say N.
  94. config USB_EHCI_BIG_ENDIAN_MMIO
  95. bool
  96. config USB_EHCI_BIG_ENDIAN_DESC
  97. bool
  98. config XPS_USB_HCD_XILINX
  99. bool "Use Xilinx usb host EHCI controller core"
  100. depends on (PPC32 || MICROBLAZE)
  101. select USB_EHCI_BIG_ENDIAN_DESC
  102. select USB_EHCI_BIG_ENDIAN_MMIO
  103. ---help---
  104. Xilinx xps USB host controller core is EHCI compilant and has
  105. transaction translator built-in. It can be configured to either
  106. support both high speed and full speed devices, or high speed
  107. devices only.
  108. config USB_EHCI_FSL
  109. bool "Support for Freescale PPC on-chip EHCI USB controller"
  110. depends on FSL_SOC
  111. select USB_EHCI_ROOT_HUB_TT
  112. select USB_FSL_MPH_DR_OF if OF
  113. ---help---
  114. Variation of ARC USB block used in some Freescale chips.
  115. config USB_EHCI_MXC
  116. tristate "Support for Freescale i.MX on-chip EHCI USB controller"
  117. depends on ARCH_MXC
  118. select USB_EHCI_ROOT_HUB_TT
  119. ---help---
  120. Variation of ARC USB block used in some Freescale chips.
  121. config USB_EHCI_HCD_OMAP
  122. tristate "EHCI support for OMAP3 and later chips"
  123. depends on ARCH_OMAP
  124. default y
  125. ---help---
  126. Enables support for the on-chip EHCI controller on
  127. OMAP3 and later chips.
  128. If your system uses a PHY on the USB port, you will need to
  129. enable USB_PHY and the appropriate PHY driver as well. Most
  130. boards need the NOP_USB_XCEIV PHY driver.
  131. config USB_EHCI_HCD_ORION
  132. tristate "Support for Marvell EBU on-chip EHCI USB controller"
  133. depends on USB_EHCI_HCD && PLAT_ORION
  134. default y
  135. ---help---
  136. Enables support for the on-chip EHCI controller on Marvell's
  137. embedded ARM SoCs, including Orion, Kirkwood, Dove, Armada XP,
  138. Armada 370. This is different from the EHCI implementation
  139. on Marvell's mobile PXA and MMP SoC, see "EHCI support for
  140. Marvell PXA/MMP USB controller" for those.
  141. config USB_EHCI_HCD_SPEAR
  142. tristate "Support for ST SPEAr on-chip EHCI USB controller"
  143. depends on USB_EHCI_HCD && PLAT_SPEAR
  144. default y
  145. ---help---
  146. Enables support for the on-chip EHCI controller on
  147. ST SPEAr chips.
  148. config USB_EHCI_HCD_AT91
  149. tristate "Support for Atmel on-chip EHCI USB controller"
  150. depends on USB_EHCI_HCD && ARCH_AT91
  151. default y
  152. ---help---
  153. Enables support for the on-chip EHCI controller on
  154. Atmel chips.
  155. config USB_EHCI_MSM
  156. tristate "Support for Qualcomm QSD/MSM on-chip EHCI USB controller"
  157. depends on ARCH_MSM
  158. depends on USB_PHY
  159. select USB_EHCI_ROOT_HUB_TT
  160. select USB_MSM_OTG
  161. ---help---
  162. Enables support for the USB Host controller present on the
  163. Qualcomm chipsets. Root Hub has inbuilt TT.
  164. This driver depends on OTG driver for PHY initialization,
  165. clock management, powering up VBUS, and power management.
  166. This driver is not supported on boards like trout which
  167. has an external PHY.
  168. config USB_EHCI_TEGRA
  169. boolean "NVIDIA Tegra HCD support"
  170. depends on ARCH_TEGRA
  171. select USB_EHCI_ROOT_HUB_TT
  172. select USB_PHY
  173. help
  174. This driver enables support for the internal USB Host Controllers
  175. found in NVIDIA Tegra SoCs. The controllers are EHCI compliant.
  176. config USB_EHCI_HCD_PPC_OF
  177. bool "EHCI support for PPC USB controller on OF platform bus"
  178. depends on PPC_OF
  179. default y
  180. ---help---
  181. Enables support for the USB controller present on the PowerPC
  182. OpenFirmware platform bus.
  183. config USB_EHCI_SH
  184. bool "EHCI support for SuperH USB controller"
  185. depends on SUPERH
  186. ---help---
  187. Enables support for the on-chip EHCI controller on the SuperH.
  188. If you use the PCI EHCI controller, this option is not necessary.
  189. config USB_EHCI_S5P
  190. tristate "EHCI support for Samsung S5P/EXYNOS SoC Series"
  191. depends on PLAT_S5P
  192. help
  193. Enable support for the Samsung S5Pxxxx and Exynos3/4/5 SOC's
  194. on-chip EHCI controller.
  195. config USB_EHCI_MV
  196. bool "EHCI support for Marvell PXA/MMP USB controller"
  197. depends on (ARCH_PXA || ARCH_MMP)
  198. select USB_EHCI_ROOT_HUB_TT
  199. ---help---
  200. Enables support for Marvell (including PXA and MMP series) on-chip
  201. USB SPH and OTG controller. SPH is a single port host, and it can
  202. only be EHCI host. OTG is controller that can switch to host mode.
  203. Note that this driver will not work on Marvell's other EHCI
  204. controller used by the EBU-type SoCs including Orion, Kirkwood,
  205. Dova, Armada 370 and Armada XP. See "Support for Marvell EBU
  206. on-chip EHCI USB controller" for those.
  207. config USB_W90X900_EHCI
  208. bool "W90X900(W90P910) EHCI support"
  209. depends on ARCH_W90X900
  210. ---help---
  211. Enables support for the W90X900 USB controller
  212. config USB_CNS3XXX_EHCI
  213. bool "Cavium CNS3XXX EHCI Module (DEPRECATED)"
  214. depends on ARCH_CNS3XXX
  215. select USB_EHCI_HCD_PLATFORM
  216. ---help---
  217. This option is deprecated now and the driver was removed, use
  218. USB_EHCI_HCD_PLATFORM instead.
  219. Enable support for the CNS3XXX SOC's on-chip EHCI controller.
  220. It is needed for high-speed (480Mbit/sec) USB 2.0 device
  221. support.
  222. config USB_EHCI_ATH79
  223. bool "EHCI support for AR7XXX/AR9XXX SoCs (DEPRECATED)"
  224. depends on (SOC_AR71XX || SOC_AR724X || SOC_AR913X || SOC_AR933X)
  225. select USB_EHCI_ROOT_HUB_TT
  226. select USB_EHCI_HCD_PLATFORM
  227. default y
  228. ---help---
  229. This option is deprecated now and the driver was removed, use
  230. USB_EHCI_HCD_PLATFORM instead.
  231. Enables support for the built-in EHCI controller present
  232. on the Atheros AR7XXX/AR9XXX SoCs.
  233. config USB_EHCI_HCD_PLATFORM
  234. tristate "Generic EHCI driver for a platform device"
  235. default n
  236. ---help---
  237. Adds an EHCI host driver for a generic platform device, which
  238. provides a memory space and an irq.
  239. If unsure, say N.
  240. config USB_OCTEON_EHCI
  241. bool "Octeon on-chip EHCI support"
  242. depends on CPU_CAVIUM_OCTEON
  243. default n
  244. select USB_EHCI_BIG_ENDIAN_MMIO
  245. help
  246. Enable support for the Octeon II SOC's on-chip EHCI
  247. controller. It is needed for high-speed (480Mbit/sec)
  248. USB 2.0 device support. All CN6XXX based chips with USB are
  249. supported.
  250. endif # USB_EHCI_HCD
  251. config USB_OXU210HP_HCD
  252. tristate "OXU210HP HCD support"
  253. depends on GENERIC_HARDIRQS
  254. ---help---
  255. The OXU210HP is an USB host/OTG/device controller. Enable this
  256. option if your board has this chip. If unsure, say N.
  257. This driver does not support isochronous transfers and doesn't
  258. implement OTG nor USB device controllers.
  259. To compile this driver as a module, choose M here: the
  260. module will be called oxu210hp-hcd.
  261. config USB_ISP116X_HCD
  262. tristate "ISP116X HCD support"
  263. ---help---
  264. The ISP1160 and ISP1161 chips are USB host controllers. Enable this
  265. option if your board has this chip. If unsure, say N.
  266. This driver does not support isochronous transfers.
  267. To compile this driver as a module, choose M here: the
  268. module will be called isp116x-hcd.
  269. config USB_ISP1760_HCD
  270. tristate "ISP 1760 HCD support"
  271. ---help---
  272. The ISP1760 chip is a USB 2.0 host controller.
  273. This driver does not support isochronous transfers or OTG.
  274. This USB controller is usually attached to a non-DMA-Master
  275. capable bus. NXP's eval kit brings this chip on PCI card
  276. where the chip itself is behind a PLB to simulate such
  277. a bus.
  278. To compile this driver as a module, choose M here: the
  279. module will be called isp1760.
  280. config USB_ISP1362_HCD
  281. tristate "ISP1362 HCD support"
  282. default N
  283. ---help---
  284. Supports the Philips ISP1362 chip as a host controller
  285. This driver does not support isochronous transfers.
  286. To compile this driver as a module, choose M here: the
  287. module will be called isp1362-hcd.
  288. config USB_OHCI_HCD
  289. tristate "OHCI HCD support"
  290. depends on USB_ARCH_HAS_OHCI
  291. select ISP1301_OMAP if MACH_OMAP_H2 || MACH_OMAP_H3
  292. depends on USB_ISP1301 || !ARCH_LPC32XX
  293. ---help---
  294. The Open Host Controller Interface (OHCI) is a standard for accessing
  295. USB 1.1 host controller hardware. It does more in hardware than Intel's
  296. UHCI specification. If your USB host controller follows the OHCI spec,
  297. say Y. On most non-x86 systems, and on x86 hardware that's not using a
  298. USB controller from Intel or VIA, this is appropriate. If your host
  299. controller doesn't use PCI, this is probably appropriate. For a PCI
  300. based system where you're not sure, the "lspci -v" entry will list the
  301. right "prog-if" for your USB controller(s): EHCI, OHCI, or UHCI.
  302. To compile this driver as a module, choose M here: the
  303. module will be called ohci-hcd.
  304. if USB_OHCI_HCD
  305. config USB_OHCI_HCD_OMAP1
  306. bool "OHCI support for OMAP1/2 chips"
  307. depends on ARCH_OMAP1
  308. default y
  309. ---help---
  310. Enables support for the OHCI controller on OMAP1/2 chips.
  311. config USB_OHCI_HCD_OMAP3
  312. bool "OHCI support for OMAP3 and later chips"
  313. depends on (ARCH_OMAP3 || ARCH_OMAP4)
  314. default y
  315. ---help---
  316. Enables support for the on-chip OHCI controller on
  317. OMAP3 and later chips.
  318. config USB_OHCI_ATH79
  319. bool "USB OHCI support for the Atheros AR71XX/AR7240 SoCs (DEPRECATED)"
  320. depends on (SOC_AR71XX || SOC_AR724X)
  321. select USB_OHCI_HCD_PLATFORM
  322. default y
  323. help
  324. This option is deprecated now and the driver was removed, use
  325. USB_OHCI_HCD_PLATFORM instead.
  326. Enables support for the built-in OHCI controller present on the
  327. Atheros AR71XX/AR7240 SoCs.
  328. config USB_OHCI_HCD_PPC_OF_BE
  329. bool "OHCI support for OF platform bus (big endian)"
  330. depends on PPC_OF
  331. select USB_OHCI_BIG_ENDIAN_DESC
  332. select USB_OHCI_BIG_ENDIAN_MMIO
  333. ---help---
  334. Enables support for big-endian USB controllers present on the
  335. OpenFirmware platform bus.
  336. config USB_OHCI_HCD_PPC_OF_LE
  337. bool "OHCI support for OF platform bus (little endian)"
  338. depends on PPC_OF
  339. select USB_OHCI_LITTLE_ENDIAN
  340. ---help---
  341. Enables support for little-endian USB controllers present on the
  342. OpenFirmware platform bus.
  343. config USB_OHCI_HCD_PPC_OF
  344. bool
  345. depends on PPC_OF
  346. default USB_OHCI_HCD_PPC_OF_BE || USB_OHCI_HCD_PPC_OF_LE
  347. config USB_OHCI_HCD_PCI
  348. bool "OHCI support for PCI-bus USB controllers"
  349. depends on PCI && (STB03xxx || PPC_MPC52xx || USB_OHCI_HCD_PPC_OF)
  350. default y
  351. select USB_OHCI_LITTLE_ENDIAN
  352. ---help---
  353. Enables support for PCI-bus plug-in USB controller cards.
  354. If unsure, say Y.
  355. config USB_OHCI_HCD_SSB
  356. bool "OHCI support for Broadcom SSB OHCI core (DEPRECATED)"
  357. depends on (SSB = y || SSB = USB_OHCI_HCD)
  358. select USB_HCD_SSB
  359. select USB_OHCI_HCD_PLATFORM
  360. default n
  361. ---help---
  362. This option is deprecated now and the driver was removed, use
  363. USB_HCD_SSB and USB_OHCI_HCD_PLATFORM instead.
  364. Support for the Sonics Silicon Backplane (SSB) attached
  365. Broadcom USB OHCI core.
  366. This device is present in some embedded devices with
  367. Broadcom based SSB bus.
  368. If unsure, say N.
  369. config USB_OHCI_SH
  370. bool "OHCI support for SuperH USB controller (DEPRECATED)"
  371. depends on SUPERH
  372. select USB_OHCI_HCD_PLATFORM
  373. ---help---
  374. This option is deprecated now and the driver was removed, use
  375. USB_OHCI_HCD_PLATFORM instead.
  376. Enables support for the on-chip OHCI controller on the SuperH.
  377. If you use the PCI OHCI controller, this option is not necessary.
  378. config USB_OHCI_EXYNOS
  379. boolean "OHCI support for Samsung EXYNOS SoC Series"
  380. depends on ARCH_EXYNOS
  381. help
  382. Enable support for the Samsung Exynos SOC's on-chip OHCI controller.
  383. config USB_CNS3XXX_OHCI
  384. bool "Cavium CNS3XXX OHCI Module (DEPRECATED)"
  385. depends on ARCH_CNS3XXX
  386. select USB_OHCI_HCD_PLATFORM
  387. ---help---
  388. This option is deprecated now and the driver was removed, use
  389. USB_OHCI_HCD_PLATFORM instead.
  390. Enable support for the CNS3XXX SOC's on-chip OHCI controller.
  391. It is needed for low-speed USB 1.0 device support.
  392. config USB_OHCI_HCD_PLATFORM
  393. bool "Generic OHCI driver for a platform device"
  394. default n
  395. ---help---
  396. Adds an OHCI host driver for a generic platform device, which
  397. provides a memory space and an irq.
  398. If unsure, say N.
  399. config USB_OCTEON_OHCI
  400. bool "Octeon on-chip OHCI support"
  401. depends on CPU_CAVIUM_OCTEON
  402. default USB_OCTEON_EHCI
  403. select USB_OHCI_BIG_ENDIAN_MMIO
  404. select USB_OHCI_LITTLE_ENDIAN
  405. help
  406. Enable support for the Octeon II SOC's on-chip OHCI
  407. controller. It is needed for low-speed USB 1.0 device
  408. support. All CN6XXX based chips with USB are supported.
  409. config USB_OHCI_BIG_ENDIAN_DESC
  410. bool
  411. default n
  412. config USB_OHCI_BIG_ENDIAN_MMIO
  413. bool
  414. default n
  415. config USB_OHCI_LITTLE_ENDIAN
  416. bool
  417. default n if STB03xxx || PPC_MPC52xx
  418. default y
  419. endif # USB_OHCI_HCD
  420. config USB_UHCI_HCD
  421. tristate "UHCI HCD (most Intel and VIA) support"
  422. depends on PCI || SPARC_LEON || ARCH_VT8500
  423. ---help---
  424. The Universal Host Controller Interface is a standard by Intel for
  425. accessing the USB hardware in the PC (which is also called the USB
  426. host controller). If your USB host controller conforms to this
  427. standard, you may want to say Y, but see below. All recent boards
  428. with Intel PCI chipsets (like intel 430TX, 440FX, 440LX, 440BX,
  429. i810, i820) conform to this standard. Also all VIA PCI chipsets
  430. (like VIA VP2, VP3, MVP3, Apollo Pro, Apollo Pro II or Apollo Pro
  431. 133) and LEON/GRLIB SoCs with the GRUSBHC controller.
  432. If unsure, say Y.
  433. To compile this driver as a module, choose M here: the
  434. module will be called uhci-hcd.
  435. config USB_UHCI_SUPPORT_NON_PCI_HC
  436. bool
  437. depends on USB_UHCI_HCD
  438. default y if (SPARC_LEON || ARCH_VT8500)
  439. config USB_UHCI_PLATFORM
  440. bool "Generic UHCI Platform Driver support"
  441. depends on USB_UHCI_SUPPORT_NON_PCI_HC
  442. default y if ARCH_VT8500
  443. ---help---
  444. Enable support for generic UHCI platform devices that require no
  445. additional configuration.
  446. config USB_UHCI_BIG_ENDIAN_MMIO
  447. bool
  448. depends on USB_UHCI_SUPPORT_NON_PCI_HC && SPARC_LEON
  449. default y
  450. config USB_UHCI_BIG_ENDIAN_DESC
  451. bool
  452. depends on USB_UHCI_SUPPORT_NON_PCI_HC && SPARC_LEON
  453. default y
  454. config USB_FHCI_HCD
  455. tristate "Freescale QE USB Host Controller support"
  456. depends on OF_GPIO && QE_GPIO && QUICC_ENGINE
  457. select FSL_GTM
  458. select QE_USB
  459. help
  460. This driver enables support for Freescale QE USB Host Controller
  461. (as found on MPC8360 and MPC8323 processors), the driver supports
  462. Full and Low Speed USB.
  463. config FHCI_DEBUG
  464. bool "Freescale QE USB Host Controller debug support"
  465. depends on USB_FHCI_HCD && DEBUG_FS
  466. help
  467. Say "y" to see some FHCI debug information and statistics
  468. through debugfs.
  469. config USB_U132_HCD
  470. tristate "Elan U132 Adapter Host Controller"
  471. depends on USB_FTDI_ELAN
  472. default M
  473. help
  474. The U132 adapter is a USB to CardBus adapter specifically designed
  475. for PC cards that contain an OHCI host controller. Typical PC cards
  476. are the Orange Mobile 3G Option GlobeTrotter Fusion card. The U132
  477. adapter will *NOT* work with PC cards that do not contain an OHCI
  478. controller.
  479. For those PC cards that contain multiple OHCI controllers only the
  480. first one is used.
  481. The driver consists of two modules, the "ftdi-elan" module is a
  482. USB client driver that interfaces to the FTDI chip within ELAN's
  483. USB-to-PCMCIA adapter, and this "u132-hcd" module is a USB host
  484. controller driver that talks to the OHCI controller within the
  485. CardBus cards that are inserted in the U132 adapter.
  486. This driver has been tested with a CardBus OHCI USB adapter, and
  487. worked with a USB PEN Drive inserted into the first USB port of
  488. the PCCARD. A rather pointless thing to do, but useful for testing.
  489. It is safe to say M here.
  490. See also <http://www.elandigitalsystems.com/support/ufaq/u132linux.php>
  491. config USB_SL811_HCD
  492. tristate "SL811HS HCD support"
  493. help
  494. The SL811HS is a single-port USB controller that supports either
  495. host side or peripheral side roles. Enable this option if your
  496. board has this chip, and you want to use it as a host controller.
  497. If unsure, say N.
  498. To compile this driver as a module, choose M here: the
  499. module will be called sl811-hcd.
  500. config USB_SL811_HCD_ISO
  501. bool "partial ISO support"
  502. depends on USB_SL811_HCD
  503. help
  504. The driver doesn't support iso_frame_desc (yet), but for some simple
  505. devices that just queue one ISO frame per URB, then ISO transfers
  506. "should" work using the normal urb status fields.
  507. If unsure, say N.
  508. config USB_SL811_CS
  509. tristate "CF/PCMCIA support for SL811HS HCD"
  510. depends on USB_SL811_HCD && PCMCIA
  511. help
  512. Wraps a PCMCIA driver around the SL811HS HCD, supporting the RATOC
  513. REX-CFU1U CF card (often used with PDAs). If unsure, say N.
  514. To compile this driver as a module, choose M here: the
  515. module will be called "sl811_cs".
  516. config USB_R8A66597_HCD
  517. tristate "R8A66597 HCD support"
  518. help
  519. The R8A66597 is a USB 2.0 host and peripheral controller.
  520. Enable this option if your board has this chip, and you want
  521. to use it as a host controller. If unsure, say N.
  522. To compile this driver as a module, choose M here: the
  523. module will be called r8a66597-hcd.
  524. config USB_RENESAS_USBHS_HCD
  525. tristate "Renesas USBHS HCD support"
  526. depends on USB_RENESAS_USBHS
  527. help
  528. The Renesas USBHS is a USB 2.0 host and peripheral controller.
  529. Enable this option if your board has this chip, and you want
  530. to use it as a host controller. If unsure, say N.
  531. To compile this driver as a module, choose M here: the
  532. module will be called renesas-usbhs.
  533. config USB_WHCI_HCD
  534. tristate "Wireless USB Host Controller Interface (WHCI) driver"
  535. depends on PCI && USB && UWB
  536. select USB_WUSB
  537. select UWB_WHCI
  538. help
  539. A driver for PCI-based Wireless USB Host Controllers that are
  540. compliant with the WHCI specification.
  541. To compile this driver a module, choose M here: the module
  542. will be called "whci-hcd".
  543. config USB_HWA_HCD
  544. tristate "Host Wire Adapter (HWA) driver"
  545. depends on UWB
  546. select USB_WUSB
  547. select UWB_HWA
  548. help
  549. This driver enables you to connect Wireless USB devices to
  550. your system using a Host Wire Adaptor USB dongle. This is an
  551. UWB Radio Controller and WUSB Host Controller connected to
  552. your machine via USB (specified in WUSB1.0).
  553. To compile this driver a module, choose M here: the module
  554. will be called "hwa-hc".
  555. config USB_IMX21_HCD
  556. tristate "i.MX21 HCD support"
  557. depends on ARM && ARCH_MXC
  558. help
  559. This driver enables support for the on-chip USB host in the
  560. i.MX21 processor.
  561. To compile this driver as a module, choose M here: the
  562. module will be called "imx21-hcd".
  563. config USB_OCTEON2_COMMON
  564. bool
  565. default y if USB_OCTEON_EHCI || USB_OCTEON_OHCI
  566. config USB_HCD_BCMA
  567. tristate "BCMA usb host driver"
  568. depends on BCMA
  569. select USB_OHCI_HCD_PLATFORM if USB_OHCI_HCD
  570. select USB_EHCI_HCD_PLATFORM if USB_EHCI_HCD
  571. help
  572. Enable support for the EHCI and OCHI host controller on an bcma bus.
  573. It converts the bcma driver into two platform device drivers
  574. for ehci and ohci.
  575. If unsure, say N.
  576. config USB_HCD_SSB
  577. tristate "SSB usb host driver"
  578. depends on SSB
  579. select USB_OHCI_HCD_PLATFORM if USB_OHCI_HCD
  580. select USB_EHCI_HCD_PLATFORM if USB_EHCI_HCD
  581. help
  582. Enable support for the EHCI and OCHI host controller on an bcma bus.
  583. It converts the bcma driver into two platform device drivers
  584. for ehci and ohci.
  585. If unsure, say N.