Kconfig 24 KB

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