summaryrefslogtreecommitdiffstatshomepage
path: root/src/Kconfig
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
commit8ab00aff6b03fae71b812e3090b6f1b1ce1603b7 (patch)
tree7433559855460b71cc211c5f9047ba59b2eccc3d /src/Kconfig
parenttests: make fatal (diff)
downloadwireguard-linux-compat-8ab00aff6b03fae71b812e3090b6f1b1ce1603b7.tar.xz
wireguard-linux-compat-8ab00aff6b03fae71b812e3090b6f1b1ce1603b7.zip
Kconfig: more fully select dependencies
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'src/Kconfig')
-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