diff options
author | Chunfeng Yun <chunfeng.yun@mediatek.com> | 2015-09-29 11:01:36 +0800 |
---|---|---|
committer | Kishon Vijay Abraham I <kishon@ti.com> | 2015-10-06 20:21:47 +0530 |
commit | dc7f190fd51f5c64d7d9280e5f052b46ce8cee24 (patch) | |
tree | 933142ebfa1bee2e433dae86eca27e6b4425e579 /drivers/phy/Kconfig | |
parent | 538b2a4e96990a4839086cc47b657a12b1364d3c (diff) | |
download | lwn-dc7f190fd51f5c64d7d9280e5f052b46ce8cee24.tar.gz lwn-dc7f190fd51f5c64d7d9280e5f052b46ce8cee24.zip |
phy: add usb3.0 phy driver for mt65xx SoCs
support usb3.0 phy of mt65xx SoCs
Signed-off-by: Chunfeng Yun <chunfeng.yun@mediatek.com>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Diffstat (limited to 'drivers/phy/Kconfig')
-rw-r--r-- | drivers/phy/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/phy/Kconfig b/drivers/phy/Kconfig index 47da573d0bab..ec436c1e3d7e 100644 --- a/drivers/phy/Kconfig +++ b/drivers/phy/Kconfig @@ -206,6 +206,15 @@ config PHY_HIX5HD2_SATA help Support for SATA PHY on Hisilicon hix5hd2 Soc. +config PHY_MT65XX_USB3 + tristate "Mediatek USB3.0 PHY Driver" + depends on ARCH_MEDIATEK && OF + select GENERIC_PHY + help + Say 'Y' here to add support for Mediatek USB3.0 PHY driver + for mt65xx SoCs. it supports two usb2.0 ports and + one usb3.0 port. + config PHY_SUN4I_USB tristate "Allwinner sunxi SoC USB PHY driver" depends on ARCH_SUNXI && HAS_IOMEM && OF |