Kconfig 12 KB

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