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/Makefile | |
parent | 538b2a4e96990a4839086cc47b657a12b1364d3c (diff) | |
download | linux-stable-dc7f190fd51f5c64d7d9280e5f052b46ce8cee24.tar.gz linux-stable-dc7f190fd51f5c64d7d9280e5f052b46ce8cee24.tar.bz2 linux-stable-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/Makefile')
-rw-r--r-- | drivers/phy/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/phy/Makefile b/drivers/phy/Makefile index a5b18c18fc12..a7cc629451ea 100644 --- a/drivers/phy/Makefile +++ b/drivers/phy/Makefile @@ -23,6 +23,7 @@ obj-$(CONFIG_TI_PIPE3) += phy-ti-pipe3.o obj-$(CONFIG_TWL4030_USB) += phy-twl4030-usb.o obj-$(CONFIG_PHY_EXYNOS5250_SATA) += phy-exynos5250-sata.o obj-$(CONFIG_PHY_HIX5HD2_SATA) += phy-hix5hd2-sata.o +obj-$(CONFIG_PHY_MT65XX_USB3) += phy-mt65xx-usb3.o obj-$(CONFIG_PHY_SUN4I_USB) += phy-sun4i-usb.o obj-$(CONFIG_PHY_SUN9I_USB) += phy-sun9i-usb.o obj-$(CONFIG_PHY_SAMSUNG_USB2) += phy-exynos-usb2.o |