diff options
Diffstat (limited to 'drivers/scsi/ufs/Kconfig')
-rw-r--r-- | drivers/scsi/ufs/Kconfig | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/drivers/scsi/ufs/Kconfig b/drivers/scsi/ufs/Kconfig index 6e07b2afddeb..8a1f4b355416 100644 --- a/drivers/scsi/ufs/Kconfig +++ b/drivers/scsi/ufs/Kconfig | |||
@@ -70,3 +70,16 @@ config SCSI_UFSHCD_PLATFORM | |||
70 | If you have a controller with this interface, say Y or M here. | 70 | If you have a controller with this interface, say Y or M here. |
71 | 71 | ||
72 | If unsure, say N. | 72 | If unsure, say N. |
73 | |||
74 | config SCSI_UFS_QCOM | ||
75 | bool "QCOM specific hooks to UFS controller platform driver" | ||
76 | depends on SCSI_UFSHCD_PLATFORM && ARCH_MSM | ||
77 | select PHY_QCOM_UFS | ||
78 | help | ||
79 | This selects the QCOM specific additions to UFSHCD platform driver. | ||
80 | UFS host on QCOM needs some vendor specific configuration before | ||
81 | accessing the hardware which includes PHY configuration and vendor | ||
82 | specific registers. | ||
83 | |||
84 | Select this if you have UFS controller on QCOM chipset. | ||
85 | If unsure, say N. | ||