Ard Biesheuvel | 2c98833 | 2014-03-06 16:23:33 +0800 | [diff] [blame^] | 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 |