Skip to content

Commit 2a0b5ce

Browse files
wenjz-qualcommarakshit011
authored andcommitted
QCLINUX: qcom.config: add crypto corresponding config
Enable crypto api for user test. The configs are for testapp that's why the kernel upstream team would suggest having this enabled for clients who needs it and not by default since in qcom we need this, we should be enabling ideally in qcom-next. Signed-off-by: Wenjia Zhang <wenjia.zhang@oss.qualcomm.com> Signed-off-by: Abhinaba Rakshit <abhinaba.rakshit@oss.qualcomm.com>
1 parent cdc4617 commit 2a0b5ce

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

arch/arm64/configs/qcom.config

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,3 +68,8 @@ 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 CRYPTO APIs
72+
CONFIG_CRYPTO_USER_API=y
73+
CONFIG_CRYPTO_USER_API_HASH=y
74+
CONFIG_CRYPTO_USER_API_SKCIPHER=y
75+
CONFIG_CRYPTO_USER_API_AEAD=y

0 commit comments

Comments
 (0)