Kconfig 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232
  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 && USB_OTG_FSM && 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. depends on USB
  29. select USB_PHY
  30. help
  31. If you say yes here you get support for the Philips ISP1301
  32. USB-On-The-Go transceiver working with the OMAP OTG controller.
  33. The ISP1301 is a full speed USB transceiver which is used in
  34. products including H2, H3, and H4 development boards for Texas
  35. Instruments OMAP processors.
  36. This driver can also be built as a module. If so, the module
  37. will be called phy-isp1301-omap.
  38. config KEYSTONE_USB_PHY
  39. tristate "Keystone USB PHY Driver"
  40. depends on ARCH_KEYSTONE || COMPILE_TEST
  41. select NOP_USB_XCEIV
  42. help
  43. Enable this to support Keystone USB phy. This driver provides
  44. interface to interact with USB 2.0 and USB 3.0 PHY that is part
  45. of the Keystone SOC.
  46. config NOP_USB_XCEIV
  47. tristate "NOP USB Transceiver Driver"
  48. select USB_PHY
  49. help
  50. This driver is to be used by all the usb transceiver which are either
  51. built-in with usb ip or which are autonomous and doesn't require any
  52. phy programming such as ISP1x04 etc.
  53. config AM335X_CONTROL_USB
  54. tristate
  55. config AM335X_PHY_USB
  56. tristate "AM335x USB PHY Driver"
  57. depends on ARM || COMPILE_TEST
  58. select USB_PHY
  59. select AM335X_CONTROL_USB
  60. select NOP_USB_XCEIV
  61. help
  62. This driver provides PHY support for that phy which part for the
  63. AM335x SoC.
  64. config SAMSUNG_USBPHY
  65. tristate
  66. help
  67. Enable this to support Samsung USB phy helper driver for Samsung SoCs.
  68. This driver provides common interface to interact, for Samsung USB 2.0 PHY
  69. driver and later for Samsung USB 3.0 PHY driver.
  70. config SAMSUNG_USB2PHY
  71. tristate "Samsung USB 2.0 PHY controller Driver"
  72. select SAMSUNG_USBPHY
  73. select USB_PHY
  74. help
  75. Enable this to support Samsung USB 2.0 (High Speed) PHY controller
  76. driver for Samsung SoCs.
  77. config SAMSUNG_USB3PHY
  78. tristate "Samsung USB 3.0 PHY controller Driver"
  79. select SAMSUNG_USBPHY
  80. select USB_PHY
  81. help
  82. Enable this to support Samsung USB 3.0 (Super Speed) phy controller
  83. for samsung SoCs.
  84. config TWL6030_USB
  85. tristate "TWL6030 USB Transceiver Driver"
  86. depends on TWL4030_CORE && OMAP_USB2 && USB_MUSB_OMAP2PLUS
  87. help
  88. Enable this to support the USB OTG transceiver on TWL6030
  89. family chips. This TWL6030 transceiver has the VBUS and ID GND
  90. and OTG SRP events capabilities. For all other transceiver functionality
  91. UTMI PHY is embedded in OMAP4430. The internal PHY configurations APIs
  92. are hooked to this driver through platform_data structure.
  93. The definition of internal PHY APIs are in the mach-omap2 layer.
  94. config USB_GPIO_VBUS
  95. tristate "GPIO based peripheral-only VBUS sensing 'transceiver'"
  96. depends on GPIOLIB
  97. select USB_PHY
  98. help
  99. Provides simple GPIO VBUS sensing for controllers with an
  100. internal transceiver via the usb_phy interface, and
  101. optionally control of a D+ pullup GPIO as well as a VBUS
  102. current limit regulator.
  103. config OMAP_OTG
  104. tristate "OMAP USB OTG controller driver"
  105. depends on ARCH_OMAP_OTG && EXTCON
  106. help
  107. Enable this to support some transceivers on OMAP1 platforms. OTG
  108. controller is needed to switch between host and peripheral modes.
  109. This driver can also be built as a module. If so, the module
  110. will be called phy-omap-otg.
  111. config TAHVO_USB
  112. tristate "Tahvo USB transceiver driver"
  113. depends on MFD_RETU && EXTCON
  114. select USB_PHY
  115. help
  116. Enable this to support USB transceiver on Tahvo. This is used
  117. at least on Nokia 770.
  118. config TAHVO_USB_HOST_BY_DEFAULT
  119. depends on TAHVO_USB
  120. boolean "Device in USB host mode by default"
  121. help
  122. Say Y here, if you want the device to enter USB host mode
  123. by default on bootup.
  124. config USB_ISP1301
  125. tristate "NXP ISP1301 USB transceiver support"
  126. depends on USB || USB_GADGET
  127. depends on I2C
  128. select USB_PHY
  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 phy-isp1301.
  135. config USB_MSM_OTG
  136. tristate "Qualcomm on-chip USB OTG controller support"
  137. depends on (USB || USB_GADGET) && (ARCH_MSM || ARCH_QCOM || COMPILE_TEST)
  138. depends on RESET_CONTROLLER
  139. select USB_PHY
  140. help
  141. Enable this to support the USB OTG transceiver on Qualcomm 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. select USB_PHY
  153. help
  154. Say Y here if you want to build Marvell USB OTG transciever
  155. driver in kernel (including PXA and MMP series). This driver
  156. implements role switch between EHCI host driver and gadget driver.
  157. To compile this driver as a module, choose M here.
  158. config USB_MXS_PHY
  159. tristate "Freescale MXS USB PHY support"
  160. depends on ARCH_MXC || ARCH_MXS
  161. select STMP_DEVICE
  162. select USB_PHY
  163. help
  164. Enable this to support the Freescale MXS USB PHY.
  165. MXS Phy is used by some of the i.MX SoCs, for example imx23/28/6x.
  166. config USB_RCAR_PHY
  167. tristate "Renesas R-Car USB PHY support"
  168. depends on USB || USB_GADGET
  169. depends on ARCH_R8A7778 || ARCH_R8A7779 || COMPILE_TEST
  170. select USB_PHY
  171. help
  172. Say Y here to add support for the Renesas R-Car USB common PHY driver.
  173. This chip is typically used as USB PHY for USB host, gadget.
  174. This driver supports R8A7778 and R8A7779.
  175. To compile this driver as a module, choose M here: the
  176. module will be called phy-rcar-usb.
  177. config USB_RCAR_GEN2_PHY
  178. tristate "Renesas R-Car Gen2 USB PHY support"
  179. depends on ARCH_R8A7790 || ARCH_R8A7791 || COMPILE_TEST
  180. select USB_PHY
  181. help
  182. Say Y here to add support for the Renesas R-Car Gen2 USB PHY driver.
  183. It is typically used to control internal USB PHY for USBHS,
  184. and to configure shared USB channels 0 and 2.
  185. This driver supports R8A7790 and R8A7791.
  186. To compile this driver as a module, choose M here: the
  187. module will be called phy-rcar-gen2-usb.
  188. config USB_ULPI
  189. bool "Generic ULPI Transceiver Driver"
  190. depends on ARM || ARM64
  191. help
  192. Enable this to support ULPI connected USB OTG transceivers which
  193. are likely found on embedded boards.
  194. config USB_ULPI_VIEWPORT
  195. bool
  196. depends on USB_ULPI
  197. help
  198. Provides read/write operations to the ULPI phy register set for
  199. controllers with a viewport register (e.g. Chipidea/ARC controllers).
  200. endmenu