Kconfig 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174
  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. help
  24. Choose this option to add support for USB 3.0 driver on mvebu
  25. SoCs, which includes Armada8K, Armada3700 and other Armada
  26. family SoCs.
  27. config USB_XHCI_ROCKCHIP
  28. bool "Support for Rockchip on-chip xHCI USB controller"
  29. depends on ARCH_ROCKCHIP
  30. default y
  31. help
  32. Enables support for the on-chip xHCI controller on Rockchip SoCs.
  33. endif # USB_XHCI_HCD
  34. config USB_EHCI_HCD
  35. bool "EHCI HCD (USB 2.0) support"
  36. select USB_HOST
  37. ---help---
  38. The Enhanced Host Controller Interface (EHCI) is standard for USB 2.0
  39. "high speed" (480 Mbit/sec, 60 Mbyte/sec) host controller hardware.
  40. If your USB host controller supports USB 2.0, you will likely want to
  41. configure this Host Controller Driver.
  42. EHCI controllers are packaged with "companion" host controllers (OHCI
  43. or UHCI) to handle USB 1.1 devices connected to root hub ports. Ports
  44. will connect to EHCI if the device is high speed, otherwise they
  45. connect to a companion controller. If you configure EHCI, you should
  46. probably configure the OHCI (for NEC and some other vendors) USB Host
  47. Controller Driver or UHCI (for Via motherboards) Host Controller
  48. Driver too.
  49. You may want to read <file:Documentation/usb/ehci.txt>.
  50. config USB_EHCI
  51. bool
  52. default USB_EHCI_HCD
  53. ---help---
  54. TODO: rename after most boards switch to Kconfig
  55. if USB_EHCI_HCD
  56. config USB_EHCI_ATMEL
  57. bool "Support for Atmel on-chip EHCI USB controller"
  58. depends on ARCH_AT91
  59. default y
  60. ---help---
  61. Enables support for the on-chip EHCI controller on Atmel chips.
  62. config USB_EHCI_MARVELL
  63. bool "Support for MVEBU (AXP / A38x) on-chip EHCI USB controller"
  64. depends on ARCH_MVEBU
  65. default y
  66. ---help---
  67. Enables support for the on-chip EHCI controller on MVEBU SoCs.
  68. config USB_EHCI_MX6
  69. bool "Support for i.MX6 on-chip EHCI USB controller"
  70. depends on ARCH_MX6
  71. default y
  72. ---help---
  73. Enables support for the on-chip EHCI controller on i.MX6 SoCs.
  74. config USB_EHCI_MX7
  75. bool "Support for i.MX7 on-chip EHCI USB controller"
  76. depends on ARCH_MX7
  77. default y
  78. ---help---
  79. Enables support for the on-chip EHCI controller on i.MX7 SoCs.
  80. if USB_EHCI_MX7
  81. config MXC_USB_OTG_HACTIVE
  82. bool "USB Power pin high active"
  83. ---help---
  84. Set the USB Power pin polarity to be high active (PWR_POL)
  85. endif
  86. config USB_EHCI_MSM
  87. bool "Support for Qualcomm on-chip EHCI USB controller"
  88. depends on DM_USB
  89. select USB_ULPI_VIEWPORT
  90. default n
  91. ---help---
  92. Enables support for the on-chip EHCI controller on Qualcomm
  93. Snapdragon SoCs.
  94. This driver supports combination of Chipidea USB controller
  95. and Synapsys USB PHY in host mode only.
  96. config USB_EHCI_ZYNQ
  97. bool "Support for Xilinx Zynq on-chip EHCI USB controller"
  98. depends on ARCH_ZYNQ
  99. default y
  100. ---help---
  101. Enable support for Zynq on-chip EHCI USB controller
  102. config USB_EHCI_GENERIC
  103. bool "Support for generic EHCI USB controller"
  104. depends on OF_CONTROL
  105. depends on DM_USB
  106. default n
  107. ---help---
  108. Enables support for generic EHCI controller.
  109. endif # USB_EHCI_HCD
  110. config USB_OHCI_HCD
  111. bool "OHCI HCD (USB 1.1) support"
  112. ---help---
  113. The Open Host Controller Interface (OHCI) is a standard for accessing
  114. USB 1.1 host controller hardware. It does more in hardware than Intel's
  115. UHCI specification. If your USB host controller follows the OHCI spec,
  116. say Y. On most non-x86 systems, and on x86 hardware that's not using a
  117. USB controller from Intel or VIA, this is appropriate. If your host
  118. controller doesn't use PCI, this is probably appropriate. For a PCI
  119. based system where you're not sure, the "lspci -v" entry will list the
  120. right "prog-if" for your USB controller(s): EHCI, OHCI, or UHCI.
  121. if USB_OHCI_HCD
  122. config USB_OHCI_GENERIC
  123. bool "Support for generic OHCI USB controller"
  124. depends on OF_CONTROL
  125. depends on DM_USB
  126. select USB_HOST
  127. ---help---
  128. Enables support for generic OHCI controller.
  129. endif # USB_OHCI_HCD
  130. config USB_UHCI_HCD
  131. bool "UHCI HCD (most Intel and VIA) support"
  132. select USB_HOST
  133. ---help---
  134. The Universal Host Controller Interface is a standard by Intel for
  135. accessing the USB hardware in the PC (which is also called the USB
  136. host controller). If your USB host controller conforms to this
  137. standard, you may want to say Y, but see below. All recent boards
  138. with Intel PCI chipsets (like intel 430TX, 440FX, 440LX, 440BX,
  139. i810, i820) conform to this standard. Also all VIA PCI chipsets
  140. (like VIA VP2, VP3, MVP3, Apollo Pro, Apollo Pro II or Apollo Pro
  141. 133) and LEON/GRLIB SoCs with the GRUSBHC controller.
  142. If unsure, say Y.
  143. if USB_UHCI_HCD
  144. endif # USB_UHCI_HCD