On 7/9/21 2:56 PM, Randy Dunlap wrote: > On 7/9/21 1:26 PM, Bart Van Assche wrote: >> diff --git a/drivers/scsi/ufs/Kconfig b/drivers/scsi/ufs/Kconfig >> index 2d137953e7b4..4272d7365595 100644 >> --- a/drivers/scsi/ufs/Kconfig >> +++ b/drivers/scsi/ufs/Kconfig >> @@ -183,3 +183,10 @@ config SCSI_UFS_CRYPTO >> 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 to/from the device. >> + >> +config SCSI_UFS_FAULT_INJECTION >> + bool "UFS Fault Injection Support" >> + depends on SCSI_UFSHCD && FAULT_INJECTION >> + help >> + Enable fault injection support in the UFS driver. This makes it easier > > Nit: use one tab + 2 spaces above for indentation. I will change the indentation in the Kconfig file. Thanks for the feedback. Bart.