Kconfig 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241
  1. #
  2. # USB Host Controller Drivers
  3. #
  4. comment "USB Host Controller Drivers"
  5. config USB_HOST
  6. bool
  7. config USB_XHCI_HCD
  8. bool "xHCI HCD (USB 3.0) support"
  9. select USB_HOST
  10. ---help---
  11. The eXtensible Host Controller Interface (xHCI) is standard for USB 3.0
  12. "SuperSpeed" host controller hardware.
  13. if USB_XHCI_HCD
  14. config USB_XHCI_DWC3
  15. bool "DesignWare USB3 DRD Core Support"
  16. help
  17. Say Y or if your system has a Dual Role SuperSpeed
  18. USB controller based on the DesignWare USB3 IP Core.
  19. config USB_XHCI_MVEBU
  20. bool "MVEBU USB 3.0 support"
  21. default y
  22. depends on ARCH_MVEBU
  23. select DM_REGULATOR
  24. help
  25. Choose this option to add support for USB 3.0 driver on mvebu
  26. SoCs, which includes Armada8K, Armada3700 and other Armada
  27. family SoCs.
  28. config USB_XHCI_PCI
  29. bool "Support for PCI-based xHCI USB controller"
  30. depends on DM_USB
  31. default y if X86
  32. help
  33. Enables support for the PCI-based xHCI controller.
  34. config USB_XHCI_ROCKCHIP
  35. bool "Support for Rockchip on-chip xHCI USB controller"
  36. depends on ARCH_ROCKCHIP
  37. depends on DM_REGULATOR
  38. depends on DM_USB
  39. default y
  40. help
  41. Enables support for the on-chip xHCI controller on Rockchip SoCs.
  42. config USB_XHCI_RCAR
  43. bool "Renesas RCar USB 3.0 support"
  44. default y
  45. depends on ARCH_RMOBILE
  46. help
  47. Choose this option to add support for USB 3.0 driver on Renesas
  48. RCar Gen3 SoCs.
  49. config USB_XHCI_STI
  50. bool "Support for STMicroelectronics STiH407 family on-chip xHCI USB controller"
  51. depends on ARCH_STI
  52. default y
  53. help
  54. Enables support for the on-chip xHCI controller on STMicroelectronics
  55. STiH407 family SoCs. This is a driver for the dwc3 to provide the glue logic
  56. to configure the controller.
  57. config USB_XHCI_ZYNQMP
  58. bool "Support for Xilinx ZynqMP on-chip xHCI USB controller"
  59. depends on ARCH_ZYNQMP
  60. help
  61. Enables support for the on-chip xHCI controller on Xilinx ZynqMP SoCs.
  62. config USB_XHCI_DRA7XX_INDEX
  63. int "DRA7XX xHCI USB index"
  64. range 0 1
  65. default 0
  66. depends on DRA7XX
  67. help
  68. Select the DRA7XX xHCI USB index.
  69. Current supported values: 0, 1.
  70. config USB_XHCI_FSL
  71. bool "Support for NXP Layerscape on-chip xHCI USB controller"
  72. default y if ARCH_LS1021A || FSL_LSCH3 || FSL_LSCH2
  73. depends on !SPL_NO_USB
  74. help
  75. Enables support for the on-chip xHCI controller on NXP Layerscape SoCs.
  76. endif # USB_XHCI_HCD
  77. config USB_EHCI_HCD
  78. bool "EHCI HCD (USB 2.0) support"
  79. default y if ARCH_MX5 || ARCH_MX6
  80. select USB_HOST
  81. ---help---
  82. The Enhanced Host Controller Interface (EHCI) is standard for USB 2.0
  83. "high speed" (480 Mbit/sec, 60 Mbyte/sec) host controller hardware.
  84. If your USB host controller supports USB 2.0, you will likely want to
  85. configure this Host Controller Driver.
  86. EHCI controllers are packaged with "companion" host controllers (OHCI
  87. or UHCI) to handle USB 1.1 devices connected to root hub ports. Ports
  88. will connect to EHCI if the device is high speed, otherwise they
  89. connect to a companion controller. If you configure EHCI, you should
  90. probably configure the OHCI (for NEC and some other vendors) USB Host
  91. Controller Driver or UHCI (for Via motherboards) Host Controller
  92. Driver too.
  93. You may want to read <file:Documentation/usb/ehci.txt>.
  94. if USB_EHCI_HCD
  95. config USB_EHCI_ATMEL
  96. bool "Support for Atmel on-chip EHCI USB controller"
  97. depends on ARCH_AT91
  98. default y
  99. ---help---
  100. Enables support for the on-chip EHCI controller on Atmel chips.
  101. config USB_EHCI_MARVELL
  102. bool "Support for Marvell on-chip EHCI USB controller"
  103. depends on ARCH_MVEBU || KIRKWOOD || ORION5X
  104. default y
  105. ---help---
  106. Enables support for the on-chip EHCI controller on MVEBU SoCs.
  107. config USB_EHCI_MX6
  108. bool "Support for i.MX6 on-chip EHCI USB controller"
  109. depends on ARCH_MX6
  110. default y
  111. ---help---
  112. Enables support for the on-chip EHCI controller on i.MX6 SoCs.
  113. config USB_EHCI_MX7
  114. bool "Support for i.MX7 on-chip EHCI USB controller"
  115. depends on ARCH_MX7
  116. default y
  117. ---help---
  118. Enables support for the on-chip EHCI controller on i.MX7 SoCs.
  119. config USB_EHCI_OMAP
  120. bool "Support for OMAP3+ on-chip EHCI USB controller"
  121. depends on ARCH_OMAP2PLUS
  122. default y
  123. ---help---
  124. Enables support for the on-chip EHCI controller on OMAP3 and later
  125. SoCs.
  126. if USB_EHCI_MX7
  127. config MXC_USB_OTG_HACTIVE
  128. bool "USB Power pin high active"
  129. ---help---
  130. Set the USB Power pin polarity to be high active (PWR_POL)
  131. endif
  132. config USB_EHCI_MSM
  133. bool "Support for Qualcomm on-chip EHCI USB controller"
  134. depends on DM_USB
  135. select USB_ULPI_VIEWPORT
  136. default n
  137. ---help---
  138. Enables support for the on-chip EHCI controller on Qualcomm
  139. Snapdragon SoCs.
  140. This driver supports combination of Chipidea USB controller
  141. and Synapsys USB PHY in host mode only.
  142. config USB_EHCI_PCI
  143. bool "Support for PCI-based EHCI USB controller"
  144. default y if X86
  145. help
  146. Enables support for the PCI-based EHCI controller.
  147. config USB_EHCI_ZYNQ
  148. bool "Support for Xilinx Zynq on-chip EHCI USB controller"
  149. depends on ARCH_ZYNQ
  150. default y
  151. ---help---
  152. Enable support for Zynq on-chip EHCI USB controller
  153. config USB_EHCI_GENERIC
  154. bool "Support for generic EHCI USB controller"
  155. depends on OF_CONTROL
  156. depends on DM_USB
  157. default n
  158. ---help---
  159. Enables support for generic EHCI controller.
  160. endif # USB_EHCI_HCD
  161. config USB_OHCI_HCD
  162. bool "OHCI HCD (USB 1.1) support"
  163. ---help---
  164. The Open Host Controller Interface (OHCI) is a standard for accessing
  165. USB 1.1 host controller hardware. It does more in hardware than Intel's
  166. UHCI specification. If your USB host controller follows the OHCI spec,
  167. say Y. On most non-x86 systems, and on x86 hardware that's not using a
  168. USB controller from Intel or VIA, this is appropriate. If your host
  169. controller doesn't use PCI, this is probably appropriate. For a PCI
  170. based system where you're not sure, the "lspci -v" entry will list the
  171. right "prog-if" for your USB controller(s): EHCI, OHCI, or UHCI.
  172. if USB_OHCI_HCD
  173. config USB_OHCI_GENERIC
  174. bool "Support for generic OHCI USB controller"
  175. depends on OF_CONTROL
  176. depends on DM_USB
  177. select USB_HOST
  178. ---help---
  179. Enables support for generic OHCI controller.
  180. endif # USB_OHCI_HCD
  181. config USB_UHCI_HCD
  182. bool "UHCI HCD (most Intel and VIA) support"
  183. select USB_HOST
  184. ---help---
  185. The Universal Host Controller Interface is a standard by Intel for
  186. accessing the USB hardware in the PC (which is also called the USB
  187. host controller). If your USB host controller conforms to this
  188. standard, you may want to say Y, but see below. All recent boards
  189. with Intel PCI chipsets (like intel 430TX, 440FX, 440LX, 440BX,
  190. i810, i820) conform to this standard. Also all VIA PCI chipsets
  191. (like VIA VP2, VP3, MVP3, Apollo Pro, Apollo Pro II or Apollo Pro
  192. 133) and LEON/GRLIB SoCs with the GRUSBHC controller.
  193. If unsure, say Y.
  194. if USB_UHCI_HCD
  195. endif # USB_UHCI_HCD
  196. config USB_DWC2
  197. bool "DesignWare USB2 Core support"
  198. select USB_HOST
  199. ---help---
  200. The DesignWare USB 2.0 controller is compliant with the
  201. USB-Implementers Forum (USB-IF) USB 2.0 specifications.
  202. Hi-Speed (480 Mbps), Full-Speed (12 Mbps), and Low-Speed (1.5 Mbps)
  203. operation is compliant to the controller Supplement. If you want to
  204. enable this controller in host mode, say Y.