[PATCH 1/1] ufs: don't select non-existent CONFIG_PHY_MTK_UFS

Heinrich Schuchardt heinrich.schuchardt at canonical.com
Wed Feb 25 07:31:00 CET 2026


Symbol CONFIG_PHY_MTK_UFS does not exist.
Don't select it.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt at canonical.com>
---
CONFIG_PHY_MTK_TPHY seems to be the only Mediatek PHY driver symbol
in U-Boot.
---
 drivers/ufs/Kconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/ufs/Kconfig b/drivers/ufs/Kconfig
index 6c75bb2a079..69a5d91d9d2 100644
--- a/drivers/ufs/Kconfig
+++ b/drivers/ufs/Kconfig
@@ -26,7 +26,6 @@ config UFS_CADENCE
 config UFS_MEDIATEK
 	tristate "MediaTek UFS Host Controller Driver"
 	depends on UFS && ARCH_MEDIATEK
-	select PHY_MTK_UFS
 	help
 	  This selects the MediaTek specific additions to UFSHCD platform driver.
 	  UFS host on Mediatek needs some vendor specific configuration before
-- 
2.51.0



More information about the U-Boot mailing list