diff options
Diffstat (limited to 'lib/crypto/arm64/Kconfig')
-rw-r--r-- | lib/crypto/arm64/Kconfig | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/lib/crypto/arm64/Kconfig b/lib/crypto/arm64/Kconfig new file mode 100644 index 000000000000..0b903ef524d8 --- /dev/null +++ b/lib/crypto/arm64/Kconfig @@ -0,0 +1,14 @@ +# SPDX-License-Identifier: GPL-2.0-only + +config CRYPTO_CHACHA20_NEON + tristate + depends on KERNEL_MODE_NEON + default CRYPTO_LIB_CHACHA + select CRYPTO_LIB_CHACHA_GENERIC + select CRYPTO_ARCH_HAVE_LIB_CHACHA + +config CRYPTO_POLY1305_NEON + tristate + depends on KERNEL_MODE_NEON + default CRYPTO_LIB_POLY1305 + select CRYPTO_ARCH_HAVE_LIB_POLY1305 |