12 This framework is designed to provide a generic interface for PHY
13 devices present in the kernel. This layer will have the generic
14 API by which phy drivers can create PHY using the phy framework and
15 phy users can obtain reference to the PHY. All the users of this
16 framework should select this config.
18 config PHY_BCM_NS_USB2
19 tristate "Broadcom Northstar USB 2.0 PHY Driver"
20 depends on ARCH_BCM_IPROC || COMPILE_TEST
21 depends on HAS_IOMEM && OF
24 Enable this to support Broadcom USB 2.0 PHY connected to the USB
25 controller on Northstar family.
27 config PHY_BCM_NS_USB3
28 tristate "Broadcom Northstar USB 3.0 PHY Driver"
29 depends on ARCH_BCM_IPROC || COMPILE_TEST
30 depends on HAS_IOMEM && OF
33 Enable this to support Broadcom USB 3.0 PHY connected to the USB
34 controller on Northstar family.
37 tristate "Marvell Berlin USB PHY Driver"
38 depends on ARCH_BERLIN && RESET_CONTROLLER && HAS_IOMEM && OF
41 Enable this to support the USB PHY on Marvell Berlin SoCs.
43 config PHY_BERLIN_SATA
44 tristate "Marvell Berlin SATA PHY driver"
45 depends on ARCH_BERLIN && HAS_IOMEM && OF
48 Enable this to support the SATA PHY on Marvell Berlin SoCs.
50 config ARMADA375_USBCLUSTER_PHY
52 depends on MACH_ARMADA_375 || COMPILE_TEST
53 depends on OF && HAS_IOMEM
57 tristate "TI DA8xx USB PHY Driver"
58 depends on ARCH_DAVINCI_DA8XX
62 Enable this to support the USB PHY on DA8xx SoCs.
64 This driver controls both the USB 1.1 PHY and the USB 2.0 PHY.
67 tristate "TI dm816x USB PHY driver"
68 depends on ARCH_OMAP2PLUS
69 depends on USB_SUPPORT
73 Enable this for dm816x USB to work.
75 config PHY_EXYNOS_MIPI_VIDEO
76 tristate "S5P/EXYNOS SoC series MIPI CSI-2/DSI PHY driver"
78 depends on ARCH_S5PV210 || ARCH_EXYNOS || COMPILE_TEST
80 default y if ARCH_S5PV210 || ARCH_EXYNOS
82 Support for MIPI CSI-2 and MIPI DSI DPHY found on Samsung S5P
85 config PHY_LPC18XX_USB_OTG
86 tristate "NXP LPC18xx/43xx SoC USB OTG PHY driver"
87 depends on OF && (ARCH_LPC18XX || COMPILE_TEST)
91 Enable this to support NXP LPC18xx/43xx internal USB OTG PHY.
93 This driver is need for USB0 support on LPC18xx/43xx and takes
94 care of enabling and clock setup.
96 config PHY_PXA_28NM_HSIC
97 tristate "Marvell USB HSIC 28nm PHY Driver"
101 Enable this to support Marvell USB HSIC PHY driver for Marvell
102 SoC. This driver will do the PHY initialization and shutdown.
103 The PHY driver will be used by Marvell ehci driver.
105 To compile this driver as a module, choose M here.
107 config PHY_PXA_28NM_USB2
108 tristate "Marvell USB 2.0 28nm PHY Driver"
112 Enable this to support Marvell USB 2.0 PHY driver for Marvell
113 SoC. This driver will do the PHY initialization and shutdown.
114 The PHY driver will be used by Marvell udc/ehci/otg driver.
116 To compile this driver as a module, choose M here.
118 config PHY_MVEBU_SATA
120 depends on ARCH_DOVE || MACH_DOVE || MACH_KIRKWOOD
125 tristate "STMicroelectronics MIPHY28LP PHY driver for STiH407"
129 Enable this to support the miphy transceiver (for SATA/PCIE/USB3)
130 that is part of STMicroelectronics STiH407 SoC.
133 tristate "STMicroelectronics MIPHY365X PHY driver for STiH41x series"
139 Enable this to support the miphy transceiver (for SATA/PCIE)
140 that is part of STMicroelectronics STiH41x SoC series.
143 tristate "Renesas R-Car generation 2 USB PHY driver"
144 depends on ARCH_RENESAS
145 depends on GENERIC_PHY
147 Support for USB PHY found on Renesas R-Car generation 2 SoCs.
149 config PHY_RCAR_GEN3_USB2
150 tristate "Renesas R-Car generation 3 USB 2.0 PHY driver"
151 depends on ARCH_RENESAS
155 Support for USB 2.0 PHY found on Renesas R-Car generation 3 SoCs.
157 config OMAP_CONTROL_PHY
158 tristate "OMAP CONTROL PHY Driver"
159 depends on ARCH_OMAP2PLUS || COMPILE_TEST
161 Enable this to add support for the PHY part present in the control
162 module. This driver has API to power on the USB2 PHY and to write to
163 the mailbox. The mailbox is present only in omap4 and the register to
164 power on the USB2 PHY is present in OMAP4 and OMAP5. OMAP5 has an
165 additional register to power on USB3 PHY/SATA PHY/PCIE PHY
169 tristate "OMAP USB2 PHY Driver"
170 depends on ARCH_OMAP2PLUS
171 depends on USB_SUPPORT
174 select OMAP_CONTROL_PHY
175 depends on OMAP_OCP2SCP
177 Enable this to support the transceiver that is part of SOC. This
178 driver takes care of all the PHY functionality apart from comparator.
179 The USB OTG controller communicates with the comparator using this
183 tristate "TI PIPE3 PHY Driver"
184 depends on ARCH_OMAP2PLUS || COMPILE_TEST
186 select OMAP_CONTROL_PHY
187 depends on OMAP_OCP2SCP
189 Enable this to support the PIPE3 PHY that is part of TI SOCs. This
190 driver takes care of all the PHY functionality apart from comparator.
191 This driver interacts with the "OMAP Control PHY Driver" to power
195 tristate "TWL4030 USB Transceiver Driver"
196 depends on TWL4030_CORE && REGULATOR_TWL4030 && USB_MUSB_OMAP2PLUS
197 depends on USB_SUPPORT
198 depends on USB_GADGET || !USB_GADGET # if USB_GADGET=m, this can't 'y'
202 Enable this to support the USB OTG transceiver on TWL4030
203 family chips (including the TWL5030 and TPS659x0 devices).
204 This transceiver supports high and full speed devices plus,
205 in host mode, low speed.
207 config PHY_EXYNOS_DP_VIDEO
208 tristate "EXYNOS SoC series Display Port PHY driver"
210 depends on ARCH_EXYNOS || COMPILE_TEST
214 Support for Display Port PHY found on Samsung EXYNOS SoCs.
216 config BCM_KONA_USB2_PHY
217 tristate "Broadcom Kona USB2 PHY Driver"
221 Enable this to support the Broadcom Kona USB 2.0 PHY.
223 config PHY_EXYNOS5250_SATA
224 tristate "Exynos5250 Sata SerDes/PHY driver"
225 depends on SOC_EXYNOS5250
233 Enable this to support SATA SerDes/Phy found on Samsung's
234 Exynos5250 based SoCs.This SerDes/Phy supports SATA 1.5 Gb/s,
235 SATA 3.0 Gb/s, SATA 6.0 Gb/s speeds. It supports one SATA host
236 port to accept one SATA device.
238 config PHY_HIX5HD2_SATA
239 tristate "HIX5HD2 SATA PHY Driver"
240 depends on ARCH_HIX5HD2 && OF && HAS_IOMEM
244 Support for SATA PHY on Hisilicon hix5hd2 Soc.
246 config PHY_MT65XX_USB3
247 tristate "Mediatek USB3.0 PHY Driver"
248 depends on ARCH_MEDIATEK && OF
251 Say 'Y' here to add support for Mediatek USB3.0 PHY driver,
252 it supports multiple usb2.0 and usb3.0 ports.
254 config PHY_HI6220_USB
255 tristate "hi6220 USB PHY support"
256 depends on (ARCH_HISI && ARM64) || COMPILE_TEST
260 Enable this to support the HISILICON HI6220 USB PHY.
262 To compile this driver as a module, choose M here.
265 tristate "Allwinner sunxi SoC USB PHY driver"
266 depends on ARCH_SUNXI && HAS_IOMEM && OF
267 depends on RESET_CONTROLLER
269 depends on POWER_SUPPLY
270 depends on USB_SUPPORT
274 Enable this to support the transceiver that is part of Allwinner
277 This driver controls the entire USB PHY block, both the USB OTG
278 parts, as well as the 2 regular USB 2 host PHYs.
281 tristate "Allwinner sun9i SoC USB PHY driver"
282 depends on ARCH_SUNXI && HAS_IOMEM && OF
283 depends on RESET_CONTROLLER
284 depends on USB_SUPPORT
288 Enable this to support the transceiver that is part of Allwinner
291 This driver controls each individual USB 2 host PHY.
293 config PHY_SAMSUNG_USB2
294 tristate "Samsung USB 2.0 PHY driver"
296 depends on USB_EHCI_EXYNOS || USB_OHCI_EXYNOS || USB_DWC2
301 Enable this to support the Samsung USB 2.0 PHY driver for Samsung
302 SoCs. This driver provides the interface for USB 2.0 PHY. Support
303 for particular PHYs will be enabled based on the SoC type in addition
306 config PHY_S5PV210_USB2
307 bool "Support for S5PV210"
308 depends on PHY_SAMSUNG_USB2
309 depends on ARCH_S5PV210
311 Enable USB PHY support for S5PV210. This option requires that Samsung
312 USB 2.0 PHY driver is enabled and means that support for this
313 particular SoC is compiled in the driver. In case of S5PV210 two phys
314 are available - device and host.
316 config PHY_EXYNOS4210_USB2
318 depends on PHY_SAMSUNG_USB2
319 default CPU_EXYNOS4210
321 config PHY_EXYNOS4X12_USB2
323 depends on PHY_SAMSUNG_USB2
324 default SOC_EXYNOS3250 || SOC_EXYNOS4212 || SOC_EXYNOS4412
326 config PHY_EXYNOS5250_USB2
328 depends on PHY_SAMSUNG_USB2
329 default SOC_EXYNOS5250 || SOC_EXYNOS5420
331 config PHY_EXYNOS5_USBDRD
332 tristate "Exynos5 SoC series USB DRD PHY driver"
333 depends on ARCH_EXYNOS && OF
335 depends on USB_DWC3_EXYNOS
340 Enable USB DRD PHY support for Exynos 5 SoC series.
341 This driver provides PHY interface for USB 3.0 DRD controller
342 present on Exynos5 SoC series.
344 config PHY_PISTACHIO_USB
345 tristate "IMG Pistachio USB2.0 PHY driver"
346 depends on MACH_PISTACHIO
349 Enable this to support the USB2.0 PHY on the IMG Pistachio SoC.
351 config PHY_QCOM_APQ8064_SATA
352 tristate "Qualcomm APQ8064 SATA SerDes/PHY driver"
358 config PHY_QCOM_IPQ806X_SATA
359 tristate "Qualcomm IPQ806x SATA SerDes/PHY driver"
365 config PHY_ROCKCHIP_USB
366 tristate "Rockchip USB2 PHY Driver"
367 depends on ARCH_ROCKCHIP && OF
370 Enable this to support the Rockchip USB 2.0 PHY.
372 config PHY_ROCKCHIP_INNO_USB2
373 tristate "Rockchip INNO USB2PHY Driver"
374 depends on (ARCH_ROCKCHIP || COMPILE_TEST) && OF
375 depends on COMMON_CLK
378 Support for Rockchip USB2.0 PHY with Innosilicon IP block.
380 config PHY_ROCKCHIP_EMMC
381 tristate "Rockchip EMMC PHY Driver"
382 depends on ARCH_ROCKCHIP && OF
385 Enable this to support the Rockchip EMMC PHY.
387 config PHY_ROCKCHIP_DP
388 tristate "Rockchip Display Port PHY Driver"
389 depends on ARCH_ROCKCHIP && OF
392 Enable this to support the Rockchip Display Port PHY.
394 config PHY_ROCKCHIP_PCIE
395 tristate "Rockchip PCIe PHY Driver"
396 depends on (ARCH_ROCKCHIP && OF) || COMPILE_TEST
400 Enable this to support the Rockchip PCIe PHY.
402 config PHY_ROCKCHIP_TYPEC
403 tristate "Rockchip TYPEC PHY Driver"
404 depends on OF && (ARCH_ROCKCHIP || COMPILE_TEST)
407 select RESET_CONTROLLER
409 Enable this to support the Rockchip USB TYPEC PHY.
411 config PHY_ST_SPEAR1310_MIPHY
412 tristate "ST SPEAR1310-MIPHY driver"
414 depends on MACH_SPEAR1310 || COMPILE_TEST
416 Support for ST SPEAr1310 MIPHY which can be used for PCIe and SATA.
418 config PHY_ST_SPEAR1340_MIPHY
419 tristate "ST SPEAR1340-MIPHY driver"
421 depends on MACH_SPEAR1340 || COMPILE_TEST
423 Support for ST SPEAr1340 MIPHY which can be used for PCIe and SATA.
426 tristate "APM X-Gene 15Gbps PHY support"
427 depends on HAS_IOMEM && OF && (ARM64 || COMPILE_TEST)
430 This option enables support for APM X-Gene SoC multi-purpose PHY.
432 config PHY_STIH407_USB
433 tristate "STMicroelectronics USB2 picoPHY driver for STiH407 family"
434 depends on RESET_CONTROLLER
435 depends on ARCH_STI || COMPILE_TEST
438 Enable this support to enable the picoPHY device used by USB2
439 and USB3 controllers on STMicroelectronics STiH407 SoC families.
441 config PHY_STIH41X_USB
442 tristate "STMicroelectronics USB2 PHY driver for STiH41x series"
446 Enable this to support the USB transceiver that is part of
447 STMicroelectronics STiH41x SoC series.
450 tristate "Qualcomm UFS PHY driver"
451 depends on OF && ARCH_QCOM
454 Support for UFS PHY on QCOM chipsets.
457 tristate "TI TUSB1210 ULPI PHY module"
458 depends on USB_ULPI_BUS
461 Support for TI TUSB1210 USB ULPI PHY.
464 tristate "Broadcom SATA PHY driver"
465 depends on ARCH_BRCMSTB || ARCH_BCM_IPROC || BMIPS_GENERIC || COMPILE_TEST
468 default ARCH_BCM_IPROC
470 Enable this to support the Broadcom SATA PHY.
473 config PHY_CYGNUS_PCIE
474 tristate "Broadcom Cygnus PCIe PHY driver"
475 depends on OF && (ARCH_BCM_CYGNUS || COMPILE_TEST)
477 default ARCH_BCM_CYGNUS
479 Enable this to support the Broadcom Cygnus PCIe PHY.
482 source "drivers/phy/tegra/Kconfig"
485 tristate "Broadcom Northstar2 PCIe PHY driver"
486 depends on OF && MDIO_BUS_MUX_BCM_IPROC
488 default ARCH_BCM_IPROC
490 Enable this to support the Broadcom Northstar2 PCIe PHY.