summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2016-06-29 04:41:01 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2016-06-29 04:41:01 +0200
commitaa8fcc678092aaab4a8f986e45b696d72d2029ce (patch)
tree87f371eb8c0005138bf29e1b9612b48e22d4a042
parenttests: make fatal (diff)
downloadwireguard-monolithic-historical-aa8fcc678092aaab4a8f986e45b696d72d2029ce.tar.xz
wireguard-monolithic-historical-aa8fcc678092aaab4a8f986e45b696d72d2029ce.zip
Kconfig: more fully select dependencies
-rw-r--r--src/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Kconfig b/src/Kconfig
index ca9f6d0..cfe50fe 100644
--- a/src/Kconfig
+++ b/src/Kconfig
@@ -1,6 +1,8 @@
config WIREGUARD
bool "WireGuard secure VPN tunnel"
select NET_UDP_TUNNEL
+ select NETFILTER_XT_MATCH_HASHLIMIT
+ select IPV6
default y
---help---
WireGuard is a secure, fast, and easy to use replacement for IPSec
@@ -26,6 +28,7 @@ config WIREGUARD_DEBUG
config WIREGUARD_PARALLEL
bool "Enable parallel engine"
depends on SMP && WIREGUARD
+ select PADATA
default y
---help---
This will allow WireGuard to utilize all CPU cores when encrypting