Skip to content

Commit 6623cda

Browse files
wenjz-qualcommarakshit011
authored andcommitted
QCLINUX: qcom.config: enable the ICE related config
Below is the reason why config aren't enable in upstream: Not all filesystem support encryption, the default config must be safe for all situation. Upstream kernel keeps optional features off by default. Filesystem encryption must be enabled in per-filesystem. Kernel developmenters added options to dosable fscrypt per-filesystem means it's not intended as default. Signed-off-by: Wenjia Zhang <wenjia.zhang@oss.qualcomm.com> Signed-off-by: Abhinaba Rakshit <abhinaba.rakshit@oss.qualcomm.com>
1 parent cdc4617 commit 6623cda

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

arch/arm64/configs/qcom.config

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,3 +68,9 @@ CONFIG_WATCHDOG_PRETIMEOUT_GOV_PANIC=y
6868
CONFIG_WATCHDOG_PRETIMEOUT_GOV_SEL=m
6969
CONFIG_WATCHDOG_PRETIMEOUT_GOV=y
7070
CONFIG_ZRAM=y
71+
# Support ICE/UFS crypto driver
72+
CONFIG_BLK_INLINE_ENCRYPTION=y
73+
CONFIG_QCOM_INLINE_CRYPTO_ENGINE=m
74+
CONFIG_FS_ENCRYPTION_INLINE_CRYPT=y
75+
CONFIG_SCSI_UFS_CRYPTO=y
76+
CONFIG_FS_ENCRYPTION=y

0 commit comments

Comments
 (0)