Kconfig 8.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280
  1. #
  2. # PHY
  3. #
  4. menu "PHY Subsystem"
  5. config GENERIC_PHY
  6. bool "PHY Core"
  7. help
  8. Generic PHY support.
  9. This framework is designed to provide a generic interface for PHY
  10. devices present in the kernel. This layer will have the generic
  11. API by which phy drivers can create PHY using the phy framework and
  12. phy users can obtain reference to the PHY. All the users of this
  13. framework should select this config.
  14. config PHY_BERLIN_USB
  15. tristate "Marvell Berlin USB PHY Driver"
  16. depends on ARCH_BERLIN && RESET_CONTROLLER && HAS_IOMEM && OF
  17. select GENERIC_PHY
  18. help
  19. Enable this to support the USB PHY on Marvell Berlin SoCs.
  20. config PHY_BERLIN_SATA
  21. tristate "Marvell Berlin SATA PHY driver"
  22. depends on ARCH_BERLIN && HAS_IOMEM && OF
  23. select GENERIC_PHY
  24. help
  25. Enable this to support the SATA PHY on Marvell Berlin SoCs.
  26. config ARMADA375_USBCLUSTER_PHY
  27. def_bool y
  28. depends on MACH_ARMADA_375 || COMPILE_TEST
  29. depends on OF
  30. select GENERIC_PHY
  31. config PHY_EXYNOS_MIPI_VIDEO
  32. tristate "S5P/EXYNOS SoC series MIPI CSI-2/DSI PHY driver"
  33. depends on HAS_IOMEM
  34. depends on ARCH_S5PV210 || ARCH_EXYNOS || COMPILE_TEST
  35. select GENERIC_PHY
  36. default y if ARCH_S5PV210 || ARCH_EXYNOS
  37. help
  38. Support for MIPI CSI-2 and MIPI DSI DPHY found on Samsung S5P
  39. and EXYNOS SoCs.
  40. config PHY_MVEBU_SATA
  41. def_bool y
  42. depends on ARCH_DOVE || MACH_DOVE || MACH_KIRKWOOD
  43. depends on OF
  44. select GENERIC_PHY
  45. config PHY_MIPHY28LP
  46. tristate "STMicroelectronics MIPHY28LP PHY driver for STiH407"
  47. depends on ARCH_STI
  48. select GENERIC_PHY
  49. help
  50. Enable this to support the miphy transceiver (for SATA/PCIE/USB3)
  51. that is part of STMicroelectronics STiH407 SoC.
  52. config PHY_MIPHY365X
  53. tristate "STMicroelectronics MIPHY365X PHY driver for STiH41x series"
  54. depends on ARCH_STI
  55. depends on HAS_IOMEM
  56. depends on OF
  57. select GENERIC_PHY
  58. help
  59. Enable this to support the miphy transceiver (for SATA/PCIE)
  60. that is part of STMicroelectronics STiH41x SoC series.
  61. config PHY_RCAR_GEN2
  62. tristate "Renesas R-Car generation 2 USB PHY driver"
  63. depends on ARCH_SHMOBILE
  64. depends on GENERIC_PHY
  65. help
  66. Support for USB PHY found on Renesas R-Car generation 2 SoCs.
  67. config OMAP_CONTROL_PHY
  68. tristate "OMAP CONTROL PHY Driver"
  69. depends on ARCH_OMAP2PLUS || COMPILE_TEST
  70. help
  71. Enable this to add support for the PHY part present in the control
  72. module. This driver has API to power on the USB2 PHY and to write to
  73. the mailbox. The mailbox is present only in omap4 and the register to
  74. power on the USB2 PHY is present in OMAP4 and OMAP5. OMAP5 has an
  75. additional register to power on USB3 PHY/SATA PHY/PCIE PHY
  76. (PIPE3 PHY).
  77. config OMAP_USB2
  78. tristate "OMAP USB2 PHY Driver"
  79. depends on ARCH_OMAP2PLUS
  80. depends on USB_PHY
  81. select GENERIC_PHY
  82. select OMAP_CONTROL_PHY
  83. depends on OMAP_OCP2SCP
  84. help
  85. Enable this to support the transceiver that is part of SOC. This
  86. driver takes care of all the PHY functionality apart from comparator.
  87. The USB OTG controller communicates with the comparator using this
  88. driver.
  89. config TI_PIPE3
  90. tristate "TI PIPE3 PHY Driver"
  91. depends on ARCH_OMAP2PLUS || COMPILE_TEST
  92. select GENERIC_PHY
  93. select OMAP_CONTROL_PHY
  94. depends on OMAP_OCP2SCP
  95. help
  96. Enable this to support the PIPE3 PHY that is part of TI SOCs. This
  97. driver takes care of all the PHY functionality apart from comparator.
  98. This driver interacts with the "OMAP Control PHY Driver" to power
  99. on/off the PHY.
  100. config TWL4030_USB
  101. tristate "TWL4030 USB Transceiver Driver"
  102. depends on TWL4030_CORE && REGULATOR_TWL4030 && USB_MUSB_OMAP2PLUS
  103. depends on USB_PHY
  104. select GENERIC_PHY
  105. help
  106. Enable this to support the USB OTG transceiver on TWL4030
  107. family chips (including the TWL5030 and TPS659x0 devices).
  108. This transceiver supports high and full speed devices plus,
  109. in host mode, low speed.
  110. config PHY_EXYNOS_DP_VIDEO
  111. tristate "EXYNOS SoC series Display Port PHY driver"
  112. depends on OF
  113. depends on ARCH_EXYNOS || COMPILE_TEST
  114. default ARCH_EXYNOS
  115. select GENERIC_PHY
  116. help
  117. Support for Display Port PHY found on Samsung EXYNOS SoCs.
  118. config BCM_KONA_USB2_PHY
  119. tristate "Broadcom Kona USB2 PHY Driver"
  120. depends on HAS_IOMEM
  121. select GENERIC_PHY
  122. help
  123. Enable this to support the Broadcom Kona USB 2.0 PHY.
  124. config PHY_EXYNOS5250_SATA
  125. tristate "Exynos5250 Sata SerDes/PHY driver"
  126. depends on SOC_EXYNOS5250
  127. depends on HAS_IOMEM
  128. depends on OF
  129. select GENERIC_PHY
  130. select I2C
  131. select I2C_S3C2410
  132. select MFD_SYSCON
  133. help
  134. Enable this to support SATA SerDes/Phy found on Samsung's
  135. Exynos5250 based SoCs.This SerDes/Phy supports SATA 1.5 Gb/s,
  136. SATA 3.0 Gb/s, SATA 6.0 Gb/s speeds. It supports one SATA host
  137. port to accept one SATA device.
  138. config PHY_HIX5HD2_SATA
  139. tristate "HIX5HD2 SATA PHY Driver"
  140. depends on ARCH_HIX5HD2 && OF && HAS_IOMEM
  141. select GENERIC_PHY
  142. select MFD_SYSCON
  143. help
  144. Support for SATA PHY on Hisilicon hix5hd2 Soc.
  145. config PHY_SUN4I_USB
  146. tristate "Allwinner sunxi SoC USB PHY driver"
  147. depends on ARCH_SUNXI && HAS_IOMEM && OF
  148. depends on RESET_CONTROLLER
  149. select GENERIC_PHY
  150. help
  151. Enable this to support the transceiver that is part of Allwinner
  152. sunxi SoCs.
  153. This driver controls the entire USB PHY block, both the USB OTG
  154. parts, as well as the 2 regular USB 2 host PHYs.
  155. config PHY_SAMSUNG_USB2
  156. tristate "Samsung USB 2.0 PHY driver"
  157. depends on HAS_IOMEM
  158. depends on USB_EHCI_EXYNOS || USB_OHCI_EXYNOS || USB_DWC2
  159. select GENERIC_PHY
  160. select MFD_SYSCON
  161. default ARCH_EXYNOS
  162. help
  163. Enable this to support the Samsung USB 2.0 PHY driver for Samsung
  164. SoCs. This driver provides the interface for USB 2.0 PHY. Support
  165. for particular PHYs will be enabled based on the SoC type in addition
  166. to this driver.
  167. config PHY_S5PV210_USB2
  168. bool "Support for S5PV210"
  169. depends on PHY_SAMSUNG_USB2
  170. depends on ARCH_S5PV210
  171. help
  172. Enable USB PHY support for S5PV210. This option requires that Samsung
  173. USB 2.0 PHY driver is enabled and means that support for this
  174. particular SoC is compiled in the driver. In case of S5PV210 two phys
  175. are available - device and host.
  176. config PHY_EXYNOS4210_USB2
  177. bool
  178. depends on PHY_SAMSUNG_USB2
  179. default CPU_EXYNOS4210
  180. config PHY_EXYNOS4X12_USB2
  181. bool
  182. depends on PHY_SAMSUNG_USB2
  183. default SOC_EXYNOS3250 || SOC_EXYNOS4212 || SOC_EXYNOS4412
  184. config PHY_EXYNOS5250_USB2
  185. bool
  186. depends on PHY_SAMSUNG_USB2
  187. default SOC_EXYNOS5250 || SOC_EXYNOS5420
  188. config PHY_EXYNOS5_USBDRD
  189. tristate "Exynos5 SoC series USB DRD PHY driver"
  190. depends on ARCH_EXYNOS && OF
  191. depends on HAS_IOMEM
  192. depends on USB_DWC3_EXYNOS
  193. select GENERIC_PHY
  194. select MFD_SYSCON
  195. default y
  196. help
  197. Enable USB DRD PHY support for Exynos 5 SoC series.
  198. This driver provides PHY interface for USB 3.0 DRD controller
  199. present on Exynos5 SoC series.
  200. config PHY_QCOM_APQ8064_SATA
  201. tristate "Qualcomm APQ8064 SATA SerDes/PHY driver"
  202. depends on ARCH_QCOM
  203. depends on HAS_IOMEM
  204. depends on OF
  205. select GENERIC_PHY
  206. config PHY_QCOM_IPQ806X_SATA
  207. tristate "Qualcomm IPQ806x SATA SerDes/PHY driver"
  208. depends on ARCH_QCOM
  209. depends on HAS_IOMEM
  210. depends on OF
  211. select GENERIC_PHY
  212. config PHY_ST_SPEAR1310_MIPHY
  213. tristate "ST SPEAR1310-MIPHY driver"
  214. select GENERIC_PHY
  215. depends on MACH_SPEAR1310 || COMPILE_TEST
  216. help
  217. Support for ST SPEAr1310 MIPHY which can be used for PCIe and SATA.
  218. config PHY_ST_SPEAR1340_MIPHY
  219. tristate "ST SPEAR1340-MIPHY driver"
  220. select GENERIC_PHY
  221. depends on MACH_SPEAR1340 || COMPILE_TEST
  222. help
  223. Support for ST SPEAr1340 MIPHY which can be used for PCIe and SATA.
  224. config PHY_XGENE
  225. tristate "APM X-Gene 15Gbps PHY support"
  226. depends on HAS_IOMEM && OF && (ARM64 || COMPILE_TEST)
  227. select GENERIC_PHY
  228. help
  229. This option enables support for APM X-Gene SoC multi-purpose PHY.
  230. config PHY_STIH407_USB
  231. tristate "STMicroelectronics USB2 picoPHY driver for STiH407 family"
  232. depends on RESET_CONTROLLER
  233. depends on ARCH_STI || COMPILE_TEST
  234. select GENERIC_PHY
  235. help
  236. Enable this support to enable the picoPHY device used by USB2
  237. and USB3 controllers on STMicroelectronics STiH407 SoC families.
  238. config PHY_STIH41X_USB
  239. tristate "STMicroelectronics USB2 PHY driver for STiH41x series"
  240. depends on ARCH_STI
  241. select GENERIC_PHY
  242. help
  243. Enable this to support the USB transceiver that is part of
  244. STMicroelectronics STiH41x SoC series.
  245. endmenu