summaryrefslogtreecommitdiffstatshomepage
path: root/src/Kconfig
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2018-08-24 13:51:35 -0700
committerJason A. Donenfeld <Jason@zx2c4.com>2018-08-28 23:20:13 -0600
commit4e71a11616a7763219e23bd34708751a702c80c7 (patch)
tree95560865ecb57117e812c08210fc2acf03361b8b /src/Kconfig
parentcompat: rng_is_initialized made it into 4.19 (diff)
downloadwireguard-linux-compat-4e71a11616a7763219e23bd34708751a702c80c7.tar.xz
wireguard-linux-compat-4e71a11616a7763219e23bd34708751a702c80c7.zip
Kconfig: use new-style help marker
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
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