From bdd10f6fa8cd304e5bf9394fe0ae390a817cdac2 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Fri, 24 Aug 2018 13:51:35 -0700 Subject: Kconfig: use new-style help marker --- src/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Kconfig') 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 -- cgit v1.2.3-59-g8ed1b