diff options
Diffstat (limited to 'net/mpls/Kconfig')
-rw-r--r-- | net/mpls/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/mpls/Kconfig b/net/mpls/Kconfig index 801ea9098387..d1ad69b7942a 100644 --- a/net/mpls/Kconfig +++ b/net/mpls/Kconfig @@ -1,3 +1,4 @@ +# SPDX-License-Identifier: GPL-2.0-only # # MPLS configuration # @@ -25,6 +26,7 @@ config NET_MPLS_GSO config MPLS_ROUTING tristate "MPLS: routing support" depends on NET_IP_TUNNEL || NET_IP_TUNNEL=n + depends on PROC_SYSCTL ---help--- Add support for forwarding of mpls packets. |