Merge tag 'platform-drivers-x86-v3.20-1' of git://git.infradead.org/users/dvhart...
[cascardo/linux.git] / drivers / scsi / ufs / Kconfig
index 6e07b2a..8a1f4b3 100644 (file)
@@ -70,3 +70,16 @@ config SCSI_UFSHCD_PLATFORM
        If you have a controller with this interface, say Y or M here.
 
          If unsure, say N.
+
+config SCSI_UFS_QCOM
+       bool "QCOM specific hooks to UFS controller platform driver"
+       depends on SCSI_UFSHCD_PLATFORM && ARCH_MSM
+       select PHY_QCOM_UFS
+       help
+         This selects the QCOM specific additions to UFSHCD platform driver.
+         UFS host on QCOM needs some vendor specific configuration before
+         accessing the hardware which includes PHY configuration and vendor
+         specific registers.
+
+         Select this if you have UFS controller on QCOM chipset.
+         If unsure, say N.