On 5/6/19 3:35 PM, Satya Tangirala wrote: > diff --git a/drivers/scsi/ufs/Kconfig b/drivers/scsi/ufs/Kconfig > index 6db37cf306b0..c14f445a2522 100644 > --- a/drivers/scsi/ufs/Kconfig > +++ b/drivers/scsi/ufs/Kconfig > @@ -135,3 +135,13 @@ config SCSI_UFS_BSG > > Select this if you need a bsg device node for your UFS controller. > If unsure, say N. > + > +config SCSI_UFS_CRYPTO > + bool "UFS Crypto Engine Support" > + depends on SCSI_UFSHCD && BLK_KEYSLOT_MANAGER > + help > + Enable Crypto Engine Support in UFS. > + Enabling this makes it possible for the kernel to use the crypto > + capabilities of the UFS device (if present) to perform crypto > + operations on data being transferred into/out of the device. (maybe:) to/from the device. > + Help text should be indented with 1 tab + 2 spaces, please. -- ~Randy