Kconfig 25 KB

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