summaryrefslogtreecommitdiffstatshomepage
path: root/src/Kconfig
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2017-05-21 17:51:58 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2017-05-30 18:07:28 +0200
commit8d9c45ad72a61aa0e634a7f708de6a8f5f705294 (patch)
treee7cb171b4882eeaa1920d71df0b0280be63eb49b /src/Kconfig
parentchacha20poly1305: move constants to rodata (diff)
downloadwireguard-linux-compat-8d9c45ad72a61aa0e634a7f708de6a8f5f705294.tar.xz
wireguard-linux-compat-8d9c45ad72a61aa0e634a7f708de6a8f5f705294.zip
chacha20poly1305: add NEON versions for ARM and ARM64
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'src/Kconfig')
-rw-r--r--src/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Kconfig b/src/Kconfig
index d932460..5b738ab 100644
--- a/src/Kconfig
+++ b/src/Kconfig
@@ -8,6 +8,8 @@ config WIREGUARD
select NETFILTER_ADVANCED
select CRYPTO_BLKCIPHER
select IP6_NF_IPTABLES if IPV6
+ select NEON
+ select KERNEL_MODE_NEON
default m
---help---
WireGuard is a secure, fast, and easy to use replacement for IPSec