7956881b59860318d796c130494352fe48921584
[firefly-linux-kernel-4.4.55.git] / arch / arm64 / crypto / Kconfig
1
2 menuconfig ARM64_CRYPTO
3         bool "ARM64 Accelerated Cryptographic Algorithms"
4         depends on ARM64
5         help
6           Say Y here to choose from a selection of cryptographic algorithms
7           implemented using ARM64 specific CPU features or instructions.
8
9 if ARM64_CRYPTO
10
11 config CRYPTO_SHA1_ARM64_CE
12         tristate "SHA-1 digest algorithm (ARMv8 Crypto Extensions)"
13         depends on ARM64 && KERNEL_MODE_NEON
14         select CRYPTO_HASH
15
16 endif