aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/phy/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/phy/Kconfig')
-rw-r--r--drivers/phy/Kconfig18
1 files changed, 18 insertions, 0 deletions
diff --git a/drivers/phy/Kconfig b/drivers/phy/Kconfig
index 47da573d0bab..7eb5859dd035 100644
--- a/drivers/phy/Kconfig
+++ b/drivers/phy/Kconfig
@@ -206,6 +206,15 @@ config PHY_HIX5HD2_SATA
206 help 206 help
207 Support for SATA PHY on Hisilicon hix5hd2 Soc. 207 Support for SATA PHY on Hisilicon hix5hd2 Soc.
208 208
209config PHY_MT65XX_USB3
210 tristate "Mediatek USB3.0 PHY Driver"
211 depends on ARCH_MEDIATEK && OF
212 select GENERIC_PHY
213 help
214 Say 'Y' here to add support for Mediatek USB3.0 PHY driver
215 for mt65xx SoCs. it supports two usb2.0 ports and
216 one usb3.0 port.
217
209config PHY_SUN4I_USB 218config PHY_SUN4I_USB
210 tristate "Allwinner sunxi SoC USB PHY driver" 219 tristate "Allwinner sunxi SoC USB PHY driver"
211 depends on ARCH_SUNXI && HAS_IOMEM && OF 220 depends on ARCH_SUNXI && HAS_IOMEM && OF
@@ -371,4 +380,13 @@ config PHY_BRCMSTB_SATA
371 Enable this to support the SATA3 PHY on 28nm Broadcom STB SoCs. 380 Enable this to support the SATA3 PHY on 28nm Broadcom STB SoCs.
372 Likely useful only with CONFIG_SATA_BRCMSTB enabled. 381 Likely useful only with CONFIG_SATA_BRCMSTB enabled.
373 382
383config PHY_CYGNUS_PCIE
384 tristate "Broadcom Cygnus PCIe PHY driver"
385 depends on OF && (ARCH_BCM_CYGNUS || COMPILE_TEST)
386 select GENERIC_PHY
387 default ARCH_BCM_CYGNUS
388 help
389 Enable this to support the Broadcom Cygnus PCIe PHY.
390 If unsure, say N.
391
374endmenu 392endmenu