OSDN Git Service

scsi: ufs: Remove select of phy-qcom-ufs from ufs-qcom
authorEvan Green <evgreen@chromium.org>
Fri, 11 Jan 2019 23:31:59 +0000 (15:31 -0800)
committerMartin K. Petersen <martin.petersen@oracle.com>
Sat, 12 Jan 2019 03:35:48 +0000 (22:35 -0500)
commit326a859b28141bcd3445be0606647250742283a6
tree5d134dce1ede4600ced1b195496e524dac555da0
parentafd055809b3829bd292ee6ef9b98693d34fcd0f0
scsi: ufs: Remove select of phy-qcom-ufs from ufs-qcom

CONFIG_SCSI_UFS_QCOM selects CONFIG_PHY_QCOM_UFS, assuming that this was
the only possible PHY driver Qualcomm's UFS controller would use. But in
SDM845, the UFS driver is bundled into phy-qcom-qmp, and phy-qcom-ufs is
unused.

Remove the select, since for SDM845 it adds useless drivers to the build.

Signed-off-by: Evan Green <evgreen@chromium.org>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/ufs/Kconfig