Skip to content

Commit

Permalink
update config
Browse files Browse the repository at this point in the history
  • Loading branch information
mmoll committed Aug 21, 2024
1 parent b1d25e2 commit 71895e5
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions arch/riscv/configs/visionfive2_docker_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -4505,7 +4505,7 @@ CONFIG_HW_RANDOM_BA431=m
CONFIG_HW_RANDOM_VIRTIO=m
CONFIG_HW_RANDOM_CCTRNG=m
CONFIG_HW_RANDOM_XIPHERA=m
CONFIG_HW_RANDOM_JH7110=m
CONFIG_HW_RANDOM_JH7110=y
CONFIG_APPLICOM=m
CONFIG_DEVMEM=y
CONFIG_DEVPORT=y
Expand Down Expand Up @@ -11296,13 +11296,13 @@ CONFIG_CRYPTO_HASH_INFO=y
#
# Accelerated Cryptographic Algorithms for CPU (riscv)
#
# CONFIG_CRYPTO_AES_RISCV64 is not set
# CONFIG_CRYPTO_CHACHA_RISCV64 is not set
# CONFIG_CRYPTO_GHASH_RISCV64 is not set
# CONFIG_CRYPTO_SHA256_RISCV64 is not set
# CONFIG_CRYPTO_SHA512_RISCV64 is not set
# CONFIG_CRYPTO_SM3_RISCV64 is not set
# CONFIG_CRYPTO_SM4_RISCV64 is not set
CONFIG_CRYPTO_AES_RISCV64=y
CONFIG_CRYPTO_CHACHA_RISCV64=y
CONFIG_CRYPTO_GHASH_RISCV64=m
CONFIG_CRYPTO_SHA256_RISCV64=y
CONFIG_CRYPTO_SHA512_RISCV64=y
CONFIG_CRYPTO_SM3_RISCV64=m
CONFIG_CRYPTO_SM4_RISCV64=m
# end of Accelerated Cryptographic Algorithms for CPU (riscv)

CONFIG_CRYPTO_HW=y
Expand Down Expand Up @@ -11394,7 +11394,7 @@ CONFIG_CRYPTO_LIB_AES=y
CONFIG_CRYPTO_LIB_ARC4=m
CONFIG_CRYPTO_LIB_GF128MUL=y
CONFIG_CRYPTO_LIB_BLAKE2S_GENERIC=y
CONFIG_CRYPTO_LIB_CHACHA_GENERIC=m
CONFIG_CRYPTO_LIB_CHACHA_GENERIC=y
CONFIG_CRYPTO_LIB_CHACHA=m
CONFIG_CRYPTO_LIB_CURVE25519_GENERIC=m
CONFIG_CRYPTO_LIB_CURVE25519=m
Expand Down

0 comments on commit 71895e5

Please sign in to comment.