Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 68bb9a69 authored by Maya Erez's avatar Maya Erez
Browse files

defconfig: msm8994: add ufs_test compilation as a module



The UFS tests are used for testing the functionality and performance
of the UFS driver. They are not active by default and should be
compiled as a dynamic module.
The tests are used by the test team and can be helpful to test the
UFS performance and therefore should be included in the perf defconfig
as well.

Change-Id: I7e7fc8b60fac2b3f3f1b81999f74c581869fdfc0
Signed-off-by: default avatarMaya Erez <merez@codeaurora.org>
parent c40e23f1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -218,6 +218,7 @@ CONFIG_SCSI_SCAN_ASYNC=y
CONFIG_SCSI_UFSHCD=y
CONFIG_SCSI_UFSHCD_PLATFORM=y
CONFIG_SCSI_UFS_QCOM=y
CONFIG_SCSI_UFS_TEST=m
CONFIG_MD=y
CONFIG_BLK_DEV_DM=y
CONFIG_DM_CRYPT=y
+1 −0
Original line number Diff line number Diff line
@@ -222,6 +222,7 @@ CONFIG_SCSI_SCAN_ASYNC=y
CONFIG_SCSI_UFSHCD=y
CONFIG_SCSI_UFSHCD_PLATFORM=y
CONFIG_SCSI_UFS_QCOM=y
CONFIG_SCSI_UFS_TEST=m
CONFIG_MD=y
CONFIG_BLK_DEV_DM=y
CONFIG_DM_CRYPT=y