Kconfig 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247
  1. #
  2. # Physical Layer USB driver configuration
  3. #
  4. menu "USB Physical Layer drivers"
  5. config USB_PHY
  6. def_bool n
  7. config USB_OTG_FSM
  8. tristate "USB 2.0 OTG FSM implementation"
  9. depends on USB
  10. select USB_OTG
  11. select USB_PHY
  12. help
  13. Implements OTG Final State Machine as specified in On-The-Go
  14. and Embedded Host Supplement to the USB Revision 2.0 Specification.
  15. #
  16. # USB Transceiver Drivers
  17. #
  18. config AB8500_USB
  19. tristate "AB8500 USB Transceiver Driver"
  20. depends on AB8500_CORE
  21. select USB_PHY
  22. help
  23. Enable this to support the USB OTG transceiver in AB8500 chip.
  24. This transceiver supports high and full speed devices plus,
  25. in host mode, low speed.
  26. config FSL_USB2_OTG
  27. bool "Freescale USB OTG Transceiver Driver"
  28. depends on USB_EHCI_FSL && USB_FSL_USB2 && USB_OTG_FSM && PM_RUNTIME
  29. select USB_OTG
  30. select USB_PHY
  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. depends on USB
  37. select USB_PHY
  38. help
  39. If you say yes here you get support for the Philips ISP1301
  40. USB-On-The-Go transceiver working with the OMAP OTG controller.
  41. The ISP1301 is a full speed USB transceiver which is used in
  42. products including H2, H3, and H4 development boards for Texas
  43. Instruments OMAP processors.
  44. This driver can also be built as a module. If so, the module
  45. will be called phy-isp1301-omap.
  46. config KEYSTONE_USB_PHY
  47. tristate "Keystone USB PHY Driver"
  48. depends on ARCH_KEYSTONE || COMPILE_TEST
  49. select NOP_USB_XCEIV
  50. help
  51. Enable this to support Keystone USB phy. This driver provides
  52. interface to interact with USB 2.0 and USB 3.0 PHY that is part
  53. of the Keystone SOC.
  54. config MV_U3D_PHY
  55. bool "Marvell USB 3.0 PHY controller Driver"
  56. depends on CPU_MMP3
  57. select USB_PHY
  58. help
  59. Enable this to support Marvell USB 3.0 phy controller for Marvell
  60. SoC.
  61. config NOP_USB_XCEIV
  62. tristate "NOP USB Transceiver Driver"
  63. select USB_PHY
  64. help
  65. This driver is to be used by all the usb transceiver which are either
  66. built-in with usb ip or which are autonomous and doesn't require any
  67. phy programming such as ISP1x04 etc.
  68. config AM335X_CONTROL_USB
  69. tristate
  70. config AM335X_PHY_USB
  71. tristate "AM335x USB PHY Driver"
  72. depends on ARM || COMPILE_TEST
  73. select USB_PHY
  74. select AM335X_CONTROL_USB
  75. select NOP_USB_XCEIV
  76. help
  77. This driver provides PHY support for that phy which part for the
  78. AM335x SoC.
  79. config SAMSUNG_USBPHY
  80. tristate
  81. help
  82. Enable this to support Samsung USB phy helper driver for Samsung SoCs.
  83. This driver provides common interface to interact, for Samsung USB 2.0 PHY
  84. driver and later for Samsung USB 3.0 PHY driver.
  85. config SAMSUNG_USB2PHY
  86. tristate "Samsung USB 2.0 PHY controller Driver"
  87. select SAMSUNG_USBPHY
  88. select USB_PHY
  89. help
  90. Enable this to support Samsung USB 2.0 (High Speed) PHY controller
  91. driver for Samsung SoCs.
  92. config SAMSUNG_USB3PHY
  93. tristate "Samsung USB 3.0 PHY controller Driver"
  94. select SAMSUNG_USBPHY
  95. select USB_PHY
  96. help
  97. Enable this to support Samsung USB 3.0 (Super Speed) phy controller
  98. for samsung SoCs.
  99. config TWL6030_USB
  100. tristate "TWL6030 USB Transceiver Driver"
  101. depends on TWL4030_CORE && OMAP_USB2 && USB_MUSB_OMAP2PLUS
  102. help
  103. Enable this to support the USB OTG transceiver on TWL6030
  104. family chips. This TWL6030 transceiver has the VBUS and ID GND
  105. and OTG SRP events capabilities. For all other transceiver functionality
  106. UTMI PHY is embedded in OMAP4430. The internal PHY configurations APIs
  107. are hooked to this driver through platform_data structure.
  108. The definition of internal PHY APIs are in the mach-omap2 layer.
  109. config USB_GPIO_VBUS
  110. tristate "GPIO based peripheral-only VBUS sensing 'transceiver'"
  111. depends on GPIOLIB
  112. select USB_PHY
  113. help
  114. Provides simple GPIO VBUS sensing for controllers with an
  115. internal transceiver via the usb_phy interface, and
  116. optionally control of a D+ pullup GPIO as well as a VBUS
  117. current limit regulator.
  118. config OMAP_OTG
  119. tristate "OMAP USB OTG controller driver"
  120. depends on ARCH_OMAP_OTG && EXTCON
  121. help
  122. Enable this to support some transceivers on OMAP1 platforms. OTG
  123. controller is needed to switch between host and peripheral modes.
  124. This driver can also be built as a module. If so, the module
  125. will be called phy-omap-otg.
  126. config TAHVO_USB
  127. tristate "Tahvo USB transceiver driver"
  128. depends on MFD_RETU && EXTCON
  129. select USB_PHY
  130. help
  131. Enable this to support USB transceiver on Tahvo. This is used
  132. at least on Nokia 770.
  133. config TAHVO_USB_HOST_BY_DEFAULT
  134. depends on TAHVO_USB
  135. boolean "Device in USB host mode by default"
  136. help
  137. Say Y here, if you want the device to enter USB host mode
  138. by default on bootup.
  139. config USB_ISP1301
  140. tristate "NXP ISP1301 USB transceiver support"
  141. depends on USB || USB_GADGET
  142. depends on I2C
  143. select USB_PHY
  144. help
  145. Say Y here to add support for the NXP ISP1301 USB transceiver driver.
  146. This chip is typically used as USB transceiver for USB host, gadget
  147. and OTG drivers (to be selected separately).
  148. To compile this driver as a module, choose M here: the
  149. module will be called phy-isp1301.
  150. config USB_MSM_OTG
  151. tristate "OTG support for Qualcomm on-chip USB controller"
  152. depends on (USB || USB_GADGET) && ARCH_MSM
  153. select USB_PHY
  154. help
  155. Enable this to support the USB OTG transceiver on MSM chips. It
  156. handles PHY initialization, clock management, and workarounds
  157. required after resetting the hardware and power management.
  158. This driver is required even for peripheral only or host only
  159. mode configurations.
  160. This driver is not supported on boards like trout which
  161. has an external PHY.
  162. config USB_MV_OTG
  163. tristate "Marvell USB OTG support"
  164. depends on USB_EHCI_MV && USB_MV_UDC && PM_RUNTIME
  165. select USB_OTG
  166. select USB_PHY
  167. help
  168. Say Y here if you want to build Marvell USB OTG transciever
  169. driver in kernel (including PXA and MMP series). This driver
  170. implements role switch between EHCI host driver and gadget driver.
  171. To compile this driver as a module, choose M here.
  172. config USB_MXS_PHY
  173. tristate "Freescale MXS USB PHY support"
  174. depends on ARCH_MXC || ARCH_MXS
  175. select STMP_DEVICE
  176. select USB_PHY
  177. help
  178. Enable this to support the Freescale MXS USB PHY.
  179. MXS Phy is used by some of the i.MX SoCs, for example imx23/28/6x.
  180. config USB_RCAR_PHY
  181. tristate "Renesas R-Car USB PHY support"
  182. depends on USB || USB_GADGET
  183. select USB_PHY
  184. help
  185. Say Y here to add support for the Renesas R-Car USB common PHY driver.
  186. This chip is typically used as USB PHY for USB host, gadget.
  187. This driver supports R8A7778 and R8A7779.
  188. To compile this driver as a module, choose M here: the
  189. module will be called phy-rcar-usb.
  190. config USB_RCAR_GEN2_PHY
  191. tristate "Renesas R-Car Gen2 USB PHY support"
  192. depends on ARCH_R8A7790 || ARCH_R8A7791 || COMPILE_TEST
  193. select USB_PHY
  194. help
  195. Say Y here to add support for the Renesas R-Car Gen2 USB PHY driver.
  196. It is typically used to control internal USB PHY for USBHS,
  197. and to configure shared USB channels 0 and 2.
  198. This driver supports R8A7790 and R8A7791.
  199. To compile this driver as a module, choose M here: the
  200. module will be called phy-rcar-gen2-usb.
  201. config USB_ULPI
  202. bool "Generic ULPI Transceiver Driver"
  203. depends on ARM
  204. help
  205. Enable this to support ULPI connected USB OTG transceivers which
  206. are likely found on embedded boards.
  207. config USB_ULPI_VIEWPORT
  208. bool
  209. depends on USB_ULPI
  210. help
  211. Provides read/write operations to the ULPI phy register set for
  212. controllers with a viewport register (e.g. Chipidea/ARC controllers).
  213. endmenu