Kconfig 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231
  1. #
  2. # Physical Layer USB driver configuration
  3. #
  4. menu "USB Physical Layer drivers"
  5. config USB_PHY
  6. def_bool n
  7. #
  8. # USB Transceiver Drivers
  9. #
  10. config AB8500_USB
  11. tristate "AB8500 USB Transceiver Driver"
  12. depends on AB8500_CORE
  13. select USB_PHY
  14. help
  15. Enable this to support the USB OTG transceiver in AB8500 chip.
  16. This transceiver supports high and full speed devices plus,
  17. in host mode, low speed.
  18. config FSL_USB2_OTG
  19. bool "Freescale USB OTG Transceiver Driver"
  20. depends on USB_EHCI_FSL && USB_FSL_USB2 && PM_RUNTIME
  21. select USB_OTG
  22. select USB_PHY
  23. help
  24. Enable this to support Freescale USB OTG transceiver.
  25. config ISP1301_OMAP
  26. tristate "Philips ISP1301 with OMAP OTG"
  27. depends on I2C && ARCH_OMAP_OTG
  28. select USB_PHY
  29. help
  30. If you say yes here you get support for the Philips ISP1301
  31. USB-On-The-Go transceiver working with the OMAP OTG controller.
  32. The ISP1301 is a full speed USB transceiver which is used in
  33. products including H2, H3, and H4 development boards for Texas
  34. Instruments OMAP processors.
  35. This driver can also be built as a module. If so, the module
  36. will be called isp1301_omap.
  37. config MV_U3D_PHY
  38. bool "Marvell USB 3.0 PHY controller Driver"
  39. depends on CPU_MMP3
  40. select USB_PHY
  41. help
  42. Enable this to support Marvell USB 3.0 phy controller for Marvell
  43. SoC.
  44. config NOP_USB_XCEIV
  45. tristate "NOP USB Transceiver Driver"
  46. select USB_PHY
  47. help
  48. This driver is to be used by all the usb transceiver which are either
  49. built-in with usb ip or which are autonomous and doesn't require any
  50. phy programming such as ISP1x04 etc.
  51. config OMAP_CONTROL_USB
  52. tristate "OMAP CONTROL USB Driver"
  53. depends on ARCH_OMAP2PLUS || COMPILE_TEST
  54. help
  55. Enable this to add support for the USB part present in the control
  56. module. This driver has API to power on the USB2 PHY and to write to
  57. the mailbox. The mailbox is present only in omap4 and the register to
  58. power on the USB2 PHY is present in OMAP4 and OMAP5. OMAP5 has an
  59. additional register to power on USB3 PHY.
  60. config OMAP_USB2
  61. tristate "OMAP USB2 PHY Driver"
  62. depends on ARCH_OMAP2PLUS
  63. select OMAP_CONTROL_USB
  64. select USB_PHY
  65. help
  66. Enable this to support the transceiver that is part of SOC. This
  67. driver takes care of all the PHY functionality apart from comparator.
  68. The USB OTG controller communicates with the comparator using this
  69. driver.
  70. config OMAP_USB3
  71. tristate "OMAP USB3 PHY Driver"
  72. depends on ARCH_OMAP2PLUS || COMPILE_TEST
  73. select OMAP_CONTROL_USB
  74. select USB_PHY
  75. help
  76. Enable this to support the USB3 PHY that is part of SOC. This
  77. driver takes care of all the PHY functionality apart from comparator.
  78. This driver interacts with the "OMAP Control USB Driver" to power
  79. on/off the PHY.
  80. config AM335X_CONTROL_USB
  81. tristate
  82. config AM335X_PHY_USB
  83. tristate "AM335x USB PHY Driver"
  84. select USB_PHY
  85. select AM335X_CONTROL_USB
  86. select NOP_USB_XCEIV
  87. help
  88. This driver provides PHY support for that phy which part for the
  89. AM335x SoC.
  90. config SAMSUNG_USBPHY
  91. tristate
  92. help
  93. Enable this to support Samsung USB phy helper driver for Samsung SoCs.
  94. This driver provides common interface to interact, for Samsung USB 2.0 PHY
  95. driver and later for Samsung USB 3.0 PHY driver.
  96. config SAMSUNG_USB2PHY
  97. tristate "Samsung USB 2.0 PHY controller Driver"
  98. select SAMSUNG_USBPHY
  99. select USB_PHY
  100. help
  101. Enable this to support Samsung USB 2.0 (High Speed) PHY controller
  102. driver for Samsung SoCs.
  103. config SAMSUNG_USB3PHY
  104. tristate "Samsung USB 3.0 PHY controller Driver"
  105. select SAMSUNG_USBPHY
  106. select USB_PHY
  107. help
  108. Enable this to support Samsung USB 3.0 (Super Speed) phy controller
  109. for samsung SoCs.
  110. config TWL4030_USB
  111. tristate "TWL4030 USB Transceiver Driver"
  112. depends on TWL4030_CORE && REGULATOR_TWL4030 && USB_MUSB_OMAP2PLUS
  113. select USB_PHY
  114. help
  115. Enable this to support the USB OTG transceiver on TWL4030
  116. family chips (including the TWL5030 and TPS659x0 devices).
  117. This transceiver supports high and full speed devices plus,
  118. in host mode, low speed.
  119. config TWL6030_USB
  120. tristate "TWL6030 USB Transceiver Driver"
  121. depends on TWL4030_CORE && OMAP_USB2 && USB_MUSB_OMAP2PLUS
  122. help
  123. Enable this to support the USB OTG transceiver on TWL6030
  124. family chips. This TWL6030 transceiver has the VBUS and ID GND
  125. and OTG SRP events capabilities. For all other transceiver functionality
  126. UTMI PHY is embedded in OMAP4430. The internal PHY configurations APIs
  127. are hooked to this driver through platform_data structure.
  128. The definition of internal PHY APIs are in the mach-omap2 layer.
  129. config USB_GPIO_VBUS
  130. tristate "GPIO based peripheral-only VBUS sensing 'transceiver'"
  131. depends on GPIOLIB
  132. select USB_PHY
  133. help
  134. Provides simple GPIO VBUS sensing for controllers with an
  135. internal transceiver via the usb_phy interface, and
  136. optionally control of a D+ pullup GPIO as well as a VBUS
  137. current limit regulator.
  138. config USB_ISP1301
  139. tristate "NXP ISP1301 USB transceiver support"
  140. depends on USB || USB_GADGET
  141. depends on I2C
  142. select USB_PHY
  143. help
  144. Say Y here to add support for the NXP ISP1301 USB transceiver driver.
  145. This chip is typically used as USB transceiver for USB host, gadget
  146. and OTG drivers (to be selected separately).
  147. To compile this driver as a module, choose M here: the
  148. module will be called isp1301.
  149. config USB_MSM_OTG
  150. tristate "OTG support for Qualcomm on-chip USB controller"
  151. depends on (USB || USB_GADGET) && ARCH_MSM
  152. select USB_PHY
  153. help
  154. Enable this to support the USB OTG transceiver on MSM chips. It
  155. handles PHY initialization, clock management, and workarounds
  156. required after resetting the hardware and power management.
  157. This driver is required even for peripheral only or host only
  158. mode configurations.
  159. This driver is not supported on boards like trout which
  160. has an external PHY.
  161. config USB_MV_OTG
  162. tristate "Marvell USB OTG support"
  163. depends on USB_EHCI_MV && USB_MV_UDC && PM_RUNTIME
  164. select USB_OTG
  165. select USB_PHY
  166. help
  167. Say Y here if you want to build Marvell USB OTG transciever
  168. driver in kernel (including PXA and MMP series). This driver
  169. implements role switch between EHCI host driver and gadget driver.
  170. To compile this driver as a module, choose M here.
  171. config USB_MXS_PHY
  172. tristate "Freescale MXS USB PHY support"
  173. depends on ARCH_MXC || ARCH_MXS
  174. select STMP_DEVICE
  175. select USB_PHY
  176. help
  177. Enable this to support the Freescale MXS USB PHY.
  178. MXS Phy is used by some of the i.MX SoCs, for example imx23/28/6x.
  179. config USB_RCAR_PHY
  180. tristate "Renesas R-Car USB PHY support"
  181. depends on USB || USB_GADGET
  182. select USB_PHY
  183. help
  184. Say Y here to add support for the Renesas R-Car USB common PHY driver.
  185. This chip is typically used as USB PHY for USB host, gadget.
  186. This driver supports R8A7778 and R8A7779.
  187. To compile this driver as a module, choose M here: the
  188. module will be called phy-rcar-usb.
  189. config USB_ULPI
  190. bool "Generic ULPI Transceiver Driver"
  191. depends on ARM
  192. help
  193. Enable this to support ULPI connected USB OTG transceivers which
  194. are likely found on embedded boards.
  195. config USB_ULPI_VIEWPORT
  196. bool
  197. depends on USB_ULPI
  198. help
  199. Provides read/write operations to the ULPI phy register set for
  200. controllers with a viewport register (e.g. Chipidea/ARC controllers).
  201. endmenu