Kconfig 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372
  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 && PCI && 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 (EXPERIMENTAL)"
  62. depends on USB_EHCI_HCD && EXPERIMENTAL
  63. ---help---
  64. This changes the periodic scheduling code to fill more of the low
  65. and full speed bandwidth available from the Transaction Translator
  66. (TT) in USB 2.0 hubs. Without this, only one transfer will be
  67. issued in each microframe, significantly reducing the number of
  68. periodic low/fullspeed transfers possible.
  69. If you have multiple periodic low/fullspeed devices connected to a
  70. highspeed USB hub which is connected to a highspeed USB Host
  71. Controller, and some of those devices will not work correctly
  72. (possibly due to "ENOSPC" or "-28" errors), say Y.
  73. If unsure, say N.
  74. config USB_EHCI_BIG_ENDIAN_MMIO
  75. bool
  76. depends on USB_EHCI_HCD && (PPC_CELLEB || PPC_PS3 || 440EPX || ARCH_IXP4XX)
  77. default y
  78. config USB_EHCI_BIG_ENDIAN_DESC
  79. bool
  80. depends on USB_EHCI_HCD && (440EPX || ARCH_IXP4XX)
  81. default y
  82. config USB_EHCI_FSL
  83. bool "Support for Freescale on-chip EHCI USB controller"
  84. depends on USB_EHCI_HCD && FSL_SOC
  85. select USB_EHCI_ROOT_HUB_TT
  86. ---help---
  87. Variation of ARC USB block used in some Freescale chips.
  88. config USB_EHCI_HCD_PPC_OF
  89. bool "EHCI support for PPC USB controller on OF platform bus"
  90. depends on USB_EHCI_HCD && PPC_OF
  91. default y
  92. ---help---
  93. Enables support for the USB controller present on the PowerPC
  94. OpenFirmware platform bus.
  95. config USB_OXU210HP_HCD
  96. tristate "OXU210HP HCD support"
  97. depends on USB
  98. ---help---
  99. The OXU210HP is an USB host/OTG/device controller. Enable this
  100. option if your board has this chip. If unsure, say N.
  101. This driver does not support isochronous transfers and doesn't
  102. implement OTG nor USB device controllers.
  103. To compile this driver as a module, choose M here: the
  104. module will be called oxu210hp-hcd.
  105. config USB_ISP116X_HCD
  106. tristate "ISP116X HCD support"
  107. depends on USB
  108. ---help---
  109. The ISP1160 and ISP1161 chips are USB host controllers. Enable this
  110. option if your board has this chip. If unsure, say N.
  111. This driver does not support isochronous transfers.
  112. To compile this driver as a module, choose M here: the
  113. module will be called isp116x-hcd.
  114. config USB_ISP1760_HCD
  115. tristate "ISP 1760 HCD support"
  116. depends on USB && EXPERIMENTAL
  117. ---help---
  118. The ISP1760 chip is a USB 2.0 host controller.
  119. This driver does not support isochronous transfers or OTG.
  120. This USB controller is usually attached to a non-DMA-Master
  121. capable bus. NXP's eval kit brings this chip on PCI card
  122. where the chip itself is behind a PLB to simulate such
  123. a bus.
  124. To compile this driver as a module, choose M here: the
  125. module will be called isp1760.
  126. config USB_OHCI_HCD
  127. tristate "OHCI HCD support"
  128. depends on USB && USB_ARCH_HAS_OHCI
  129. select ISP1301_OMAP if MACH_OMAP_H2 || MACH_OMAP_H3
  130. select USB_OTG_UTILS if ARCH_OMAP
  131. ---help---
  132. The Open Host Controller Interface (OHCI) is a standard for accessing
  133. USB 1.1 host controller hardware. It does more in hardware than Intel's
  134. UHCI specification. If your USB host controller follows the OHCI spec,
  135. say Y. On most non-x86 systems, and on x86 hardware that's not using a
  136. USB controller from Intel or VIA, this is appropriate. If your host
  137. controller doesn't use PCI, this is probably appropriate. For a PCI
  138. based system where you're not sure, the "lspci -v" entry will list the
  139. right "prog-if" for your USB controller(s): EHCI, OHCI, or UHCI.
  140. To compile this driver as a module, choose M here: the
  141. module will be called ohci-hcd.
  142. config USB_OHCI_HCD_PPC_SOC
  143. bool "OHCI support for on-chip PPC USB controller"
  144. depends on USB_OHCI_HCD && (STB03xxx || PPC_MPC52xx)
  145. default y
  146. select USB_OHCI_BIG_ENDIAN_DESC
  147. select USB_OHCI_BIG_ENDIAN_MMIO
  148. ---help---
  149. Enables support for the USB controller on the MPC52xx or
  150. STB03xxx processor chip. If unsure, say Y.
  151. config USB_OHCI_HCD_PPC_OF_BE
  152. bool "OHCI support for OF platform bus (big endian)"
  153. depends on USB_OHCI_HCD && PPC_OF
  154. select USB_OHCI_BIG_ENDIAN_DESC
  155. select USB_OHCI_BIG_ENDIAN_MMIO
  156. ---help---
  157. Enables support for big-endian USB controllers present on the
  158. OpenFirmware platform bus.
  159. config USB_OHCI_HCD_PPC_OF_LE
  160. bool "OHCI support for OF platform bus (little endian)"
  161. depends on USB_OHCI_HCD && PPC_OF
  162. select USB_OHCI_LITTLE_ENDIAN
  163. ---help---
  164. Enables support for little-endian USB controllers present on the
  165. OpenFirmware platform bus.
  166. config USB_OHCI_HCD_PPC_OF
  167. bool
  168. depends on USB_OHCI_HCD && PPC_OF
  169. default USB_OHCI_HCD_PPC_OF_BE || USB_OHCI_HCD_PPC_OF_LE
  170. config USB_OHCI_HCD_PCI
  171. bool "OHCI support for PCI-bus USB controllers"
  172. depends on USB_OHCI_HCD && PCI && (STB03xxx || PPC_MPC52xx || USB_OHCI_HCD_PPC_OF)
  173. default y
  174. select USB_OHCI_LITTLE_ENDIAN
  175. ---help---
  176. Enables support for PCI-bus plug-in USB controller cards.
  177. If unsure, say Y.
  178. config USB_OHCI_HCD_SSB
  179. bool "OHCI support for Broadcom SSB OHCI core"
  180. depends on USB_OHCI_HCD && (SSB = y || SSB = USB_OHCI_HCD) && EXPERIMENTAL
  181. default n
  182. ---help---
  183. Support for the Sonics Silicon Backplane (SSB) attached
  184. Broadcom USB OHCI core.
  185. This device is present in some embedded devices with
  186. Broadcom based SSB bus.
  187. If unsure, say N.
  188. config USB_OHCI_BIG_ENDIAN_DESC
  189. bool
  190. depends on USB_OHCI_HCD
  191. default n
  192. config USB_OHCI_BIG_ENDIAN_MMIO
  193. bool
  194. depends on USB_OHCI_HCD
  195. default n
  196. config USB_OHCI_LITTLE_ENDIAN
  197. bool
  198. depends on USB_OHCI_HCD
  199. default n if STB03xxx || PPC_MPC52xx
  200. default y
  201. config USB_UHCI_HCD
  202. tristate "UHCI HCD (most Intel and VIA) support"
  203. depends on USB && PCI
  204. ---help---
  205. The Universal Host Controller Interface is a standard by Intel for
  206. accessing the USB hardware in the PC (which is also called the USB
  207. host controller). If your USB host controller conforms to this
  208. standard, you may want to say Y, but see below. All recent boards
  209. with Intel PCI chipsets (like intel 430TX, 440FX, 440LX, 440BX,
  210. i810, i820) conform to this standard. Also all VIA PCI chipsets
  211. (like VIA VP2, VP3, MVP3, Apollo Pro, Apollo Pro II or Apollo Pro
  212. 133). If unsure, say Y.
  213. To compile this driver as a module, choose M here: the
  214. module will be called uhci-hcd.
  215. config USB_FHCI_HCD
  216. tristate "Freescale QE USB Host Controller support"
  217. depends on USB && OF_GPIO && QE_GPIO && QUICC_ENGINE
  218. select FSL_GTM
  219. select QE_USB
  220. help
  221. This driver enables support for Freescale QE USB Host Controller
  222. (as found on MPC8360 and MPC8323 processors), the driver supports
  223. Full and Low Speed USB.
  224. config FHCI_DEBUG
  225. bool "Freescale QE USB Host Controller debug support"
  226. depends on USB_FHCI_HCD && DEBUG_FS
  227. help
  228. Say "y" to see some FHCI debug information and statistics
  229. throught debugfs.
  230. config USB_U132_HCD
  231. tristate "Elan U132 Adapter Host Controller"
  232. depends on USB && USB_FTDI_ELAN
  233. default M
  234. help
  235. The U132 adapter is a USB to CardBus adapter specifically designed
  236. for PC cards that contain an OHCI host controller. Typical PC cards
  237. are the Orange Mobile 3G Option GlobeTrotter Fusion card. The U132
  238. adapter will *NOT* work with PC cards that do not contain an OHCI
  239. controller.
  240. For those PC cards that contain multiple OHCI controllers only the
  241. first one is used.
  242. The driver consists of two modules, the "ftdi-elan" module is a
  243. USB client driver that interfaces to the FTDI chip within ELAN's
  244. USB-to-PCMCIA adapter, and this "u132-hcd" module is a USB host
  245. controller driver that talks to the OHCI controller within the
  246. CardBus cards that are inserted in the U132 adapter.
  247. This driver has been tested with a CardBus OHCI USB adapter, and
  248. worked with a USB PEN Drive inserted into the first USB port of
  249. the PCCARD. A rather pointless thing to do, but useful for testing.
  250. It is safe to say M here.
  251. See also <http://www.elandigitalsystems.com/support/ufaq/u132linux.php>
  252. config USB_SL811_HCD
  253. tristate "SL811HS HCD support"
  254. depends on USB
  255. help
  256. The SL811HS is a single-port USB controller that supports either
  257. host side or peripheral side roles. Enable this option if your
  258. board has this chip, and you want to use it as a host controller.
  259. If unsure, say N.
  260. To compile this driver as a module, choose M here: the
  261. module will be called sl811-hcd.
  262. config USB_SL811_CS
  263. tristate "CF/PCMCIA support for SL811HS HCD"
  264. depends on USB_SL811_HCD && PCMCIA
  265. help
  266. Wraps a PCMCIA driver around the SL811HS HCD, supporting the RATOC
  267. REX-CFU1U CF card (often used with PDAs). If unsure, say N.
  268. To compile this driver as a module, choose M here: the
  269. module will be called "sl811_cs".
  270. config USB_R8A66597_HCD
  271. tristate "R8A66597 HCD support"
  272. depends on USB
  273. help
  274. The R8A66597 is a USB 2.0 host and peripheral controller.
  275. Enable this option if your board has this chip, and you want
  276. to use it as a host controller. If unsure, say N.
  277. To compile this driver as a module, choose M here: the
  278. module will be called r8a66597-hcd.
  279. config SUPERH_ON_CHIP_R8A66597
  280. boolean "Enable SuperH on-chip R8A66597 USB"
  281. depends on USB_R8A66597_HCD && (CPU_SUBTYPE_SH7366 || CPU_SUBTYPE_SH7723 || CPU_SUBTYPE_SH7724)
  282. help
  283. This driver enables support for the on-chip R8A66597 in the
  284. SH7366, SH7723 and SH7724 processors.
  285. config USB_WHCI_HCD
  286. tristate "Wireless USB Host Controller Interface (WHCI) driver (EXPERIMENTAL)"
  287. depends on EXPERIMENTAL
  288. depends on PCI && USB
  289. select USB_WUSB
  290. select UWB_WHCI
  291. help
  292. A driver for PCI-based Wireless USB Host Controllers that are
  293. compliant with the WHCI specification.
  294. To compile this driver a module, choose M here: the module
  295. will be called "whci-hcd".
  296. config USB_HWA_HCD
  297. tristate "Host Wire Adapter (HWA) driver (EXPERIMENTAL)"
  298. depends on EXPERIMENTAL
  299. depends on USB
  300. select USB_WUSB
  301. select UWB_HWA
  302. help
  303. This driver enables you to connect Wireless USB devices to
  304. your system using a Host Wire Adaptor USB dongle. This is an
  305. UWB Radio Controller and WUSB Host Controller connected to
  306. your machine via USB (specified in WUSB1.0).
  307. To compile this driver a module, choose M here: the module
  308. will be called "hwa-hc".