Kconfig 6.8 KB

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