summaryrefslogtreecommitdiffstats
path: root/arch/arm64/configs
diff options
context:
space:
mode:
authorArd Biesheuvel <ard.biesheuvel@linaro.org>2018-02-14 09:26:36 +0000
committerArnd Bergmann <arnd@arndb.de>2018-03-06 17:16:18 +0100
commitb1bdf5084e88acdab7f9f8084e308f7cd8eed3a0 (patch)
treed5e8f1f6752352ef94e017914e31b5e9764ffd1e /arch/arm64/configs
parent661e50bc853209e41a5c14a290ca4decc43cbfd1 (diff)
downloadop-kernel-dev-b1bdf5084e88acdab7f9f8084e308f7cd8eed3a0.zip
op-kernel-dev-b1bdf5084e88acdab7f9f8084e308f7cd8eed3a0.tar.gz
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>
Diffstat (limited to 'arch/arm64/configs')
-rw-r--r--arch/arm64/configs/defconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 634b373..e718c64 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -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
OpenPOWER on IntegriCloud