Kconfig 6.8 KB

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