Kconfig 24 KB

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