Kconfig 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229
  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. help
  54. Enable this to add support for the USB part present in the control
  55. module. This driver has API to power on the USB2 PHY and to write to
  56. the mailbox. The mailbox is present only in omap4 and the register to
  57. power on the USB2 PHY is present in OMAP4 and OMAP5. OMAP5 has an
  58. additional register to power on USB3 PHY.
  59. config OMAP_USB2
  60. tristate "OMAP USB2 PHY Driver"
  61. depends on ARCH_OMAP2PLUS
  62. select OMAP_CONTROL_USB
  63. select USB_PHY
  64. help
  65. Enable this to support the transceiver that is part of SOC. This
  66. driver takes care of all the PHY functionality apart from comparator.
  67. The USB OTG controller communicates with the comparator using this
  68. driver.
  69. config OMAP_USB3
  70. tristate "OMAP USB3 PHY Driver"
  71. select OMAP_CONTROL_USB
  72. select USB_PHY
  73. help
  74. Enable this to support the USB3 PHY that is part of SOC. This
  75. driver takes care of all the PHY functionality apart from comparator.
  76. This driver interacts with the "OMAP Control USB Driver" to power
  77. on/off the PHY.
  78. config AM335X_CONTROL_USB
  79. tristate
  80. config AM335X_PHY_USB
  81. tristate "AM335x USB PHY Driver"
  82. select USB_PHY
  83. select AM335X_CONTROL_USB
  84. select NOP_USB_XCEIV
  85. help
  86. This driver provides PHY support for that phy which part for the
  87. AM335x SoC.
  88. config SAMSUNG_USBPHY
  89. tristate
  90. help
  91. Enable this to support Samsung USB phy helper driver for Samsung SoCs.
  92. This driver provides common interface to interact, for Samsung USB 2.0 PHY
  93. driver and later for Samsung USB 3.0 PHY driver.
  94. config SAMSUNG_USB2PHY
  95. tristate "Samsung USB 2.0 PHY controller Driver"
  96. select SAMSUNG_USBPHY
  97. select USB_PHY
  98. help
  99. Enable this to support Samsung USB 2.0 (High Speed) PHY controller
  100. driver for Samsung SoCs.
  101. config SAMSUNG_USB3PHY
  102. tristate "Samsung USB 3.0 PHY controller Driver"
  103. select SAMSUNG_USBPHY
  104. select USB_PHY
  105. help
  106. Enable this to support Samsung USB 3.0 (Super Speed) phy controller
  107. for samsung SoCs.
  108. config TWL4030_USB
  109. tristate "TWL4030 USB Transceiver Driver"
  110. depends on TWL4030_CORE && REGULATOR_TWL4030 && USB_MUSB_OMAP2PLUS
  111. select USB_PHY
  112. help
  113. Enable this to support the USB OTG transceiver on TWL4030
  114. family chips (including the TWL5030 and TPS659x0 devices).
  115. This transceiver supports high and full speed devices plus,
  116. in host mode, low speed.
  117. config TWL6030_USB
  118. tristate "TWL6030 USB Transceiver Driver"
  119. depends on TWL4030_CORE && OMAP_USB2 && USB_MUSB_OMAP2PLUS
  120. help
  121. Enable this to support the USB OTG transceiver on TWL6030
  122. family chips. This TWL6030 transceiver has the VBUS and ID GND
  123. and OTG SRP events capabilities. For all other transceiver functionality
  124. UTMI PHY is embedded in OMAP4430. The internal PHY configurations APIs
  125. are hooked to this driver through platform_data structure.
  126. The definition of internal PHY APIs are in the mach-omap2 layer.
  127. config USB_GPIO_VBUS
  128. tristate "GPIO based peripheral-only VBUS sensing 'transceiver'"
  129. depends on GPIOLIB
  130. select USB_PHY
  131. help
  132. Provides simple GPIO VBUS sensing for controllers with an
  133. internal transceiver via the usb_phy interface, and
  134. optionally control of a D+ pullup GPIO as well as a VBUS
  135. current limit regulator.
  136. config USB_ISP1301
  137. tristate "NXP ISP1301 USB transceiver support"
  138. depends on USB || USB_GADGET
  139. depends on I2C
  140. select USB_PHY
  141. help
  142. Say Y here to add support for the NXP ISP1301 USB transceiver driver.
  143. This chip is typically used as USB transceiver for USB host, gadget
  144. and OTG drivers (to be selected separately).
  145. To compile this driver as a module, choose M here: the
  146. module will be called isp1301.
  147. config USB_MSM_OTG
  148. tristate "OTG support for Qualcomm on-chip USB controller"
  149. depends on (USB || USB_GADGET) && ARCH_MSM
  150. select USB_PHY
  151. help
  152. Enable this to support the USB OTG transceiver on MSM chips. It
  153. handles PHY initialization, clock management, and workarounds
  154. required after resetting the hardware and power management.
  155. This driver is required even for peripheral only or host only
  156. mode configurations.
  157. This driver is not supported on boards like trout which
  158. has an external PHY.
  159. config USB_MV_OTG
  160. tristate "Marvell USB OTG support"
  161. depends on USB_EHCI_MV && USB_MV_UDC && PM_RUNTIME
  162. select USB_OTG
  163. select USB_PHY
  164. help
  165. Say Y here if you want to build Marvell USB OTG transciever
  166. driver in kernel (including PXA and MMP series). This driver
  167. implements role switch between EHCI host driver and gadget driver.
  168. To compile this driver as a module, choose M here.
  169. config USB_MXS_PHY
  170. tristate "Freescale MXS USB PHY support"
  171. depends on ARCH_MXC || ARCH_MXS
  172. select STMP_DEVICE
  173. select USB_PHY
  174. help
  175. Enable this to support the Freescale MXS USB PHY.
  176. MXS Phy is used by some of the i.MX SoCs, for example imx23/28/6x.
  177. config USB_RCAR_PHY
  178. tristate "Renesas R-Car USB PHY support"
  179. depends on USB || USB_GADGET
  180. select USB_PHY
  181. help
  182. Say Y here to add support for the Renesas R-Car USB common PHY driver.
  183. This chip is typically used as USB PHY for USB host, gadget.
  184. This driver supports R8A7778 and R8A7779.
  185. To compile this driver as a module, choose M here: the
  186. module will be called phy-rcar-usb.
  187. config USB_ULPI
  188. bool "Generic ULPI Transceiver Driver"
  189. depends on ARM
  190. help
  191. Enable this to support ULPI connected USB OTG transceivers which
  192. are likely found on embedded boards.
  193. config USB_ULPI_VIEWPORT
  194. bool
  195. depends on USB_ULPI
  196. help
  197. Provides read/write operations to the ULPI phy register set for
  198. controllers with a viewport register (e.g. Chipidea/ARC controllers).
  199. endmenu