hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
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>.