aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/Kconfig')
-rw-r--r--src/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Kconfig b/src/Kconfig
index 84fed02..d932460 100644
--- a/src/Kconfig
+++ b/src/Kconfig
@@ -1,5 +1,5 @@
config WIREGUARD
- bool "IP: WireGuard secure network tunnel"
+ tristate "IP: WireGuard secure network tunnel"
depends on NET && INET
select NET_UDP_TUNNEL
select NETFILTER_XT_MATCH_HASHLIMIT
@@ -8,7 +8,7 @@ config WIREGUARD
select NETFILTER_ADVANCED
select CRYPTO_BLKCIPHER
select IP6_NF_IPTABLES if IPV6
- default y
+ default m
---help---
WireGuard is a secure, fast, and easy to use replacement for IPSec
that uses modern cryptography and clever networking tricks. It's