aboutsummaryrefslogtreecommitdiff
path: root/net/mpls/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'net/mpls/Kconfig')
-rw-r--r--net/mpls/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/net/mpls/Kconfig b/net/mpls/Kconfig
new file mode 100644
index 00000000000..37421db8896
--- /dev/null
+++ b/net/mpls/Kconfig
@@ -0,0 +1,9 @@
+#
+# MPLS configuration
+#
+config NET_MPLS_GSO
+ tristate "MPLS: GSO support"
+ help
+ This is helper module to allow segmentation of non-MPLS GSO packets
+ that have had MPLS stack entries pushed onto them and thus
+ become MPLS GSO packets.