diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2016-06-29 04:41:01 +0200 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2016-06-29 04:41:01 +0200 |
commit | 8ab00aff6b03fae71b812e3090b6f1b1ce1603b7 (patch) | |
tree | 7433559855460b71cc211c5f9047ba59b2eccc3d | |
parent | c0566bb9e9c84a858ef61dd3f3034a32acf06ac9 (diff) |
Kconfig: more fully select dependencies
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
-rw-r--r-- | src/Kconfig | 3 |
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 |