mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-05 22:55:53 -04:00
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:
committed by
James Bottomley
parent
305974fe01
commit
0d143c69a3
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user