summaryrefslogtreecommitdiffstats
path: root/drivers/phy/mediatek/Kconfig
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/Kconfig
parentfd7bd3b6bebdf889802db67b8c48b67aa20f4a2b (diff)
downloadlinux-54be9c1a03a3337e39f877f1536bbf25c9e8bff3.tar.bz2
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/Kconfig')
-rw-r--r--drivers/phy/mediatek/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/phy/mediatek/Kconfig b/drivers/phy/mediatek/Kconfig
index 8857d00b3c65..b5a89dbd3fe7 100644
--- a/drivers/phy/mediatek/Kconfig
+++ b/drivers/phy/mediatek/Kconfig
@@ -13,6 +13,16 @@ config PHY_MTK_TPHY
multi-ports is first version, otherwise is second veriosn,
so you can easily distinguish them by banks layout.
+config PHY_MTK_UFS
+ tristate "MediaTek UFS M-PHY driver"
+ depends on ARCH_MEDIATEK && OF
+ select GENERIC_PHY
+ help
+ Support for UFS M-PHY on MediaTek chipsets.
+ Enable this to provide vendor-specific probing,
+ initialization, power on and power off flow of
+ specified M-PHYs.
+
config PHY_MTK_XSPHY
tristate "MediaTek XS-PHY Driver"
depends on ARCH_MEDIATEK && OF