Thread (2 messages) read the whole thread 2 messages, 2 authors, 2015-05-19
STALE4090d

[PATCH] phy: qcom-ufs: fix platform dependency

From: arnd@arndb.de (Arnd Bergmann)
Date: 2015-05-19 15:11:14
Also in: linux-arm-msm
Subsystem: generic phy framework, the rest · Maintainers: Vinod Koul, Linus Torvalds

The UFS PHY driver is written for the QCOM platform, but
has an incorrect dependency pointing to the recently
removed MSM platform, causing a warning whenever it
gets selected:

warning: (SCSI_UFS_QCOM) selects PHY_QCOM_UFS which has unmet direct dependencies (OF && ARCH_MSM)

This fixes the dependency.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Fixes: af6f8fff446 ("ufs-qcom: Switch dependency to ARCH_QCOM")
diff --git a/drivers/phy/Kconfig b/drivers/phy/Kconfig
index 1b5c235562c9..c4d599976306 100644
--- a/drivers/phy/Kconfig
+++ b/drivers/phy/Kconfig
@@ -304,7 +304,7 @@ config PHY_STIH41X_USB
 
 config PHY_QCOM_UFS
 	tristate "Qualcomm UFS PHY driver"
-	depends on OF && ARCH_MSM
+	depends on OF && ARCH_QCOM
 	select GENERIC_PHY
 	help
 	  Support for UFS PHY on QCOM chipsets.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help