Kconfig 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150
  1. #
  2. # USB Host Controller Drivers
  3. #
  4. comment "USB Host Controller Drivers"
  5. depends on USB
  6. config USB_EHCI_HCD
  7. tristate "EHCI HCD (USB 2.0) support"
  8. depends on USB && USB_ARCH_HAS_EHCI
  9. ---help---
  10. The Enhanced Host Controller Interface (EHCI) is standard for USB 2.0
  11. "high speed" (480 Mbit/sec, 60 Mbyte/sec) host controller hardware.
  12. If your USB host controller supports USB 2.0, you will likely want to
  13. configure this Host Controller Driver. At the time of this writing,
  14. the primary implementation of EHCI is a chip from NEC, widely available
  15. in add-on PCI cards, but implementations are in the works from other
  16. vendors including Intel and Philips. Motherboard support is appearing.
  17. EHCI controllers are packaged with "companion" host controllers (OHCI
  18. or UHCI) to handle USB 1.1 devices connected to root hub ports. Ports
  19. will connect to EHCI if the device is high speed, otherwise they
  20. connect to a companion controller. If you configure EHCI, you should
  21. probably configure the OHCI (for NEC and some other vendors) USB Host
  22. Controller Driver or UHCI (for Via motherboards) Host Controller
  23. Driver too.
  24. You may want to read <file:Documentation/usb/ehci.txt>.
  25. To compile this driver as a module, choose M here: the
  26. module will be called ehci-hcd.
  27. config USB_EHCI_SPLIT_ISO
  28. bool "Full speed ISO transactions (EXPERIMENTAL)"
  29. depends on USB_EHCI_HCD && EXPERIMENTAL
  30. default n
  31. ---help---
  32. This code is new and hasn't been used with many different
  33. EHCI or USB 2.0 transaction translator implementations.
  34. It should work for ISO-OUT transfers, like audio.
  35. config USB_EHCI_ROOT_HUB_TT
  36. bool "Root Hub Transaction Translators (EXPERIMENTAL)"
  37. depends on USB_EHCI_HCD && EXPERIMENTAL
  38. ---help---
  39. Some EHCI chips have vendor-specific extensions to integrate
  40. transaction translators, so that no OHCI or UHCI companion
  41. controller is needed. It's safe to say "y" even if your
  42. controller doesn't support this feature.
  43. This supports the EHCI implementation from TransDimension Inc.
  44. config USB_ISP116X_HCD
  45. tristate "ISP116X HCD support"
  46. depends on USB
  47. default N
  48. ---help---
  49. The ISP1160 and ISP1161 chips are USB host controllers. Enable this
  50. option if your board has this chip. If unsure, say N.
  51. This driver does not support isochronous transfers.
  52. To compile this driver as a module, choose M here: the
  53. module will be called isp116x-hcd.
  54. config USB_OHCI_HCD
  55. tristate "OHCI HCD support"
  56. depends on USB && USB_ARCH_HAS_OHCI
  57. select ISP1301_OMAP if MACH_OMAP_H2 || MACH_OMAP_H3
  58. ---help---
  59. The Open Host Controller Interface (OHCI) is a standard for accessing
  60. USB 1.1 host controller hardware. It does more in hardware than Intel's
  61. UHCI specification. If your USB host controller follows the OHCI spec,
  62. say Y. On most non-x86 systems, and on x86 hardware that's not using a
  63. USB controller from Intel or VIA, this is appropriate. If your host
  64. controller doesn't use PCI, this is probably appropriate. For a PCI
  65. based system where you're not sure, the "lspci -v" entry will list the
  66. right "prog-if" for your USB controller(s): EHCI, OHCI, or UHCI.
  67. To compile this driver as a module, choose M here: the
  68. module will be called ohci-hcd.
  69. config USB_OHCI_HCD_PPC_SOC
  70. bool "OHCI support for on-chip PPC USB controller"
  71. depends on USB_OHCI_HCD && (STB03xxx || PPC_MPC52xx)
  72. default y
  73. select USB_OHCI_BIG_ENDIAN
  74. ---help---
  75. Enables support for the USB controller on the MPC52xx or
  76. STB03xxx processor chip. If unsure, say Y.
  77. config USB_OHCI_HCD_PCI
  78. bool "OHCI support for PCI-bus USB controllers"
  79. depends on USB_OHCI_HCD && PCI && (STB03xxx || PPC_MPC52xx)
  80. default y
  81. select USB_OHCI_LITTLE_ENDIAN
  82. ---help---
  83. Enables support for PCI-bus plug-in USB controller cards.
  84. If unsure, say Y.
  85. config USB_OHCI_BIG_ENDIAN
  86. bool
  87. depends on USB_OHCI_HCD
  88. default n
  89. config USB_OHCI_LITTLE_ENDIAN
  90. bool
  91. depends on USB_OHCI_HCD
  92. default n if STB03xxx || PPC_MPC52xx
  93. default y
  94. config USB_UHCI_HCD
  95. tristate "UHCI HCD (most Intel and VIA) support"
  96. depends on USB && PCI
  97. ---help---
  98. The Universal Host Controller Interface is a standard by Intel for
  99. accessing the USB hardware in the PC (which is also called the USB
  100. host controller). If your USB host controller conforms to this
  101. standard, you may want to say Y, but see below. All recent boards
  102. with Intel PCI chipsets (like intel 430TX, 440FX, 440LX, 440BX,
  103. i810, i820) conform to this standard. Also all VIA PCI chipsets
  104. (like VIA VP2, VP3, MVP3, Apollo Pro, Apollo Pro II or Apollo Pro
  105. 133). If unsure, say Y.
  106. To compile this driver as a module, choose M here: the
  107. module will be called uhci-hcd.
  108. config USB_SL811_HCD
  109. tristate "SL811HS HCD support"
  110. depends on USB
  111. default N
  112. help
  113. The SL811HS is a single-port USB controller that supports either
  114. host side or peripheral side roles. Enable this option if your
  115. board has this chip, and you want to use it as a host controller.
  116. If unsure, say N.
  117. To compile this driver as a module, choose M here: the
  118. module will be called sl811-hcd.
  119. config USB_SL811_CS
  120. tristate "CF/PCMCIA support for SL811HS HCD"
  121. depends on USB_SL811_HCD && PCMCIA
  122. default N
  123. help
  124. Wraps a PCMCIA driver around the SL811HS HCD, supporting the RATOC
  125. REX-CFU1U CF card (often used with PDAs). If unsure, say N.
  126. To compile this driver as a module, choose M here: the
  127. module will be called "sl811_cs".