summaryrefslogtreecommitdiffstats
path: root/arch/arm64/Kconfig
diff options
context:
space:
mode:
authorArd Biesheuvel2014-03-06 09:23:33 +0100
committerArd Biesheuvel2014-05-14 19:03:17 +0200
commit2c98833a42cd194ba0f537cd21917e15e5593715 (patch)
tree922ba503863ae2e6f8908b3c2b749ee086fcc824 /arch/arm64/Kconfig
parentarm64: add support for kernel mode NEON in interrupt context (diff)
downloadkernel-qcow2-linux-2c98833a42cd194ba0f537cd21917e15e5593715.tar.gz
kernel-qcow2-linux-2c98833a42cd194ba0f537cd21917e15e5593715.tar.xz
kernel-qcow2-linux-2c98833a42cd194ba0f537cd21917e15e5593715.zip
arm64/crypto: SHA-1 using ARMv8 Crypto Extensions
This patch adds support for the SHA-1 Secure Hash Algorithm for CPUs that have support for the SHA-1 part of the ARM v8 Crypto Extensions. Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Acked-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'arch/arm64/Kconfig')
-rw-r--r--arch/arm64/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig
index e6e4d3749a6e..1cefc6fe969a 100644
--- a/arch/arm64/Kconfig
+++ b/arch/arm64/Kconfig
@@ -342,5 +342,8 @@ source "arch/arm64/Kconfig.debug"
source "security/Kconfig"
source "crypto/Kconfig"
+if CRYPTO
+source "arch/arm64/crypto/Kconfig"
+endif
source "lib/Kconfig"