aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/configs/qcom_defconfig
diff options
context:
space:
mode:
authorBrian Masney <bmasney@redhat.com>2022-03-11 10:49:18 -0500
committerBjorn Andersson <bjorn.andersson@linaro.org>2022-04-07 22:25:22 -0500
commit7fb940d9f670c3adba863b226e0d8cfe149f52d1 (patch)
tree32a2296a3a4771fd6dd83775b427e0d68c220fd8 /arch/arm/configs/qcom_defconfig
parentLinux 5.18-rc1 (diff)
downloadlinux-dev-7fb940d9f670c3adba863b226e0d8cfe149f52d1.tar.xz
linux-dev-7fb940d9f670c3adba863b226e0d8cfe149f52d1.zip
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
Diffstat (limited to 'arch/arm/configs/qcom_defconfig')
-rw-r--r--arch/arm/configs/qcom_defconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/configs/qcom_defconfig b/arch/arm/configs/qcom_defconfig
index 9981566f2096..50e28a74c361 100644
--- a/arch/arm/configs/qcom_defconfig
+++ b/arch/arm/configs/qcom_defconfig
@@ -295,6 +295,13 @@ CONFIG_NLS_CODEPAGE_437=y
CONFIG_NLS_ASCII=y
CONFIG_NLS_ISO8859_1=y
CONFIG_NLS_UTF8=y
+CONFIG_CRYPTO_USER=m
+CONFIG_CRYPTO_USER_API=m
+CONFIG_CRYPTO_USER_API_HASH=m
+CONFIG_CRYPTO_USER_API_SKCIPHER=m
+CONFIG_CRYPTO_USER_API_AEAD=m
+CONFIG_CRYPTO_USER_API_RNG=m
+CONFIG_CRYPTO_DEV_QCOM_RNG=m
CONFIG_DMA_CMA=y
CONFIG_CMA_SIZE_MBYTES=64
CONFIG_PRINTK_TIME=y