Kconfig 7.1 KB

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