ufs-qcom: Switch dependency to ARCH_QCOM
This device only exists on platforms under ARCH_QCOM, not ARCH_MSM. Signed-off-by: Stephen Boyd <sboyd@codeaurora.org> Reviewed-by: Yaniv Gardi <ygardi@codeaurora.org> Signed-off-by: James Bottomley <JBottomley@Odin.com>
This commit is contained in:
parent
305974fe01
commit
0d143c69a3
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ config SCSI_UFSHCD_PLATFORM
|
|||
|
||||
config SCSI_UFS_QCOM
|
||||
bool "QCOM specific hooks to UFS controller platform driver"
|
||||
depends on SCSI_UFSHCD_PLATFORM && ARCH_MSM
|
||||
depends on SCSI_UFSHCD_PLATFORM && ARCH_QCOM
|
||||
select PHY_QCOM_UFS
|
||||
help
|
||||
This selects the QCOM specific additions to UFSHCD platform driver.
|
||||
|
|
Loading…
Reference in a new issue