]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commitdiff
arm64: defconfig: add newly added accelerated crypto modules
authorArd Biesheuvel <ard.biesheuvel@linaro.org>
Wed, 14 Feb 2018 09:26:36 +0000 (09:26 +0000)
committerArnd Bergmann <arnd@arndb.de>
Tue, 6 Mar 2018 16:16:18 +0000 (17:16 +0100)
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>
arch/arm64/configs/defconfig

index 634b373785c4de409806c67c81585b5774e29562..e718c64c47e47de9b12162a06646d3a8fa5dff76 100644 (file)
@@ -629,3 +629,6 @@ CONFIG_CRYPTO_AES_ARM64_CE_BLK=y
 CONFIG_CRYPTO_AES_ARM64_NEON_BLK=m
 CONFIG_CRYPTO_CHACHA20_NEON=m
 CONFIG_CRYPTO_AES_ARM64_BS=m
+CONFIG_CRYPTO_SHA512_ARM64_CE=m
+CONFIG_CRYPTO_SHA3_ARM64=m
+CONFIG_CRYPTO_SM3_ARM64_CE=m