Kconfig 6.6 KB

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