hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/net/mpls/Kconfig
....@@ -1,3 +1,4 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 #
23 # MPLS configuration
34 #
....@@ -5,7 +6,7 @@
56 menuconfig MPLS
67 bool "MultiProtocol Label Switching"
78 default n
8
- ---help---
9
+ help
910 MultiProtocol Label Switching routes packets through logical
1011 circuits. Originally conceived as a way of routing packets at
1112 hardware speeds (before hardware was capable of routing ipv4 packets),
....@@ -25,13 +26,14 @@
2526 config MPLS_ROUTING
2627 tristate "MPLS: routing support"
2728 depends on NET_IP_TUNNEL || NET_IP_TUNNEL=n
28
- ---help---
29
+ depends on PROC_SYSCTL
30
+ help
2931 Add support for forwarding of mpls packets.
3032
3133 config MPLS_IPTUNNEL
3234 tristate "MPLS: IP over MPLS tunnel support"
3335 depends on LWTUNNEL && MPLS_ROUTING
34
- ---help---
36
+ help
3537 mpls ip tunnel support.
3638
3739 endif # MPLS