Skip to content

Commit b1bdf50

Browse files
Ard Biesheuvelarndb
authored andcommitted
arm64: defconfig: add newly added accelerated crypto modules
New crypto drivers have been introduced in v4.16 that implement the SHA-512, SHA3 and SM3 secure hash algorithms using ARMv8.2 optional instructions. Add these drivers to arm64's defconfig as modules. Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
1 parent 661e50b commit b1bdf50

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

arch/arm64/configs/defconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -629,3 +629,6 @@ CONFIG_CRYPTO_AES_ARM64_CE_BLK=y
629629
CONFIG_CRYPTO_AES_ARM64_NEON_BLK=m
630630
CONFIG_CRYPTO_CHACHA20_NEON=m
631631
CONFIG_CRYPTO_AES_ARM64_BS=m
632+
CONFIG_CRYPTO_SHA512_ARM64_CE=m
633+
CONFIG_CRYPTO_SHA3_ARM64=m
634+
CONFIG_CRYPTO_SM3_ARM64_CE=m

0 commit comments

Comments
 (0)