diff options
| author | Stephen Boyd <[email protected]> | 2015-04-10 16:11:04 -0700 |
|---|---|---|
| committer | Kishon Vijay Abraham I <[email protected]> | 2015-05-12 20:52:13 +0530 |
| commit | 4d051f74cbb270310d1af3f56d4c83801d8bedc8 (patch) | |
| tree | ee1bab196a04740f3b00224d095d5e10fe323edd | |
| parent | f83be4c3f69762e1fc736e375b04e5c22b3ddceb (diff) | |
phy: qcom-ufs: Switch dependency to ARCH_QCOM
This phy only exists on platforms under ARCH_QCOM, not ARCH_MSM.
Cc: Yaniv Gardi <[email protected]>
Cc: Dov Levenglick <[email protected]>
Cc: Christoph Hellwig <[email protected]>
Cc: David Brown <[email protected]>
Cc: Bryan Huntsman <[email protected]>
Cc: Daniel Walker <[email protected]>
Signed-off-by: Stephen Boyd <[email protected]>
Reviewed-by: Yaniv Gardi <[email protected]>
Signed-off-by: Kishon Vijay Abraham I <[email protected]>
| -rw-r--r-- | drivers/phy/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/phy/Kconfig b/drivers/phy/Kconfig index a53bd5b52df9..33e703eec87b 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. |