Skip to content

Commit 7fb940d

Browse files
masneybandersson
authored andcommitted
ARM: qcom_defconfig: enable options for Qualcomm random number generator
Enable the driver for the Qualcomm random number generator and the userspace crypto API. This was a tested on a Nexus 5 phone (msm8974 SoC). Signed-off-by: Brian Masney <bmasney@redhat.com> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org> Link: https://lore.kernel.org/r/20220311154919.1797920-2-bmasney@redhat.com
1 parent 3123109 commit 7fb940d

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

arch/arm/configs/qcom_defconfig

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,13 @@ CONFIG_NLS_CODEPAGE_437=y
295295
CONFIG_NLS_ASCII=y
296296
CONFIG_NLS_ISO8859_1=y
297297
CONFIG_NLS_UTF8=y
298+
CONFIG_CRYPTO_USER=m
299+
CONFIG_CRYPTO_USER_API=m
300+
CONFIG_CRYPTO_USER_API_HASH=m
301+
CONFIG_CRYPTO_USER_API_SKCIPHER=m
302+
CONFIG_CRYPTO_USER_API_AEAD=m
303+
CONFIG_CRYPTO_USER_API_RNG=m
304+
CONFIG_CRYPTO_DEV_QCOM_RNG=m
298305
CONFIG_DMA_CMA=y
299306
CONFIG_CMA_SIZE_MBYTES=64
300307
CONFIG_PRINTK_TIME=y

0 commit comments

Comments
 (0)