aboutsummaryrefslogtreecommitdiffstatshomepage
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
commitfeffaa608b7e5e6802dabf55a2abb81662caa1c9 (patch)
tree9411a846a84754266906d8f7109efc9ceac39754 /src/Kconfig
parentchacha20poly1305: move constants to rodata (diff)
downloadwireguard-monolithic-historical-feffaa608b7e5e6802dabf55a2abb81662caa1c9.tar.xz
wireguard-monolithic-historical-feffaa608b7e5e6802dabf55a2abb81662caa1c9.zip
chacha20poly1305: add NEON versions for ARM and ARM64
Diffstat (limited to '')
-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