Kconfig 25 KB

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