From 311643ae9cfb892901de92dc5fb67c9ab1f64c24 Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Tue, 22 Aug 2023 16:21:23 +0300 Subject: [PATCH] Update riscv64 configs Signed-off-by: David Abdurachmanov --- kernel-riscv64-debug-fedora.config | 4 ++-- kernel-riscv64-fedora.config | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/kernel-riscv64-debug-fedora.config b/kernel-riscv64-debug-fedora.config index 5ead65fcc..226deedce 100644 --- a/kernel-riscv64-debug-fedora.config +++ b/kernel-riscv64-debug-fedora.config @@ -1162,8 +1162,8 @@ CONFIG_CRYPTO_SHA3=y CONFIG_CRYPTO_SHA512=y CONFIG_CRYPTO_SIMD=y # CONFIG_CRYPTO_SM2 is not set -# CONFIG_CRYPTO_SM3_GENERIC is not set -# CONFIG_CRYPTO_SM3 is not set +CONFIG_CRYPTO_SM3_GENERIC=m +CONFIG_CRYPTO_SM3=m # CONFIG_CRYPTO_SM4_ARM64_CE_BLK is not set # CONFIG_CRYPTO_SM4_ARM64_NEON_BLK is not set # CONFIG_CRYPTO_SM4_GENERIC is not set diff --git a/kernel-riscv64-fedora.config b/kernel-riscv64-fedora.config index 71e8e2cac..7c04729fc 100644 --- a/kernel-riscv64-fedora.config +++ b/kernel-riscv64-fedora.config @@ -1160,8 +1160,8 @@ CONFIG_CRYPTO_SHA3=y CONFIG_CRYPTO_SHA512=y CONFIG_CRYPTO_SIMD=y # CONFIG_CRYPTO_SM2 is not set -# CONFIG_CRYPTO_SM3_GENERIC is not set -# CONFIG_CRYPTO_SM3 is not set +CONFIG_CRYPTO_SM3_GENERIC=m +CONFIG_CRYPTO_SM3=m # CONFIG_CRYPTO_SM4_ARM64_CE_BLK is not set # CONFIG_CRYPTO_SM4_ARM64_NEON_BLK is not set # CONFIG_CRYPTO_SM4_GENERIC is not set