diff options
author | Stanley Chu <stanley.chu@mediatek.com> | 2019-03-16 06:04:46 +0100 |
---|---|---|
committer | Kishon Vijay Abraham I <kishon@ti.com> | 2019-04-17 10:43:01 +0200 |
commit | 54be9c1a03a3337e39f877f1536bbf25c9e8bff3 (patch) | |
tree | 270baf443d03eb1c5aac80f490914507b552ef75 /drivers/phy/mediatek/Kconfig | |
parent | dt-bindings: phy: Add document for phy-mtk-ufs (diff) | |
download | linux-54be9c1a03a3337e39f877f1536bbf25c9e8bff3.tar.xz linux-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/Kconfig')
-rw-r--r-- | drivers/phy/mediatek/Kconfig | 10 |
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 |