defconfig: Enable FBE on gen3auto target for Android U

Add defconfig entries for ICE(Inline Crypto Engine) and
FBE(File Block Encryption) on gen3auto target.

Test: Pin/Pattern/Password test, file name encryption test, 
crypto type test, crypto state test, Build compilation passed.

Change-Id: I186d71af7e84431bef2d39a19ba89b0f7f7f92cd
Signed-off-by: Indranil Pradhan <quic_ipradhan@quicinc.com>
This commit is contained in:
Indranil Pradhan 2023-05-18 10:55:49 +05:30
parent 2ccdb06fd1
commit d8bc003038
2 changed files with 3 additions and 0 deletions

View File

@ -173,6 +173,8 @@ CONFIG_QSEE_IPC_IRQ_BRIDGE=m
CONFIG_QTI_CPUFREQ_CDEV=m
CONFIG_QTI_CPU_HOTPLUG_COOLING_DEVICE=m
CONFIG_QTI_CPU_PAUSE_COOLING_DEVICE=m
CONFIG_QTI_CRYPTO_COMMON=m
CONFIG_QTI_CRYPTO_TZ=m
CONFIG_QTI_DEVFREQ_CDEV=m
CONFIG_QTI_IOMMU_SUPPORT=m
CONFIG_QTI_QMI_COOLING_DEVICE=m

View File

@ -107,6 +107,7 @@ def define_gen3auto():
"drivers/soc/qcom/cdsprm.ko",
"drivers/soc/qcom/cmd-db.ko",
"drivers/soc/qcom/core_hang_detect.ko",
"drivers/soc/qcom/crypto-qti.ko",
"drivers/soc/qcom/dcvs/bwmon.ko",
"drivers/soc/qcom/dcvs/dcvs_fp.ko",
"drivers/soc/qcom/dcvs/memlat.ko",