hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
kernel/net/l2tp/Kconfig
....@@ -1,3 +1,4 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 #
23 # Layer Two Tunneling Protocol (L2TP)
34 #
....@@ -7,7 +8,7 @@
78 depends on (IPV6 || IPV6=n)
89 depends on INET
910 select NET_UDP_TUNNEL
10
- ---help---
11
+ help
1112 Layer Two Tunneling Protocol
1213
1314 From RFC 2661 <http://www.ietf.org/rfc/rfc2661.txt>.