summaryrefslogtreecommitdiffstatshomepage
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 25bcb9d..4dd2503 100644
--- a/src/Kconfig
+++ b/src/Kconfig
@@ -9,7 +9,7 @@ config WIREGUARD
select NEON
select KERNEL_MODE_NEON
default m
- ---help---
+ help
WireGuard is a secure, fast, and easy to use replacement for IPSec
that uses modern cryptography and clever networking tricks. It's
designed to be fairly general purpose and abstract enough to fit most
@@ -22,7 +22,7 @@ config WIREGUARD
config WIREGUARD_DEBUG
bool "Debugging checks and verbose messages"
depends on WIREGUARD
- ---help---
+ help
This will write log messages for handshake and other events
that occur for a WireGuard interface. It will also perform some
extra validation checks and unit tests at various points. This is