summaryrefslogtreecommitdiffstatshomepage
path: root/src/Kconfig
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2017-10-19 00:03:49 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2017-10-31 17:25:23 +0100
commit3bc403b01a157ff8a1d1c8600cadbc92af212d86 (patch)
tree93d100bd7c677718cd6e6eaf9d4db2da00c83563 /src/Kconfig
parentcrypto/avx: make sure we can actually use ymm registers (diff)
downloadwireguard-linux-compat-3bc403b01a157ff8a1d1c8600cadbc92af212d86.tar.xz
wireguard-linux-compat-3bc403b01a157ff8a1d1c8600cadbc92af212d86.zip
qemu: allow for cross compilation
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 e84aebb..811d1e2 100644
--- a/src/Kconfig
+++ b/src/Kconfig
@@ -3,6 +3,8 @@ config WIREGUARD
depends on NET && INET
select NET_UDP_TUNNEL
select CRYPTO_BLKCIPHER
+ select VFP
+ select VFPv3
select NEON
select KERNEL_MODE_NEON
default m