diff options
author | Stephen Boyd <sboyd@codeaurora.org> | 2015-04-10 19:11:04 -0400 |
---|---|---|
committer | Kishon Vijay Abraham I <kishon@ti.com> | 2015-05-12 11:22:13 -0400 |
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 <ygardi@codeaurora.org>
Cc: Dov Levenglick <dovl@codeaurora.org>
Cc: Christoph Hellwig <hch@lst.de>
Cc: David Brown <davidb@codeaurora.org>
Cc: Bryan Huntsman <bryanh@codeaurora.org>
Cc: Daniel Walker <dwalker@fifo99.com>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Reviewed-by: Yaniv Gardi <ygardi@codeaurora.org>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
-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 | |||
304 | 304 | ||
305 | config PHY_QCOM_UFS | 305 | config PHY_QCOM_UFS |
306 | tristate "Qualcomm UFS PHY driver" | 306 | tristate "Qualcomm UFS PHY driver" |
307 | depends on OF && ARCH_MSM | 307 | depends on OF && ARCH_QCOM |
308 | select GENERIC_PHY | 308 | select GENERIC_PHY |
309 | help | 309 | help |
310 | Support for UFS PHY on QCOM chipsets. | 310 | Support for UFS PHY on QCOM chipsets. |