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

Commit 62549fc9 authored by Vaibhav Agrawal's avatar Vaibhav Agrawal Committed by Gerrit - the friendly Code Review server
Browse files

defconfig: Enable new file encryption framework



Following flags are needed to support block crypto
based inline encryption framework on EMCC devices:
1. CONFIG_MMC_CQHCI_CRYPTO.
2. CONFIG_MMC_CQHCI_CRYPTO_QTI.

Test:
1. Device booted upto UI with File Based Encryption enabled.
2. Key insertion using fscryptctl tool.
3. Created new files under /data and checked retention across
   multiple re-boots.
4. vts_kernel_encryption_test tests.
5. check_encryption test for verifying metadata encryption.

Change-Id: I574838b0e65e336d2c056ab7cfce8c9cd3e801e0
Signed-off-by: default avatarVaibhav Agrawal <vagrawa@codeaurora.org>
parent 38e6f2c2
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -150,6 +150,8 @@ CONFIG_CRYPTO_DEV_QCEDEV=m
CONFIG_HW_RANDOM_MSM_LEGACY=m
CONFIG_SCSI_UFS_CRYPTO_QTI=m
CONFIG_QTI_HW_KEY_MANAGER=m
CONFIG_MMC_CQHCI_CRYPTO=m
CONFIG_MMC_CQHCI_CRYPTO_QTI=m
CONFIG_QTI_CRYPTO_COMMON=m
CONFIG_CNSS_GENL=m
CONFIG_WCNSS_MEM_PRE_ALLOC=m