Kconfig 7.0 KB

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