Kconfig 23 KB

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