diff options
author | Brian Masney <bmasney@redhat.com> | 2022-12-14 12:46:07 -0500 |
---|---|---|
committer | Bjorn Andersson <andersson@kernel.org> | 2023-01-10 22:36:51 -0600 |
commit | a251655f1b6a88551f134daea4cdefbd35e225c3 (patch) | |
tree | 2ac10323c18eeb1baa37c0f9bf9e70de2da633e6 | |
parent | 3e727c3e6379ae21116aa0cb340c069761db53d7 (diff) |
arm64: defconfig: enable crypto userspace API
Enable CONFIG_CRYPTO_USER so that libkcapi can be used. This was tested
using kcapi-rng on a Qualcomm SA8540p automotive development board.
Signed-off-by: Brian Masney <bmasney@redhat.com>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20221214174607.2948497-1-bmasney@redhat.com
-rw-r--r-- | arch/arm64/configs/defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index e4cb5ba317bd..ef94887f717b 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -1375,6 +1375,7 @@ CONFIG_9P_FS=y CONFIG_NLS_CODEPAGE_437=y CONFIG_NLS_ISO8859_1=y CONFIG_SECURITY=y +CONFIG_CRYPTO_USER=y CONFIG_CRYPTO_ECHAINIV=y CONFIG_CRYPTO_MICHAEL_MIC=m CONFIG_CRYPTO_ANSI_CPRNG=y |