Kconfig 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615
  1. #
  2. # USB Host Controller Drivers
  3. #
  4. comment "USB Host Controller Drivers"
  5. depends on USB
  6. config USB_C67X00_HCD
  7. tristate "Cypress C67x00 HCD support"
  8. depends on USB
  9. help
  10. The Cypress C67x00 (EZ-Host/EZ-OTG) chips are dual-role
  11. host/peripheral/OTG USB controllers.
  12. Enable this option to support this chip in host controller mode.
  13. If unsure, say N.
  14. To compile this driver as a module, choose M here: the
  15. module will be called c67x00.
  16. config USB_XHCI_HCD
  17. tristate "xHCI HCD (USB 3.0) support (EXPERIMENTAL)"
  18. depends on USB && USB_ARCH_HAS_XHCI && EXPERIMENTAL
  19. ---help---
  20. The eXtensible Host Controller Interface (xHCI) is standard for USB 3.0
  21. "SuperSpeed" host controller hardware.
  22. To compile this driver as a module, choose M here: the
  23. module will be called xhci-hcd.
  24. config USB_XHCI_HCD_DEBUGGING
  25. bool "Debugging for the xHCI host controller"
  26. depends on USB_XHCI_HCD
  27. ---help---
  28. Say 'Y' to turn on debugging for the xHCI host controller driver.
  29. This will spew debugging output, even in interrupt context.
  30. This should only be used for debugging xHCI driver bugs.
  31. If unsure, say N.
  32. config USB_EHCI_HCD
  33. tristate "EHCI HCD (USB 2.0) support"
  34. depends on USB && USB_ARCH_HAS_EHCI
  35. ---help---
  36. The Enhanced Host Controller Interface (EHCI) is standard for USB 2.0
  37. "high speed" (480 Mbit/sec, 60 Mbyte/sec) host controller hardware.
  38. If your USB host controller supports USB 2.0, you will likely want to
  39. configure this Host Controller Driver.
  40. EHCI controllers are packaged with "companion" host controllers (OHCI
  41. or UHCI) to handle USB 1.1 devices connected to root hub ports. Ports
  42. will connect to EHCI if the device is high speed, otherwise they
  43. connect to a companion controller. If you configure EHCI, you should
  44. probably configure the OHCI (for NEC and some other vendors) USB Host
  45. Controller Driver or UHCI (for Via motherboards) Host Controller
  46. Driver too.
  47. You may want to read <file:Documentation/usb/ehci.txt>.
  48. To compile this driver as a module, choose M here: the
  49. module will be called ehci-hcd.
  50. config USB_EHCI_ROOT_HUB_TT
  51. bool "Root Hub Transaction Translators"
  52. depends on USB_EHCI_HCD
  53. ---help---
  54. Some EHCI chips have vendor-specific extensions to integrate
  55. transaction translators, so that no OHCI or UHCI companion
  56. controller is needed. It's safe to say "y" even if your
  57. controller doesn't support this feature.
  58. This supports the EHCI implementation that's originally
  59. from ARC, and has since changed hands a few times.
  60. config USB_EHCI_TT_NEWSCHED
  61. bool "Improved Transaction Translator scheduling"
  62. depends on USB_EHCI_HCD
  63. default y
  64. ---help---
  65. This changes the periodic scheduling code to fill more of the low
  66. and full speed bandwidth available from the Transaction Translator
  67. (TT) in USB 2.0 hubs. Without this, only one transfer will be
  68. issued in each microframe, significantly reducing the number of
  69. periodic low/fullspeed transfers possible.
  70. If you have multiple periodic low/fullspeed devices connected to a
  71. highspeed USB hub which is connected to a highspeed USB Host
  72. Controller, and some of those devices will not work correctly
  73. (possibly due to "ENOSPC" or "-28" errors), say Y. Conversely, if
  74. you have only one such device and it doesn't work, you could try
  75. saying N.
  76. If unsure, say Y.
  77. config USB_EHCI_HCD_PMC_MSP
  78. tristate "EHCI support for on-chip PMC MSP71xx USB controller"
  79. depends on USB_EHCI_HCD && MSP_HAS_USB
  80. default n
  81. select USB_EHCI_BIG_ENDIAN_DESC
  82. select USB_EHCI_BIG_ENDIAN_MMIO
  83. ---help---
  84. Enables support for the onchip USB controller on the PMC_MSP7100 Family SoC's.
  85. If unsure, say N.
  86. config USB_EHCI_BIG_ENDIAN_MMIO
  87. bool
  88. depends on USB_EHCI_HCD && (PPC_CELLEB || PPC_PS3 || 440EPX || \
  89. ARCH_IXP4XX || XPS_USB_HCD_XILINX || \
  90. PPC_MPC512x || CPU_CAVIUM_OCTEON || \
  91. PMC_MSP || SPARC_LEON)
  92. default y
  93. config USB_EHCI_BIG_ENDIAN_DESC
  94. bool
  95. depends on USB_EHCI_HCD && (440EPX || ARCH_IXP4XX || XPS_USB_HCD_XILINX || \
  96. PPC_MPC512x || PMC_MSP || SPARC_LEON)
  97. default y
  98. config XPS_USB_HCD_XILINX
  99. bool "Use Xilinx usb host EHCI controller core"
  100. depends on USB_EHCI_HCD && (PPC32 || MICROBLAZE)
  101. select USB_EHCI_BIG_ENDIAN_DESC
  102. select USB_EHCI_BIG_ENDIAN_MMIO
  103. ---help---
  104. Xilinx xps USB host controller core is EHCI compilant and has
  105. transaction translator built-in. It can be configured to either
  106. support both high speed and full speed devices, or high speed
  107. devices only.
  108. config USB_FSL_MPH_DR_OF
  109. tristate
  110. config USB_EHCI_FSL
  111. bool "Support for Freescale PPC on-chip EHCI USB controller"
  112. depends on USB_EHCI_HCD && FSL_SOC
  113. select USB_EHCI_ROOT_HUB_TT
  114. select USB_FSL_MPH_DR_OF if OF
  115. ---help---
  116. Variation of ARC USB block used in some Freescale chips.
  117. config USB_EHCI_MXC
  118. bool "Support for Freescale i.MX on-chip EHCI USB controller"
  119. depends on USB_EHCI_HCD && ARCH_MXC
  120. select USB_EHCI_ROOT_HUB_TT
  121. ---help---
  122. Variation of ARC USB block used in some Freescale chips.
  123. config USB_EHCI_HCD_OMAP
  124. bool "EHCI support for OMAP3 and later chips"
  125. depends on USB_EHCI_HCD && ARCH_OMAP
  126. default y
  127. --- help ---
  128. Enables support for the on-chip EHCI controller on
  129. OMAP3 and later chips.
  130. config USB_EHCI_MSM
  131. bool "Support for MSM on-chip EHCI USB controller"
  132. depends on USB_EHCI_HCD && ARCH_MSM
  133. select USB_EHCI_ROOT_HUB_TT
  134. select USB_MSM_OTG
  135. ---help---
  136. Enables support for the USB Host controller present on the
  137. Qualcomm chipsets. Root Hub has inbuilt TT.
  138. This driver depends on OTG driver for PHY initialization,
  139. clock management, powering up VBUS, and power management.
  140. This driver is not supported on boards like trout which
  141. has an external PHY.
  142. config USB_EHCI_TEGRA
  143. boolean "NVIDIA Tegra HCD support"
  144. depends on USB_EHCI_HCD && ARCH_TEGRA
  145. select USB_EHCI_ROOT_HUB_TT
  146. help
  147. This driver enables support for the internal USB Host Controllers
  148. found in NVIDIA Tegra SoCs. The controllers are EHCI compliant.
  149. config USB_EHCI_HCD_PPC_OF
  150. bool "EHCI support for PPC USB controller on OF platform bus"
  151. depends on USB_EHCI_HCD && PPC_OF
  152. default y
  153. ---help---
  154. Enables support for the USB controller present on the PowerPC
  155. OpenFirmware platform bus.
  156. config USB_EHCI_SH
  157. bool "EHCI support for SuperH USB controller"
  158. depends on USB_EHCI_HCD && SUPERH
  159. ---help---
  160. Enables support for the on-chip EHCI controller on the SuperH.
  161. If you use the PCI EHCI controller, this option is not necessary.
  162. config USB_EHCI_S5P
  163. boolean "S5P EHCI support"
  164. depends on USB_EHCI_HCD && PLAT_S5P
  165. help
  166. Enable support for the S5P SOC's on-chip EHCI controller.
  167. config USB_EHCI_MV
  168. bool "EHCI support for Marvell on-chip controller"
  169. depends on USB_EHCI_HCD
  170. select USB_EHCI_ROOT_HUB_TT
  171. ---help---
  172. Enables support for Marvell (including PXA and MMP series) on-chip
  173. USB SPH and OTG controller. SPH is a single port host, and it can
  174. only be EHCI host. OTG is controller that can switch to host mode.
  175. config USB_W90X900_EHCI
  176. bool "W90X900(W90P910) EHCI support"
  177. depends on USB_EHCI_HCD && ARCH_W90X900
  178. ---help---
  179. Enables support for the W90X900 USB controller
  180. config USB_CNS3XXX_EHCI
  181. bool "Cavium CNS3XXX EHCI Module"
  182. depends on USB_EHCI_HCD && ARCH_CNS3XXX
  183. ---help---
  184. Enable support for the CNS3XXX SOC's on-chip EHCI controller.
  185. It is needed for high-speed (480Mbit/sec) USB 2.0 device
  186. support.
  187. config USB_EHCI_ATH79
  188. bool "EHCI support for AR7XXX/AR9XXX SoCs"
  189. depends on USB_EHCI_HCD && (SOC_AR71XX || SOC_AR724X || SOC_AR913X || SOC_AR933X)
  190. select USB_EHCI_ROOT_HUB_TT
  191. default y
  192. ---help---
  193. Enables support for the built-in EHCI controller present
  194. on the Atheros AR7XXX/AR9XXX SoCs.
  195. config USB_OXU210HP_HCD
  196. tristate "OXU210HP HCD support"
  197. depends on USB
  198. ---help---
  199. The OXU210HP is an USB host/OTG/device controller. Enable this
  200. option if your board has this chip. If unsure, say N.
  201. This driver does not support isochronous transfers and doesn't
  202. implement OTG nor USB device controllers.
  203. To compile this driver as a module, choose M here: the
  204. module will be called oxu210hp-hcd.
  205. config USB_ISP116X_HCD
  206. tristate "ISP116X HCD support"
  207. depends on USB
  208. ---help---
  209. The ISP1160 and ISP1161 chips are USB host controllers. Enable this
  210. option if your board has this chip. If unsure, say N.
  211. This driver does not support isochronous transfers.
  212. To compile this driver as a module, choose M here: the
  213. module will be called isp116x-hcd.
  214. config USB_ISP1760_HCD
  215. tristate "ISP 1760 HCD support"
  216. depends on USB && EXPERIMENTAL
  217. ---help---
  218. The ISP1760 chip is a USB 2.0 host controller.
  219. This driver does not support isochronous transfers or OTG.
  220. This USB controller is usually attached to a non-DMA-Master
  221. capable bus. NXP's eval kit brings this chip on PCI card
  222. where the chip itself is behind a PLB to simulate such
  223. a bus.
  224. To compile this driver as a module, choose M here: the
  225. module will be called isp1760.
  226. config USB_ISP1362_HCD
  227. tristate "ISP1362 HCD support"
  228. depends on USB
  229. default N
  230. ---help---
  231. Supports the Philips ISP1362 chip as a host controller
  232. This driver does not support isochronous transfers.
  233. To compile this driver as a module, choose M here: the
  234. module will be called isp1362-hcd.
  235. config USB_OHCI_HCD
  236. tristate "OHCI HCD support"
  237. depends on USB && USB_ARCH_HAS_OHCI
  238. select ISP1301_OMAP if MACH_OMAP_H2 || MACH_OMAP_H3
  239. select USB_OTG_UTILS if ARCH_OMAP
  240. ---help---
  241. The Open Host Controller Interface (OHCI) is a standard for accessing
  242. USB 1.1 host controller hardware. It does more in hardware than Intel's
  243. UHCI specification. If your USB host controller follows the OHCI spec,
  244. say Y. On most non-x86 systems, and on x86 hardware that's not using a
  245. USB controller from Intel or VIA, this is appropriate. If your host
  246. controller doesn't use PCI, this is probably appropriate. For a PCI
  247. based system where you're not sure, the "lspci -v" entry will list the
  248. right "prog-if" for your USB controller(s): EHCI, OHCI, or UHCI.
  249. To compile this driver as a module, choose M here: the
  250. module will be called ohci-hcd.
  251. config USB_OHCI_HCD_OMAP1
  252. bool "OHCI support for OMAP1/2 chips"
  253. depends on USB_OHCI_HCD && (ARCH_OMAP1 || ARCH_OMAP2)
  254. default y
  255. ---help---
  256. Enables support for the OHCI controller on OMAP1/2 chips.
  257. config USB_OHCI_HCD_OMAP3
  258. bool "OHCI support for OMAP3 and later chips"
  259. depends on USB_OHCI_HCD && (ARCH_OMAP3 || ARCH_OMAP4)
  260. default y
  261. ---help---
  262. Enables support for the on-chip OHCI controller on
  263. OMAP3 and later chips.
  264. config USB_OHCI_ATH79
  265. bool "USB OHCI support for the Atheros AR71XX/AR7240 SoCs"
  266. depends on USB_OHCI_HCD && (SOC_AR71XX || SOC_AR724X)
  267. default y
  268. help
  269. Enables support for the built-in OHCI controller present on the
  270. Atheros AR71XX/AR7240 SoCs.
  271. config USB_OHCI_HCD_PPC_SOC
  272. bool "OHCI support for on-chip PPC USB controller"
  273. depends on USB_OHCI_HCD && (STB03xxx || PPC_MPC52xx)
  274. default y
  275. select USB_OHCI_BIG_ENDIAN_DESC
  276. select USB_OHCI_BIG_ENDIAN_MMIO
  277. ---help---
  278. Enables support for the USB controller on the MPC52xx or
  279. STB03xxx processor chip. If unsure, say Y.
  280. config USB_OHCI_HCD_PPC_OF_BE
  281. bool "OHCI support for OF platform bus (big endian)"
  282. depends on USB_OHCI_HCD && PPC_OF
  283. select USB_OHCI_BIG_ENDIAN_DESC
  284. select USB_OHCI_BIG_ENDIAN_MMIO
  285. ---help---
  286. Enables support for big-endian USB controllers present on the
  287. OpenFirmware platform bus.
  288. config USB_OHCI_HCD_PPC_OF_LE
  289. bool "OHCI support for OF platform bus (little endian)"
  290. depends on USB_OHCI_HCD && PPC_OF
  291. select USB_OHCI_LITTLE_ENDIAN
  292. ---help---
  293. Enables support for little-endian USB controllers present on the
  294. OpenFirmware platform bus.
  295. config USB_OHCI_HCD_PPC_OF
  296. bool
  297. depends on USB_OHCI_HCD && PPC_OF
  298. default USB_OHCI_HCD_PPC_OF_BE || USB_OHCI_HCD_PPC_OF_LE
  299. config USB_OHCI_HCD_PCI
  300. bool "OHCI support for PCI-bus USB controllers"
  301. depends on USB_OHCI_HCD && PCI && (STB03xxx || PPC_MPC52xx || USB_OHCI_HCD_PPC_OF)
  302. default y
  303. select USB_OHCI_LITTLE_ENDIAN
  304. ---help---
  305. Enables support for PCI-bus plug-in USB controller cards.
  306. If unsure, say Y.
  307. config USB_OHCI_HCD_SSB
  308. bool "OHCI support for Broadcom SSB OHCI core"
  309. depends on USB_OHCI_HCD && (SSB = y || SSB = USB_OHCI_HCD) && EXPERIMENTAL
  310. default n
  311. ---help---
  312. Support for the Sonics Silicon Backplane (SSB) attached
  313. Broadcom USB OHCI core.
  314. This device is present in some embedded devices with
  315. Broadcom based SSB bus.
  316. If unsure, say N.
  317. config USB_OHCI_SH
  318. bool "OHCI support for SuperH USB controller"
  319. depends on USB_OHCI_HCD && SUPERH
  320. ---help---
  321. Enables support for the on-chip OHCI controller on the SuperH.
  322. If you use the PCI OHCI controller, this option is not necessary.
  323. config USB_OHCI_EXYNOS
  324. boolean "OHCI support for Samsung EXYNOS SoC Series"
  325. depends on USB_OHCI_HCD && ARCH_EXYNOS
  326. help
  327. Enable support for the Samsung Exynos SOC's on-chip OHCI controller.
  328. config USB_CNS3XXX_OHCI
  329. bool "Cavium CNS3XXX OHCI Module"
  330. depends on USB_OHCI_HCD && ARCH_CNS3XXX
  331. ---help---
  332. Enable support for the CNS3XXX SOC's on-chip OHCI controller.
  333. It is needed for low-speed USB 1.0 device support.
  334. config USB_OHCI_BIG_ENDIAN_DESC
  335. bool
  336. depends on USB_OHCI_HCD
  337. default n
  338. config USB_OHCI_BIG_ENDIAN_MMIO
  339. bool
  340. depends on USB_OHCI_HCD
  341. default n
  342. config USB_OHCI_LITTLE_ENDIAN
  343. bool
  344. depends on USB_OHCI_HCD
  345. default n if STB03xxx || PPC_MPC52xx
  346. default y
  347. config USB_UHCI_HCD
  348. tristate "UHCI HCD (most Intel and VIA) support"
  349. depends on USB && (PCI || SPARC_LEON)
  350. ---help---
  351. The Universal Host Controller Interface is a standard by Intel for
  352. accessing the USB hardware in the PC (which is also called the USB
  353. host controller). If your USB host controller conforms to this
  354. standard, you may want to say Y, but see below. All recent boards
  355. with Intel PCI chipsets (like intel 430TX, 440FX, 440LX, 440BX,
  356. i810, i820) conform to this standard. Also all VIA PCI chipsets
  357. (like VIA VP2, VP3, MVP3, Apollo Pro, Apollo Pro II or Apollo Pro
  358. 133) and LEON/GRLIB SoCs with the GRUSBHC controller.
  359. If unsure, say Y.
  360. To compile this driver as a module, choose M here: the
  361. module will be called uhci-hcd.
  362. config USB_UHCI_SUPPORT_NON_PCI_HC
  363. bool
  364. depends on USB_UHCI_HCD
  365. default y if SPARC_LEON
  366. config USB_UHCI_BIG_ENDIAN_MMIO
  367. bool
  368. depends on USB_UHCI_SUPPORT_NON_PCI_HC && SPARC_LEON
  369. default y
  370. config USB_UHCI_BIG_ENDIAN_DESC
  371. bool
  372. depends on USB_UHCI_SUPPORT_NON_PCI_HC && SPARC_LEON
  373. default y
  374. config USB_FHCI_HCD
  375. tristate "Freescale QE USB Host Controller support"
  376. depends on USB && OF_GPIO && QE_GPIO && QUICC_ENGINE
  377. select FSL_GTM
  378. select QE_USB
  379. help
  380. This driver enables support for Freescale QE USB Host Controller
  381. (as found on MPC8360 and MPC8323 processors), the driver supports
  382. Full and Low Speed USB.
  383. config FHCI_DEBUG
  384. bool "Freescale QE USB Host Controller debug support"
  385. depends on USB_FHCI_HCD && DEBUG_FS
  386. help
  387. Say "y" to see some FHCI debug information and statistics
  388. through debugfs.
  389. config USB_U132_HCD
  390. tristate "Elan U132 Adapter Host Controller"
  391. depends on USB && USB_FTDI_ELAN
  392. default M
  393. help
  394. The U132 adapter is a USB to CardBus adapter specifically designed
  395. for PC cards that contain an OHCI host controller. Typical PC cards
  396. are the Orange Mobile 3G Option GlobeTrotter Fusion card. The U132
  397. adapter will *NOT* work with PC cards that do not contain an OHCI
  398. controller.
  399. For those PC cards that contain multiple OHCI controllers only the
  400. first one is used.
  401. The driver consists of two modules, the "ftdi-elan" module is a
  402. USB client driver that interfaces to the FTDI chip within ELAN's
  403. USB-to-PCMCIA adapter, and this "u132-hcd" module is a USB host
  404. controller driver that talks to the OHCI controller within the
  405. CardBus cards that are inserted in the U132 adapter.
  406. This driver has been tested with a CardBus OHCI USB adapter, and
  407. worked with a USB PEN Drive inserted into the first USB port of
  408. the PCCARD. A rather pointless thing to do, but useful for testing.
  409. It is safe to say M here.
  410. See also <http://www.elandigitalsystems.com/support/ufaq/u132linux.php>
  411. config USB_SL811_HCD
  412. tristate "SL811HS HCD support"
  413. depends on USB
  414. help
  415. The SL811HS is a single-port USB controller that supports either
  416. host side or peripheral side roles. Enable this option if your
  417. board has this chip, and you want to use it as a host controller.
  418. If unsure, say N.
  419. To compile this driver as a module, choose M here: the
  420. module will be called sl811-hcd.
  421. config USB_SL811_HCD_ISO
  422. bool "partial ISO support"
  423. depends on USB_SL811_HCD
  424. help
  425. The driver doesn't support iso_frame_desc (yet), but for some simple
  426. devices that just queue one ISO frame per URB, then ISO transfers
  427. "should" work using the normal urb status fields.
  428. If unsure, say N.
  429. config USB_SL811_CS
  430. tristate "CF/PCMCIA support for SL811HS HCD"
  431. depends on USB_SL811_HCD && PCMCIA
  432. help
  433. Wraps a PCMCIA driver around the SL811HS HCD, supporting the RATOC
  434. REX-CFU1U CF card (often used with PDAs). If unsure, say N.
  435. To compile this driver as a module, choose M here: the
  436. module will be called "sl811_cs".
  437. config USB_R8A66597_HCD
  438. tristate "R8A66597 HCD support"
  439. depends on USB
  440. help
  441. The R8A66597 is a USB 2.0 host and peripheral controller.
  442. Enable this option if your board has this chip, and you want
  443. to use it as a host controller. If unsure, say N.
  444. To compile this driver as a module, choose M here: the
  445. module will be called r8a66597-hcd.
  446. config USB_RENESAS_USBHS_HCD
  447. tristate "Renesas USBHS HCD support"
  448. depends on USB
  449. depends on USB_RENESAS_USBHS
  450. help
  451. The Renesas USBHS is a USB 2.0 host and peripheral controller.
  452. Enable this option if your board has this chip, and you want
  453. to use it as a host controller. If unsure, say N.
  454. To compile this driver as a module, choose M here: the
  455. module will be called renesas-usbhs.
  456. config USB_WHCI_HCD
  457. tristate "Wireless USB Host Controller Interface (WHCI) driver (EXPERIMENTAL)"
  458. depends on EXPERIMENTAL
  459. depends on PCI && USB && UWB
  460. select USB_WUSB
  461. select UWB_WHCI
  462. help
  463. A driver for PCI-based Wireless USB Host Controllers that are
  464. compliant with the WHCI specification.
  465. To compile this driver a module, choose M here: the module
  466. will be called "whci-hcd".
  467. config USB_HWA_HCD
  468. tristate "Host Wire Adapter (HWA) driver (EXPERIMENTAL)"
  469. depends on EXPERIMENTAL
  470. depends on USB && UWB
  471. select USB_WUSB
  472. select UWB_HWA
  473. help
  474. This driver enables you to connect Wireless USB devices to
  475. your system using a Host Wire Adaptor USB dongle. This is an
  476. UWB Radio Controller and WUSB Host Controller connected to
  477. your machine via USB (specified in WUSB1.0).
  478. To compile this driver a module, choose M here: the module
  479. will be called "hwa-hc".
  480. config USB_IMX21_HCD
  481. tristate "i.MX21 HCD support"
  482. depends on USB && ARM && ARCH_MXC
  483. help
  484. This driver enables support for the on-chip USB host in the
  485. i.MX21 processor.
  486. To compile this driver as a module, choose M here: the
  487. module will be called "imx21-hcd".
  488. config USB_OCTEON_EHCI
  489. bool "Octeon on-chip EHCI support"
  490. depends on USB && USB_EHCI_HCD && CPU_CAVIUM_OCTEON
  491. default n
  492. select USB_EHCI_BIG_ENDIAN_MMIO
  493. help
  494. Enable support for the Octeon II SOC's on-chip EHCI
  495. controller. It is needed for high-speed (480Mbit/sec)
  496. USB 2.0 device support. All CN6XXX based chips with USB are
  497. supported.
  498. config USB_OCTEON_OHCI
  499. bool "Octeon on-chip OHCI support"
  500. depends on USB && USB_OHCI_HCD && CPU_CAVIUM_OCTEON
  501. default USB_OCTEON_EHCI
  502. select USB_OHCI_BIG_ENDIAN_MMIO
  503. select USB_OHCI_LITTLE_ENDIAN
  504. help
  505. Enable support for the Octeon II SOC's on-chip OHCI
  506. controller. It is needed for low-speed USB 1.0 device
  507. support. All CN6XXX based chips with USB are supported.
  508. config USB_OCTEON2_COMMON
  509. bool
  510. default y if USB_OCTEON_EHCI || USB_OCTEON_OHCI
  511. config USB_PXA168_EHCI
  512. bool "Marvell PXA168 on-chip EHCI HCD support"
  513. depends on USB_EHCI_HCD && ARCH_MMP
  514. help
  515. Enable support for Marvell PXA168 SoC's on-chip EHCI
  516. host controller