Kconfig 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797
  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. help
  189. This driver enables support for the internal USB Host Controllers
  190. found in NVIDIA Tegra SoCs. The controllers are EHCI compliant.
  191. config USB_EHCI_HCD_PPC_OF
  192. bool "EHCI support for PPC USB controller on OF platform bus"
  193. depends on PPC
  194. default y
  195. ---help---
  196. Enables support for the USB controller present on the PowerPC
  197. OpenFirmware platform bus.
  198. config USB_EHCI_SH
  199. bool "EHCI support for SuperH USB controller"
  200. depends on SUPERH
  201. ---help---
  202. Enables support for the on-chip EHCI controller on the SuperH.
  203. If you use the PCI EHCI controller, this option is not necessary.
  204. config USB_EHCI_EXYNOS
  205. tristate "EHCI support for Samsung S5P/EXYNOS SoC Series"
  206. depends on ARCH_S5PV210 || ARCH_EXYNOS
  207. help
  208. Enable support for the Samsung Exynos SOC's on-chip EHCI controller.
  209. config USB_EHCI_MV
  210. bool "EHCI support for Marvell PXA/MMP USB controller"
  211. depends on (ARCH_PXA || ARCH_MMP)
  212. select USB_EHCI_ROOT_HUB_TT
  213. ---help---
  214. Enables support for Marvell (including PXA and MMP series) on-chip
  215. USB SPH and OTG controller. SPH is a single port host, and it can
  216. only be EHCI host. OTG is controller that can switch to host mode.
  217. Note that this driver will not work on Marvell's other EHCI
  218. controller used by the EBU-type SoCs including Orion, Kirkwood,
  219. Dova, Armada 370 and Armada XP. See "Support for Marvell EBU
  220. on-chip EHCI USB controller" for those.
  221. config USB_W90X900_EHCI
  222. tristate "W90X900(W90P910) EHCI support"
  223. depends on ARCH_W90X900
  224. ---help---
  225. Enables support for the W90X900 USB controller
  226. config USB_CNS3XXX_EHCI
  227. bool "Cavium CNS3XXX EHCI Module (DEPRECATED)"
  228. depends on ARCH_CNS3XXX
  229. select USB_EHCI_HCD_PLATFORM
  230. ---help---
  231. This option is deprecated now and the driver was removed, use
  232. USB_EHCI_HCD_PLATFORM instead.
  233. Enable support for the CNS3XXX SOC's on-chip EHCI controller.
  234. It is needed for high-speed (480Mbit/sec) USB 2.0 device
  235. support.
  236. config USB_EHCI_ATH79
  237. bool "EHCI support for AR7XXX/AR9XXX SoCs (DEPRECATED)"
  238. depends on (SOC_AR71XX || SOC_AR724X || SOC_AR913X || SOC_AR933X)
  239. select USB_EHCI_ROOT_HUB_TT
  240. select USB_EHCI_HCD_PLATFORM
  241. default y
  242. ---help---
  243. This option is deprecated now and the driver was removed, use
  244. USB_EHCI_HCD_PLATFORM instead.
  245. Enables support for the built-in EHCI controller present
  246. on the Atheros AR7XXX/AR9XXX SoCs.
  247. config USB_EHCI_HCD_PLATFORM
  248. tristate "Generic EHCI driver for a platform device"
  249. default n
  250. ---help---
  251. Adds an EHCI host driver for a generic platform device, which
  252. provides a memory space and an irq.
  253. If unsure, say N.
  254. config USB_OCTEON_EHCI
  255. bool "Octeon on-chip EHCI support (DEPRECATED)"
  256. depends on CAVIUM_OCTEON_SOC
  257. default n
  258. select USB_EHCI_BIG_ENDIAN_MMIO if CPU_BIG_ENDIAN
  259. select USB_EHCI_HCD_PLATFORM
  260. help
  261. This option is deprecated now and the driver was removed, use
  262. USB_EHCI_HCD_PLATFORM instead.
  263. Enable support for the Octeon II SOC's on-chip EHCI
  264. controller. It is needed for high-speed (480Mbit/sec)
  265. USB 2.0 device support. All CN6XXX based chips with USB are
  266. supported.
  267. endif # USB_EHCI_HCD
  268. config USB_OXU210HP_HCD
  269. tristate "OXU210HP HCD support"
  270. ---help---
  271. The OXU210HP is an USB host/OTG/device controller. Enable this
  272. option if your board has this chip. If unsure, say N.
  273. This driver does not support isochronous transfers and doesn't
  274. implement OTG nor USB device controllers.
  275. To compile this driver as a module, choose M here: the
  276. module will be called oxu210hp-hcd.
  277. config USB_ISP116X_HCD
  278. tristate "ISP116X HCD support"
  279. ---help---
  280. The ISP1160 and ISP1161 chips are USB host controllers. Enable this
  281. option if your board has this chip. If unsure, say N.
  282. This driver does not support isochronous transfers.
  283. To compile this driver as a module, choose M here: the
  284. module will be called isp116x-hcd.
  285. config USB_ISP1362_HCD
  286. tristate "ISP1362 HCD support"
  287. ---help---
  288. Supports the Philips ISP1362 chip as a host controller
  289. This driver does not support isochronous transfers.
  290. To compile this driver as a module, choose M here: the
  291. module will be called isp1362-hcd.
  292. config USB_FUSBH200_HCD
  293. tristate "FUSBH200 HCD support"
  294. depends on USB
  295. ---help---
  296. Faraday FUSBH200 is designed to meet USB2.0 EHCI specification
  297. with minor modification.
  298. To compile this driver as a module, choose M here: the
  299. module will be called fusbh200-hcd.
  300. config USB_FOTG210_HCD
  301. tristate "FOTG210 HCD support"
  302. depends on USB
  303. ---help---
  304. Faraday FOTG210 is an OTG controller which can be configured as
  305. an USB2.0 host. It is designed to meet USB2.0 EHCI specification
  306. with minor modification.
  307. To compile this driver as a module, choose M here: the
  308. module will be called fotg210-hcd.
  309. config USB_MAX3421_HCD
  310. tristate "MAX3421 HCD (USB-over-SPI) support"
  311. depends on USB && SPI
  312. ---help---
  313. The Maxim MAX3421E chip supports standard USB 2.0-compliant
  314. full-speed devices either in host or peripheral mode. This
  315. driver supports the host-mode of the MAX3421E only.
  316. To compile this driver as a module, choose M here: the module will
  317. be called max3421-hcd.
  318. config USB_OHCI_HCD
  319. tristate "OHCI HCD (USB 1.1) support"
  320. ---help---
  321. The Open Host Controller Interface (OHCI) is a standard for accessing
  322. USB 1.1 host controller hardware. It does more in hardware than Intel's
  323. UHCI specification. If your USB host controller follows the OHCI spec,
  324. say Y. On most non-x86 systems, and on x86 hardware that's not using a
  325. USB controller from Intel or VIA, this is appropriate. If your host
  326. controller doesn't use PCI, this is probably appropriate. For a PCI
  327. based system where you're not sure, the "lspci -v" entry will list the
  328. right "prog-if" for your USB controller(s): EHCI, OHCI, or UHCI.
  329. To compile this driver as a module, choose M here: the
  330. module will be called ohci-hcd.
  331. if USB_OHCI_HCD
  332. config USB_OHCI_HCD_OMAP1
  333. tristate "OHCI support for OMAP1/2 chips"
  334. depends on ARCH_OMAP1
  335. depends on ISP1301_OMAP || !(MACH_OMAP_H2 || MACH_OMAP_H3)
  336. default y
  337. ---help---
  338. Enables support for the OHCI controller on OMAP1/2 chips.
  339. config USB_OHCI_HCD_SPEAR
  340. tristate "Support for ST SPEAr on-chip OHCI USB controller"
  341. depends on USB_OHCI_HCD && PLAT_SPEAR
  342. default y
  343. ---help---
  344. Enables support for the on-chip OHCI controller on
  345. ST SPEAr chips.
  346. config USB_OHCI_HCD_STI
  347. tristate "Support for ST STiHxxx on-chip OHCI USB controller"
  348. depends on ARCH_STI && OF
  349. select GENERIC_PHY
  350. select USB_OHCI_HCD_PLATFORM
  351. help
  352. Enable support for the on-chip OHCI controller found on
  353. STMicroelectronics consumer electronics SoC's.
  354. config USB_OHCI_HCD_S3C2410
  355. tristate "OHCI support for Samsung S3C24xx/S3C64xx SoC series"
  356. depends on USB_OHCI_HCD && (ARCH_S3C24XX || ARCH_S3C64XX)
  357. default y
  358. ---help---
  359. Enables support for the on-chip OHCI controller on
  360. S3C24xx/S3C64xx chips.
  361. config USB_OHCI_HCD_LPC32XX
  362. tristate "Support for LPC on-chip OHCI USB controller"
  363. depends on USB_OHCI_HCD && ARCH_LPC32XX
  364. depends on USB_ISP1301
  365. default y
  366. ---help---
  367. Enables support for the on-chip OHCI controller on
  368. NXP chips.
  369. config USB_OHCI_HCD_PXA27X
  370. tristate "Support for PXA27X/PXA3XX on-chip OHCI USB controller"
  371. depends on USB_OHCI_HCD && (PXA27x || PXA3xx)
  372. default y
  373. ---help---
  374. Enables support for the on-chip OHCI controller on
  375. PXA27x/PXA3xx chips.
  376. config USB_OHCI_HCD_AT91
  377. tristate "Support for Atmel on-chip OHCI USB controller"
  378. depends on USB_OHCI_HCD && ARCH_AT91 && OF
  379. default y
  380. ---help---
  381. Enables support for the on-chip OHCI controller on
  382. Atmel chips.
  383. config USB_OHCI_HCD_OMAP3
  384. tristate "OHCI support for OMAP3 and later chips"
  385. depends on (ARCH_OMAP3 || ARCH_OMAP4)
  386. default y
  387. ---help---
  388. Enables support for the on-chip OHCI controller on
  389. OMAP3 and later chips.
  390. config USB_OHCI_HCD_DAVINCI
  391. bool "OHCI support for TI DaVinci DA8xx"
  392. depends on ARCH_DAVINCI_DA8XX
  393. depends on USB_OHCI_HCD=y
  394. default y
  395. help
  396. Enables support for the DaVinci DA8xx integrated OHCI
  397. controller. This driver cannot currently be a loadable
  398. module because it lacks a proper PHY abstraction.
  399. config USB_OHCI_ATH79
  400. bool "USB OHCI support for the Atheros AR71XX/AR7240 SoCs (DEPRECATED)"
  401. depends on (SOC_AR71XX || SOC_AR724X)
  402. select USB_OHCI_HCD_PLATFORM
  403. default y
  404. help
  405. This option is deprecated now and the driver was removed, use
  406. USB_OHCI_HCD_PLATFORM instead.
  407. Enables support for the built-in OHCI controller present on the
  408. Atheros AR71XX/AR7240 SoCs.
  409. config USB_OHCI_HCD_PPC_OF_BE
  410. bool "OHCI support for OF platform bus (big endian)"
  411. depends on PPC
  412. select USB_OHCI_BIG_ENDIAN_DESC
  413. select USB_OHCI_BIG_ENDIAN_MMIO
  414. ---help---
  415. Enables support for big-endian USB controllers present on the
  416. OpenFirmware platform bus.
  417. config USB_OHCI_HCD_PPC_OF_LE
  418. bool "OHCI support for OF platform bus (little endian)"
  419. depends on PPC
  420. select USB_OHCI_LITTLE_ENDIAN
  421. ---help---
  422. Enables support for little-endian USB controllers present on the
  423. OpenFirmware platform bus.
  424. config USB_OHCI_HCD_PPC_OF
  425. bool
  426. depends on PPC
  427. default USB_OHCI_HCD_PPC_OF_BE || USB_OHCI_HCD_PPC_OF_LE
  428. config USB_OHCI_HCD_PCI
  429. tristate "OHCI support for PCI-bus USB controllers"
  430. depends on PCI
  431. default y
  432. select USB_OHCI_LITTLE_ENDIAN
  433. ---help---
  434. Enables support for PCI-bus plug-in USB controller cards.
  435. If unsure, say Y.
  436. config USB_OHCI_HCD_SSB
  437. bool "OHCI support for Broadcom SSB OHCI core (DEPRECATED)"
  438. depends on (SSB = y || SSB = USB_OHCI_HCD)
  439. select USB_HCD_SSB
  440. select USB_OHCI_HCD_PLATFORM
  441. default n
  442. ---help---
  443. This option is deprecated now and the driver was removed, use
  444. USB_HCD_SSB and USB_OHCI_HCD_PLATFORM instead.
  445. Support for the Sonics Silicon Backplane (SSB) attached
  446. Broadcom USB OHCI core.
  447. This device is present in some embedded devices with
  448. Broadcom based SSB bus.
  449. If unsure, say N.
  450. config USB_OHCI_SH
  451. bool "OHCI support for SuperH USB controller (DEPRECATED)"
  452. depends on SUPERH
  453. select USB_OHCI_HCD_PLATFORM
  454. ---help---
  455. This option is deprecated now and the driver was removed, use
  456. USB_OHCI_HCD_PLATFORM instead.
  457. Enables support for the on-chip OHCI controller on the SuperH.
  458. If you use the PCI OHCI controller, this option is not necessary.
  459. config USB_OHCI_EXYNOS
  460. tristate "OHCI support for Samsung S5P/EXYNOS SoC Series"
  461. depends on ARCH_S5PV210 || ARCH_EXYNOS
  462. help
  463. Enable support for the Samsung Exynos SOC's on-chip OHCI controller.
  464. config USB_CNS3XXX_OHCI
  465. bool "Cavium CNS3XXX OHCI Module (DEPRECATED)"
  466. depends on ARCH_CNS3XXX
  467. select USB_OHCI_HCD_PLATFORM
  468. ---help---
  469. This option is deprecated now and the driver was removed, use
  470. USB_OHCI_HCD_PLATFORM instead.
  471. Enable support for the CNS3XXX SOC's on-chip OHCI controller.
  472. It is needed for low-speed USB 1.0 device support.
  473. config USB_OHCI_HCD_PLATFORM
  474. tristate "Generic OHCI driver for a platform device"
  475. default n
  476. ---help---
  477. Adds an OHCI host driver for a generic platform device, which
  478. provides a memory space and an irq.
  479. If unsure, say N.
  480. config USB_OCTEON_OHCI
  481. bool "Octeon on-chip OHCI support (DEPRECATED)"
  482. depends on CAVIUM_OCTEON_SOC
  483. default USB_OCTEON_EHCI
  484. select USB_OHCI_BIG_ENDIAN_MMIO if CPU_BIG_ENDIAN
  485. select USB_OHCI_LITTLE_ENDIAN
  486. select USB_OHCI_HCD_PLATFORM
  487. help
  488. This option is deprecated now and the driver was removed, use
  489. USB_OHCI_HCD_PLATFORM instead.
  490. Enable support for the Octeon II SOC's on-chip OHCI
  491. controller. It is needed for low-speed USB 1.0 device
  492. support. All CN6XXX based chips with USB are supported.
  493. endif # USB_OHCI_HCD
  494. config USB_UHCI_HCD
  495. tristate "UHCI HCD (most Intel and VIA) support"
  496. depends on PCI || USB_UHCI_SUPPORT_NON_PCI_HC
  497. ---help---
  498. The Universal Host Controller Interface is a standard by Intel for
  499. accessing the USB hardware in the PC (which is also called the USB
  500. host controller). If your USB host controller conforms to this
  501. standard, you may want to say Y, but see below. All recent boards
  502. with Intel PCI chipsets (like intel 430TX, 440FX, 440LX, 440BX,
  503. i810, i820) conform to this standard. Also all VIA PCI chipsets
  504. (like VIA VP2, VP3, MVP3, Apollo Pro, Apollo Pro II or Apollo Pro
  505. 133) and LEON/GRLIB SoCs with the GRUSBHC controller.
  506. If unsure, say Y.
  507. To compile this driver as a module, choose M here: the
  508. module will be called uhci-hcd.
  509. config USB_UHCI_SUPPORT_NON_PCI_HC
  510. bool
  511. default y if (SPARC_LEON || USB_UHCI_PLATFORM)
  512. config USB_UHCI_PLATFORM
  513. bool
  514. default y if ARCH_VT8500
  515. config USB_UHCI_BIG_ENDIAN_MMIO
  516. bool
  517. default y if SPARC_LEON
  518. config USB_UHCI_BIG_ENDIAN_DESC
  519. bool
  520. default y if SPARC_LEON
  521. config USB_FHCI_HCD
  522. tristate "Freescale QE USB Host Controller support"
  523. depends on OF_GPIO && QE_GPIO && QUICC_ENGINE
  524. select FSL_GTM
  525. select QE_USB
  526. help
  527. This driver enables support for Freescale QE USB Host Controller
  528. (as found on MPC8360 and MPC8323 processors), the driver supports
  529. Full and Low Speed USB.
  530. config FHCI_DEBUG
  531. bool "Freescale QE USB Host Controller debug support"
  532. depends on USB_FHCI_HCD && DEBUG_FS
  533. help
  534. Say "y" to see some FHCI debug information and statistics
  535. through debugfs.
  536. config USB_U132_HCD
  537. tristate "Elan U132 Adapter Host Controller"
  538. depends on USB_FTDI_ELAN
  539. help
  540. The U132 adapter is a USB to CardBus adapter specifically designed
  541. for PC cards that contain an OHCI host controller. Typical PC cards
  542. are the Orange Mobile 3G Option GlobeTrotter Fusion card. The U132
  543. adapter will *NOT* work with PC cards that do not contain an OHCI
  544. controller.
  545. For those PC cards that contain multiple OHCI controllers only the
  546. first one is used.
  547. The driver consists of two modules, the "ftdi-elan" module is a
  548. USB client driver that interfaces to the FTDI chip within ELAN's
  549. USB-to-PCMCIA adapter, and this "u132-hcd" module is a USB host
  550. controller driver that talks to the OHCI controller within the
  551. CardBus cards that are inserted in the U132 adapter.
  552. This driver has been tested with a CardBus OHCI USB adapter, and
  553. worked with a USB PEN Drive inserted into the first USB port of
  554. the PCCARD. A rather pointless thing to do, but useful for testing.
  555. It is safe to say M here.
  556. See also <http://www.elandigitalsystems.com/support/ufaq/u132linux.php>
  557. config USB_SL811_HCD
  558. tristate "SL811HS HCD support"
  559. help
  560. The SL811HS is a single-port USB controller that supports either
  561. host side or peripheral side roles. Enable this option if your
  562. board has this chip, and you want to use it as a host controller.
  563. If unsure, say N.
  564. To compile this driver as a module, choose M here: the
  565. module will be called sl811-hcd.
  566. config USB_SL811_HCD_ISO
  567. bool "partial ISO support"
  568. depends on USB_SL811_HCD
  569. help
  570. The driver doesn't support iso_frame_desc (yet), but for some simple
  571. devices that just queue one ISO frame per URB, then ISO transfers
  572. "should" work using the normal urb status fields.
  573. If unsure, say N.
  574. config USB_SL811_CS
  575. tristate "CF/PCMCIA support for SL811HS HCD"
  576. depends on USB_SL811_HCD && PCMCIA
  577. help
  578. Wraps a PCMCIA driver around the SL811HS HCD, supporting the RATOC
  579. REX-CFU1U CF card (often used with PDAs). If unsure, say N.
  580. To compile this driver as a module, choose M here: the
  581. module will be called "sl811_cs".
  582. config USB_R8A66597_HCD
  583. tristate "R8A66597 HCD support"
  584. help
  585. The R8A66597 is a USB 2.0 host and peripheral controller.
  586. Enable this option if your board has this chip, and you want
  587. to use it as a host controller. If unsure, say N.
  588. To compile this driver as a module, choose M here: the
  589. module will be called r8a66597-hcd.
  590. config USB_RENESAS_USBHS_HCD
  591. tristate "Renesas USBHS HCD support"
  592. depends on USB_RENESAS_USBHS
  593. help
  594. The Renesas USBHS is a USB 2.0 host and peripheral controller.
  595. Enable this option if your board has this chip, and you want
  596. to use it as a host controller. If unsure, say N.
  597. To compile this driver as a module, choose M here: the
  598. module will be called renesas-usbhs.
  599. config USB_WHCI_HCD
  600. tristate "Wireless USB Host Controller Interface (WHCI) driver"
  601. depends on PCI && USB && UWB
  602. select USB_WUSB
  603. select UWB_WHCI
  604. help
  605. A driver for PCI-based Wireless USB Host Controllers that are
  606. compliant with the WHCI specification.
  607. To compile this driver a module, choose M here: the module
  608. will be called "whci-hcd".
  609. config USB_HWA_HCD
  610. tristate "Host Wire Adapter (HWA) driver"
  611. depends on USB && UWB
  612. select USB_WUSB
  613. select UWB_HWA
  614. help
  615. This driver enables you to connect Wireless USB devices to
  616. your system using a Host Wire Adaptor USB dongle. This is an
  617. UWB Radio Controller and WUSB Host Controller connected to
  618. your machine via USB (specified in WUSB1.0).
  619. To compile this driver a module, choose M here: the module
  620. will be called "hwa-hc".
  621. config USB_IMX21_HCD
  622. tristate "i.MX21 HCD support"
  623. depends on ARM && ARCH_MXC
  624. help
  625. This driver enables support for the on-chip USB host in the
  626. i.MX21 processor.
  627. To compile this driver as a module, choose M here: the
  628. module will be called "imx21-hcd".
  629. config USB_HCD_BCMA
  630. tristate "BCMA usb host driver"
  631. depends on BCMA
  632. select USB_OHCI_HCD_PLATFORM if USB_OHCI_HCD
  633. select USB_EHCI_HCD_PLATFORM if USB_EHCI_HCD
  634. help
  635. Enable support for the EHCI and OCHI host controller on an bcma bus.
  636. It converts the bcma driver into two platform device drivers
  637. for ehci and ohci.
  638. If unsure, say N.
  639. config USB_HCD_SSB
  640. tristate "SSB usb host driver"
  641. depends on SSB
  642. select USB_OHCI_HCD_PLATFORM if USB_OHCI_HCD
  643. select USB_EHCI_HCD_PLATFORM if USB_EHCI_HCD
  644. help
  645. Enable support for the EHCI and OCHI host controller on an bcma bus.
  646. It converts the bcma driver into two platform device drivers
  647. for ehci and ohci.
  648. If unsure, say N.
  649. config USB_HCD_TEST_MODE
  650. bool "HCD test mode support"
  651. ---help---
  652. Say 'Y' to enable additional software test modes that may be
  653. supported by the host controller drivers.
  654. One such test mode is the Embedded High-speed Host Electrical Test
  655. (EHSET) for EHCI host controller hardware, specifically the "Single
  656. Step Set Feature" test. Typically this will be enabled for On-the-Go
  657. or embedded hosts that need to undergo USB-IF compliance testing with
  658. the aid of special testing hardware. In the future, this may expand
  659. to include other tests that require support from a HCD driver.
  660. This option is of interest only to developers who need to validate
  661. their USB hardware designs. It is not needed for normal use. If
  662. unsure, say N.