Kconfig 7.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288
  1. menu "PHY Subsystem"
  2. config PHY
  3. bool "PHY Core"
  4. depends on DM
  5. help
  6. PHY support.
  7. This framework is designed to provide a generic interface for PHY
  8. devices. PHY devices are dedicated hardware that handle the physical
  9. layer of the protocols in the OSI model.
  10. PHYs are commonly used for high speed interfaces such as Serial-ATA
  11. or PCI express.
  12. The API provides functions to initialize/deinitialize the
  13. PHY, power on/off the PHY, and reset the PHY. It's meant to be as
  14. compatible as possible with the equivalent framework found in the
  15. linux kernel.
  16. config SPL_PHY
  17. bool "PHY Core in SPL"
  18. depends on DM && SPL
  19. help
  20. PHY support in SPL.
  21. This framework is designed to provide a generic interface for PHY
  22. devices. PHY devices are dedicated hardware that handle the physical
  23. layer of the protocols (https://en.wikipedia.org/wiki/OSI_model).
  24. PHYs are commonly used for high speed interfaces such as Serial-ATA
  25. or PCI express.
  26. The API provides functions to initialize/deinitialize the
  27. PHY, power on/off the PHY, and reset the PHY. It's meant to be as
  28. compatible as possible with the equivalent framework found in the
  29. linux kernel.
  30. config PHY_SANDBOX
  31. bool "Sandbox PHY support"
  32. depends on SANDBOX
  33. depends on PHY
  34. help
  35. This select a dummy sandbox PHY driver. It used only to implement
  36. the unit tests for the phy framework
  37. config NOP_PHY
  38. bool "NOP PHY driver"
  39. depends on PHY
  40. help
  41. Support for a no-op PHY driver (stubbed PHY driver).
  42. This is useful when a driver uses the PHY framework but no real PHY
  43. hardware exists.
  44. config SPL_NOP_PHY
  45. bool "NOP PHY driver in SPL"
  46. depends on SPL_PHY
  47. help
  48. Support for a no-op PHY driver (stubbed PHY driver) in the SPL.
  49. This is useful when a driver uses the PHY framework but no real PHY
  50. hardware exists.
  51. config MIPI_DPHY_HELPERS
  52. bool "MIPI D-PHY support helpers"
  53. help
  54. Provides a number of helpers a core functions for MIPI D-PHY drivers.
  55. config AB8500_USB_PHY
  56. bool "AB8500 USB PHY Driver"
  57. depends on PHY && PMIC_AB8500
  58. help
  59. Support for the USB OTG PHY in ST-Ericsson AB8500.
  60. config BCM6318_USBH_PHY
  61. bool "BCM6318 USBH PHY support"
  62. depends on PHY && ARCH_BMIPS
  63. select POWER_DOMAIN
  64. help
  65. Support for the Broadcom MIPS BCM6318 USBH PHY.
  66. config BCM6348_USBH_PHY
  67. bool "BCM6348 USBH PHY support"
  68. depends on PHY && ARCH_BMIPS
  69. help
  70. Support for the Broadcom MIPS BCM6348 USBH PHY.
  71. config BCM6358_USBH_PHY
  72. bool "BCM6358 USBH PHY support"
  73. depends on PHY && ARCH_BMIPS
  74. help
  75. Support for the Broadcom MIPS BCM6358 USBH PHY.
  76. config BCM6368_USBH_PHY
  77. bool "BCM6368 USBH PHY support"
  78. depends on PHY && ARCH_BMIPS
  79. help
  80. Support for the Broadcom MIPS BCM6368 USBH PHY.
  81. config BCM_SR_PCIE_PHY
  82. bool "Broadcom Stingray PCIe PHY driver"
  83. depends on PHY
  84. help
  85. Enable this to support the Broadcom Stingray PCIe PHY
  86. If unsure, say N.
  87. config PHY_DA8XX_USB
  88. tristate "TI DA8xx USB PHY Driver"
  89. depends on PHY && ARCH_DAVINCI
  90. help
  91. Enable this to support the USB PHY on DA8xx SoCs.
  92. config PIPE3_PHY
  93. bool "Support omap's PIPE3 PHY"
  94. depends on PHY && ARCH_OMAP2PLUS
  95. help
  96. Support for the omap PIPE3 phy for sata
  97. This PHY is found on omap devices supporting SATA such as dra7, am57x
  98. and omap5
  99. config SPL_PIPE3_PHY
  100. bool "Support omap's PIPE3 PHY in SPL"
  101. depends on SPL_PHY && ARCH_OMAP2PLUS
  102. help
  103. Support for the omap PIPE3 phy for sata in SPL
  104. This PHY is found on omap devices supporting SATA such as dra7, am57x
  105. and omap5
  106. config AM654_PHY
  107. tristate "TI AM654 SERDES support"
  108. depends on PHY && ARCH_K3
  109. select REGMAP
  110. select SYSCON
  111. help
  112. This option enables support for TI AM654 SerDes PHY used for
  113. PCIe.
  114. config STI_USB_PHY
  115. bool "STMicroelectronics USB2 picoPHY driver for STiH407 family"
  116. depends on PHY && ARCH_STI
  117. help
  118. This is the generic phy driver for the picoPHY ports
  119. used by USB2 and USB3 Host controllers available on
  120. STiH407 SoC families.
  121. config PHY_QCOM_IPQ4019_USB
  122. tristate "Qualcomm IPQ4019 USB PHY driver"
  123. depends on PHY && ARCH_IPQ40XX
  124. help
  125. Support for the USB PHY-s on Qualcomm IPQ40xx SoC-s.
  126. config PHY_RCAR_GEN2
  127. tristate "Renesas R-Car Gen2 USB PHY"
  128. depends on PHY && RCAR_GEN2
  129. help
  130. Support for the Renesas R-Car Gen2 USB PHY. This driver operates the
  131. PHY connected to USBHS module, PCI EHCI module and USB3.0 module and
  132. allows configuring the module multiplexing.
  133. config PHY_RCAR_GEN3
  134. tristate "Renesas R-Car Gen3 USB PHY"
  135. depends on PHY && RCAR_GEN3 && CLK && DM_REGULATOR
  136. default y if RCAR_GEN3
  137. help
  138. Support for the Renesas R-Car Gen3 USB PHY. This driver operates the
  139. PHY connected to EHCI USB module and controls USB OTG operation.
  140. config PHY_STM32_USBPHYC
  141. tristate "STMicroelectronics STM32 SoC USB HS PHY driver"
  142. depends on PHY && ARCH_STM32MP
  143. help
  144. Enable this to support the High-Speed USB transceiver that is part of
  145. STMicroelectronics STM32 SoCs.
  146. This driver controls the entire USB PHY block: the USB PHY controller
  147. (USBPHYC) and the two 8-bit wide UTMI+ interface. First interface is
  148. used by an HS USB Host controller, and the second one is shared
  149. between an HS USB OTG controller and an HS USB Host controller,
  150. selected by an USB switch.
  151. config MESON_GXBB_USB_PHY
  152. bool "Amlogic Meson GXBB USB PHY"
  153. depends on PHY && ARCH_MESON && MESON_GXBB
  154. imply REGMAP
  155. help
  156. This is the generic phy driver for the Amlogic Meson GXBB
  157. USB2 PHY.
  158. config MESON_GXL_USB_PHY
  159. bool "Amlogic Meson GXL USB PHYs"
  160. depends on PHY && ARCH_MESON && (MESON_GXL || MESON_GXM || MESON_AXG)
  161. imply REGMAP
  162. help
  163. This is the generic phy driver for the Amlogic Meson GXL
  164. USB2 and USB3 PHYS.
  165. config MESON_G12A_USB_PHY
  166. bool "Amlogic Meson G12A USB PHYs"
  167. depends on PHY && ARCH_MESON && MESON_G12A
  168. imply REGMAP
  169. help
  170. This is the generic phy driver for the Amlogic Meson G12A
  171. USB2 and USB3 PHYS.
  172. config MESON_AXG_MIPI_DPHY
  173. bool "Amlogic Meson AXG MIPI D-PHY"
  174. depends on PHY && ARCH_MESON && MESON_AXG
  175. select MIPI_DPHY_HELPERS
  176. imply REGMAP
  177. help
  178. This is the generic phy driver for the Amlogic Meson AXG
  179. MIPI D-PHY.
  180. config MESON_AXG_MIPI_PCIE_ANALOG_PHY
  181. bool "Amlogic Meson AXG MIPI PCIe Analog PHY"
  182. depends on PHY && ARCH_MESON && MESON_AXG
  183. select MIPI_DPHY_HELPERS
  184. imply REGMAP
  185. help
  186. This is the generic phy driver for the Amlogic Meson AXG
  187. MIPI PCIe Analog PHY.
  188. config MSM8916_USB_PHY
  189. bool "Qualcomm MSM8916 USB PHY support"
  190. depends on PHY
  191. help
  192. Support the USB PHY in msm8916
  193. This PHY is found on qualcomm dragonboard410c development board.
  194. config OMAP_USB2_PHY
  195. bool "Support OMAP's USB2 PHY"
  196. depends on PHY
  197. depends on SYSCON
  198. help
  199. Support for the OMAP's USB2 PHY.
  200. This PHY is found on OMAP devices supporting USB2.
  201. config KEYSTONE_USB_PHY
  202. bool "Support TI Keystone USB PHY"
  203. depends on PHY
  204. depends on ARCH_KEYSTONE
  205. help
  206. Support for the USB PHY found on some Keystone (k2) processors
  207. This PHY is found on some Keystone (K2) devices supporting USB.
  208. config MT7620_USB_PHY
  209. bool "MediaTek MT7620 USB PHY support"
  210. depends on PHY
  211. depends on SOC_MT7620
  212. help
  213. Support the intergated USB PHY in MediaTek MT7620 SoC
  214. config MT76X8_USB_PHY
  215. bool "MediaTek MT76x8 (7628/88) USB PHY support"
  216. depends on PHY
  217. depends on SOC_MT7628
  218. help
  219. Support the USB PHY in MT76x8 SoCs
  220. This PHY is found on MT76x8 devices supporting USB.
  221. config PHY_MTK_TPHY
  222. bool "MediaTek T-PHY Driver"
  223. depends on PHY
  224. depends on ARCH_MEDIATEK
  225. help
  226. MediaTek T-PHY driver supports usb2.0, usb3.0 ports, PCIe and
  227. SATA, and meanwhile supports two version T-PHY which have
  228. different banks layout, the T-PHY with shared banks between
  229. multi-ports is first version, otherwise is second veriosn,
  230. so you can easily distinguish them by banks layout.
  231. config PHY_IMX8MQ_USB
  232. bool "NXP i.MX8MQ USB PHY Driver"
  233. depends on PHY
  234. depends on IMX8MQ
  235. help
  236. Support the USB3.0 PHY in NXP i.MX8MQ SoC
  237. source "drivers/phy/rockchip/Kconfig"
  238. source "drivers/phy/cadence/Kconfig"
  239. source "drivers/phy/ti/Kconfig"
  240. endmenu