From 321c1bb8c23366a3996bfa1cbe06c53d5765e154 Mon Sep 17 00:00:00 2001 From: Jia Jie Ho Date: Thu, 9 Mar 2023 15:37:57 +0800 Subject: [PATCH] riscv: defconfig - Enable tcrypt module Add tcrypt as module to VisionFive 2. User can use this module to do basic functional and speed test on crypto module. Signed-off-by: Jia Jie Ho --- arch/riscv/configs/starfive_visionfive2_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/riscv/configs/starfive_visionfive2_defconfig b/arch/riscv/configs/starfive_visionfive2_defconfig index ee0aaed..ea1d42c 100755 --- a/arch/riscv/configs/starfive_visionfive2_defconfig +++ b/arch/riscv/configs/starfive_visionfive2_defconfig @@ -306,6 +306,7 @@ CONFIG_ROOT_NFS=y CONFIG_NLS_CODEPAGE_437=y CONFIG_NLS_ISO8859_1=y CONFIG_CRYPTO_USER=y +CONFIG_CRYPTO_TEST=m CONFIG_CRYPTO_SHA512=y CONFIG_CRYPTO_USER_API_HASH=y CONFIG_CRYPTO_USER_API_SKCIPHER=y -- 2.7.4