aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/phy/mediatek/Makefile
diff options
context:
space:
mode:
authorStanley Chu <stanley.chu@mediatek.com>2019-03-16 13:04:46 +0800
committerKishon Vijay Abraham I <kishon@ti.com>2019-04-17 14:13:01 +0530
commit54be9c1a03a3337e39f877f1536bbf25c9e8bff3 (patch)
tree270baf443d03eb1c5aac80f490914507b552ef75 /drivers/phy/mediatek/Makefile
parentdt-bindings: phy: Add document for phy-mtk-ufs (diff)
downloadlinux-dev-54be9c1a03a3337e39f877f1536bbf25c9e8bff3.tar.xz
linux-dev-54be9c1a03a3337e39f877f1536bbf25c9e8bff3.zip
phy: mediatek: Add UFS M-PHY driver
Add UFS M-PHY driver on MediaTek chipsets. Signed-off-by: Stanley Chu <stanley.chu@mediatek.com> Reviewed-by: Chunfeng Yun <chunfeng.yun@mediatek.com> Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Diffstat (limited to 'drivers/phy/mediatek/Makefile')
-rw-r--r--drivers/phy/mediatek/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/phy/mediatek/Makefile b/drivers/phy/mediatek/Makefile
index ee49edc97ee9..08a8e6a97b1e 100644
--- a/drivers/phy/mediatek/Makefile
+++ b/drivers/phy/mediatek/Makefile
@@ -4,4 +4,5 @@
#
obj-$(CONFIG_PHY_MTK_TPHY) += phy-mtk-tphy.o
+obj-$(CONFIG_PHY_MTK_UFS) += phy-mtk-ufs.o
obj-$(CONFIG_PHY_MTK_XSPHY) += phy-mtk-xsphy.o