Kconfig 23 KB

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