Kconfig 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424
  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 && HAS_IOMEM
  30. select GENERIC_PHY
  31. config PHY_DM816X_USB
  32. tristate "TI dm816x USB PHY driver"
  33. depends on ARCH_OMAP2PLUS
  34. depends on USB_SUPPORT
  35. select GENERIC_PHY
  36. select USB_PHY
  37. help
  38. Enable this for dm816x USB to work.
  39. config PHY_EXYNOS_MIPI_VIDEO
  40. tristate "S5P/EXYNOS SoC series MIPI CSI-2/DSI PHY driver"
  41. depends on HAS_IOMEM
  42. depends on ARCH_S5PV210 || ARCH_EXYNOS || COMPILE_TEST
  43. select GENERIC_PHY
  44. default y if ARCH_S5PV210 || ARCH_EXYNOS
  45. help
  46. Support for MIPI CSI-2 and MIPI DSI DPHY found on Samsung S5P
  47. and EXYNOS SoCs.
  48. config PHY_LPC18XX_USB_OTG
  49. tristate "NXP LPC18xx/43xx SoC USB OTG PHY driver"
  50. depends on OF && (ARCH_LPC18XX || COMPILE_TEST)
  51. depends on MFD_SYSCON
  52. select GENERIC_PHY
  53. help
  54. Enable this to support NXP LPC18xx/43xx internal USB OTG PHY.
  55. This driver is need for USB0 support on LPC18xx/43xx and takes
  56. care of enabling and clock setup.
  57. config PHY_PXA_28NM_HSIC
  58. tristate "Marvell USB HSIC 28nm PHY Driver"
  59. depends on HAS_IOMEM
  60. select GENERIC_PHY
  61. help
  62. Enable this to support Marvell USB HSIC PHY driver for Marvell
  63. SoC. This driver will do the PHY initialization and shutdown.
  64. The PHY driver will be used by Marvell ehci driver.
  65. To compile this driver as a module, choose M here.
  66. config PHY_PXA_28NM_USB2
  67. tristate "Marvell USB 2.0 28nm PHY Driver"
  68. depends on HAS_IOMEM
  69. select GENERIC_PHY
  70. help
  71. Enable this to support Marvell USB 2.0 PHY driver for Marvell
  72. SoC. This driver will do the PHY initialization and shutdown.
  73. The PHY driver will be used by Marvell udc/ehci/otg driver.
  74. To compile this driver as a module, choose M here.
  75. config PHY_MVEBU_SATA
  76. def_bool y
  77. depends on ARCH_DOVE || MACH_DOVE || MACH_KIRKWOOD
  78. depends on OF
  79. select GENERIC_PHY
  80. config PHY_MIPHY28LP
  81. tristate "STMicroelectronics MIPHY28LP PHY driver for STiH407"
  82. depends on ARCH_STI
  83. select GENERIC_PHY
  84. help
  85. Enable this to support the miphy transceiver (for SATA/PCIE/USB3)
  86. that is part of STMicroelectronics STiH407 SoC.
  87. config PHY_MIPHY365X
  88. tristate "STMicroelectronics MIPHY365X PHY driver for STiH41x series"
  89. depends on ARCH_STI
  90. depends on HAS_IOMEM
  91. depends on OF
  92. select GENERIC_PHY
  93. help
  94. Enable this to support the miphy transceiver (for SATA/PCIE)
  95. that is part of STMicroelectronics STiH41x SoC series.
  96. config PHY_RCAR_GEN2
  97. tristate "Renesas R-Car generation 2 USB PHY driver"
  98. depends on ARCH_SHMOBILE
  99. depends on GENERIC_PHY
  100. help
  101. Support for USB PHY found on Renesas R-Car generation 2 SoCs.
  102. config PHY_RCAR_GEN3_USB2
  103. tristate "Renesas R-Car generation 3 USB 2.0 PHY driver"
  104. depends on OF && ARCH_SHMOBILE
  105. select GENERIC_PHY
  106. help
  107. Support for USB 2.0 PHY found on Renesas R-Car generation 3 SoCs.
  108. config OMAP_CONTROL_PHY
  109. tristate "OMAP CONTROL PHY Driver"
  110. depends on ARCH_OMAP2PLUS || COMPILE_TEST
  111. help
  112. Enable this to add support for the PHY part present in the control
  113. module. This driver has API to power on the USB2 PHY and to write to
  114. the mailbox. The mailbox is present only in omap4 and the register to
  115. power on the USB2 PHY is present in OMAP4 and OMAP5. OMAP5 has an
  116. additional register to power on USB3 PHY/SATA PHY/PCIE PHY
  117. (PIPE3 PHY).
  118. config OMAP_USB2
  119. tristate "OMAP USB2 PHY Driver"
  120. depends on ARCH_OMAP2PLUS
  121. depends on USB_SUPPORT
  122. select GENERIC_PHY
  123. select USB_PHY
  124. select OMAP_CONTROL_PHY
  125. depends on OMAP_OCP2SCP
  126. help
  127. Enable this to support the transceiver that is part of SOC. This
  128. driver takes care of all the PHY functionality apart from comparator.
  129. The USB OTG controller communicates with the comparator using this
  130. driver.
  131. config TI_PIPE3
  132. tristate "TI PIPE3 PHY Driver"
  133. depends on ARCH_OMAP2PLUS || COMPILE_TEST
  134. select GENERIC_PHY
  135. select OMAP_CONTROL_PHY
  136. depends on OMAP_OCP2SCP
  137. help
  138. Enable this to support the PIPE3 PHY that is part of TI SOCs. This
  139. driver takes care of all the PHY functionality apart from comparator.
  140. This driver interacts with the "OMAP Control PHY Driver" to power
  141. on/off the PHY.
  142. config TWL4030_USB
  143. tristate "TWL4030 USB Transceiver Driver"
  144. depends on TWL4030_CORE && REGULATOR_TWL4030 && USB_MUSB_OMAP2PLUS
  145. depends on USB_SUPPORT
  146. select GENERIC_PHY
  147. select USB_PHY
  148. help
  149. Enable this to support the USB OTG transceiver on TWL4030
  150. family chips (including the TWL5030 and TPS659x0 devices).
  151. This transceiver supports high and full speed devices plus,
  152. in host mode, low speed.
  153. config PHY_EXYNOS_DP_VIDEO
  154. tristate "EXYNOS SoC series Display Port PHY driver"
  155. depends on OF
  156. depends on ARCH_EXYNOS || COMPILE_TEST
  157. default ARCH_EXYNOS
  158. select GENERIC_PHY
  159. help
  160. Support for Display Port PHY found on Samsung EXYNOS SoCs.
  161. config BCM_KONA_USB2_PHY
  162. tristate "Broadcom Kona USB2 PHY Driver"
  163. depends on HAS_IOMEM
  164. select GENERIC_PHY
  165. help
  166. Enable this to support the Broadcom Kona USB 2.0 PHY.
  167. config PHY_EXYNOS5250_SATA
  168. tristate "Exynos5250 Sata SerDes/PHY driver"
  169. depends on SOC_EXYNOS5250
  170. depends on HAS_IOMEM
  171. depends on OF
  172. select GENERIC_PHY
  173. select I2C
  174. select I2C_S3C2410
  175. select MFD_SYSCON
  176. help
  177. Enable this to support SATA SerDes/Phy found on Samsung's
  178. Exynos5250 based SoCs.This SerDes/Phy supports SATA 1.5 Gb/s,
  179. SATA 3.0 Gb/s, SATA 6.0 Gb/s speeds. It supports one SATA host
  180. port to accept one SATA device.
  181. config PHY_HIX5HD2_SATA
  182. tristate "HIX5HD2 SATA PHY Driver"
  183. depends on ARCH_HIX5HD2 && OF && HAS_IOMEM
  184. select GENERIC_PHY
  185. select MFD_SYSCON
  186. help
  187. Support for SATA PHY on Hisilicon hix5hd2 Soc.
  188. config PHY_MT65XX_USB3
  189. tristate "Mediatek USB3.0 PHY Driver"
  190. depends on ARCH_MEDIATEK && OF
  191. select GENERIC_PHY
  192. help
  193. Say 'Y' here to add support for Mediatek USB3.0 PHY driver
  194. for mt65xx SoCs. it supports two usb2.0 ports and
  195. one usb3.0 port.
  196. config PHY_HI6220_USB
  197. tristate "hi6220 USB PHY support"
  198. depends on (ARCH_HISI && ARM64) || COMPILE_TEST
  199. select GENERIC_PHY
  200. select MFD_SYSCON
  201. help
  202. Enable this to support the HISILICON HI6220 USB PHY.
  203. To compile this driver as a module, choose M here.
  204. config PHY_SUN4I_USB
  205. tristate "Allwinner sunxi SoC USB PHY driver"
  206. depends on ARCH_SUNXI && HAS_IOMEM && OF
  207. depends on RESET_CONTROLLER
  208. depends on EXTCON
  209. depends on POWER_SUPPLY
  210. select GENERIC_PHY
  211. help
  212. Enable this to support the transceiver that is part of Allwinner
  213. sunxi SoCs.
  214. This driver controls the entire USB PHY block, both the USB OTG
  215. parts, as well as the 2 regular USB 2 host PHYs.
  216. config PHY_SUN9I_USB
  217. tristate "Allwinner sun9i SoC USB PHY driver"
  218. depends on ARCH_SUNXI && HAS_IOMEM && OF
  219. depends on RESET_CONTROLLER
  220. depends on USB_COMMON
  221. select GENERIC_PHY
  222. help
  223. Enable this to support the transceiver that is part of Allwinner
  224. sun9i SoCs.
  225. This driver controls each individual USB 2 host PHY.
  226. config PHY_SAMSUNG_USB2
  227. tristate "Samsung USB 2.0 PHY driver"
  228. depends on HAS_IOMEM
  229. depends on USB_EHCI_EXYNOS || USB_OHCI_EXYNOS || USB_DWC2
  230. select GENERIC_PHY
  231. select MFD_SYSCON
  232. default ARCH_EXYNOS
  233. help
  234. Enable this to support the Samsung USB 2.0 PHY driver for Samsung
  235. SoCs. This driver provides the interface for USB 2.0 PHY. Support
  236. for particular PHYs will be enabled based on the SoC type in addition
  237. to this driver.
  238. config PHY_S5PV210_USB2
  239. bool "Support for S5PV210"
  240. depends on PHY_SAMSUNG_USB2
  241. depends on ARCH_S5PV210
  242. help
  243. Enable USB PHY support for S5PV210. This option requires that Samsung
  244. USB 2.0 PHY driver is enabled and means that support for this
  245. particular SoC is compiled in the driver. In case of S5PV210 two phys
  246. are available - device and host.
  247. config PHY_EXYNOS4210_USB2
  248. bool
  249. depends on PHY_SAMSUNG_USB2
  250. default CPU_EXYNOS4210
  251. config PHY_EXYNOS4X12_USB2
  252. bool
  253. depends on PHY_SAMSUNG_USB2
  254. default SOC_EXYNOS3250 || SOC_EXYNOS4212 || SOC_EXYNOS4412
  255. config PHY_EXYNOS5250_USB2
  256. bool
  257. depends on PHY_SAMSUNG_USB2
  258. default SOC_EXYNOS5250 || SOC_EXYNOS5420
  259. config PHY_EXYNOS5_USBDRD
  260. tristate "Exynos5 SoC series USB DRD PHY driver"
  261. depends on ARCH_EXYNOS && OF
  262. depends on HAS_IOMEM
  263. depends on USB_DWC3_EXYNOS
  264. select GENERIC_PHY
  265. select MFD_SYSCON
  266. default y
  267. help
  268. Enable USB DRD PHY support for Exynos 5 SoC series.
  269. This driver provides PHY interface for USB 3.0 DRD controller
  270. present on Exynos5 SoC series.
  271. config PHY_PISTACHIO_USB
  272. tristate "IMG Pistachio USB2.0 PHY driver"
  273. depends on MACH_PISTACHIO
  274. select GENERIC_PHY
  275. help
  276. Enable this to support the USB2.0 PHY on the IMG Pistachio SoC.
  277. config PHY_QCOM_APQ8064_SATA
  278. tristate "Qualcomm APQ8064 SATA SerDes/PHY driver"
  279. depends on ARCH_QCOM
  280. depends on HAS_IOMEM
  281. depends on OF
  282. select GENERIC_PHY
  283. config PHY_QCOM_IPQ806X_SATA
  284. tristate "Qualcomm IPQ806x SATA SerDes/PHY driver"
  285. depends on ARCH_QCOM
  286. depends on HAS_IOMEM
  287. depends on OF
  288. select GENERIC_PHY
  289. config PHY_ROCKCHIP_USB
  290. tristate "Rockchip USB2 PHY Driver"
  291. depends on ARCH_ROCKCHIP && OF
  292. select GENERIC_PHY
  293. help
  294. Enable this to support the Rockchip USB 2.0 PHY.
  295. config PHY_ROCKCHIP_EMMC
  296. tristate "Rockchip EMMC PHY Driver"
  297. depends on ARCH_ROCKCHIP && OF
  298. select GENERIC_PHY
  299. help
  300. Enable this to support the Rockchip EMMC PHY.
  301. config PHY_ROCKCHIP_DP
  302. tristate "Rockchip Display Port PHY Driver"
  303. depends on ARCH_ROCKCHIP && OF
  304. select GENERIC_PHY
  305. help
  306. Enable this to support the Rockchip Display Port PHY.
  307. config PHY_ST_SPEAR1310_MIPHY
  308. tristate "ST SPEAR1310-MIPHY driver"
  309. select GENERIC_PHY
  310. depends on MACH_SPEAR1310 || COMPILE_TEST
  311. help
  312. Support for ST SPEAr1310 MIPHY which can be used for PCIe and SATA.
  313. config PHY_ST_SPEAR1340_MIPHY
  314. tristate "ST SPEAR1340-MIPHY driver"
  315. select GENERIC_PHY
  316. depends on MACH_SPEAR1340 || COMPILE_TEST
  317. help
  318. Support for ST SPEAr1340 MIPHY which can be used for PCIe and SATA.
  319. config PHY_XGENE
  320. tristate "APM X-Gene 15Gbps PHY support"
  321. depends on HAS_IOMEM && OF && (ARM64 || COMPILE_TEST)
  322. select GENERIC_PHY
  323. help
  324. This option enables support for APM X-Gene SoC multi-purpose PHY.
  325. config PHY_STIH407_USB
  326. tristate "STMicroelectronics USB2 picoPHY driver for STiH407 family"
  327. depends on RESET_CONTROLLER
  328. depends on ARCH_STI || COMPILE_TEST
  329. select GENERIC_PHY
  330. help
  331. Enable this support to enable the picoPHY device used by USB2
  332. and USB3 controllers on STMicroelectronics STiH407 SoC families.
  333. config PHY_STIH41X_USB
  334. tristate "STMicroelectronics USB2 PHY driver for STiH41x series"
  335. depends on ARCH_STI
  336. select GENERIC_PHY
  337. help
  338. Enable this to support the USB transceiver that is part of
  339. STMicroelectronics STiH41x SoC series.
  340. config PHY_QCOM_UFS
  341. tristate "Qualcomm UFS PHY driver"
  342. depends on OF && ARCH_QCOM
  343. select GENERIC_PHY
  344. help
  345. Support for UFS PHY on QCOM chipsets.
  346. config PHY_TUSB1210
  347. tristate "TI TUSB1210 ULPI PHY module"
  348. depends on USB_ULPI_BUS
  349. select GENERIC_PHY
  350. help
  351. Support for TI TUSB1210 USB ULPI PHY.
  352. config PHY_BRCMSTB_SATA
  353. tristate "Broadcom STB SATA PHY driver"
  354. depends on ARCH_BRCMSTB || BMIPS_GENERIC
  355. depends on OF
  356. select GENERIC_PHY
  357. help
  358. Enable this to support the SATA3 PHY on 28nm or 40nm Broadcom STB SoCs.
  359. Likely useful only with CONFIG_SATA_BRCMSTB enabled.
  360. config PHY_CYGNUS_PCIE
  361. tristate "Broadcom Cygnus PCIe PHY driver"
  362. depends on OF && (ARCH_BCM_CYGNUS || COMPILE_TEST)
  363. select GENERIC_PHY
  364. default ARCH_BCM_CYGNUS
  365. help
  366. Enable this to support the Broadcom Cygnus PCIe PHY.
  367. If unsure, say N.
  368. endmenu