summaryrefslogtreecommitdiffstats
path: root/net/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'net/Kconfig')
-rw-r--r--net/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/net/Kconfig b/net/Kconfig
index 57a7c5af3175..7021c1bf44d6 100644
--- a/net/Kconfig
+++ b/net/Kconfig
@@ -374,6 +374,13 @@ source "net/caif/Kconfig"
374source "net/ceph/Kconfig" 374source "net/ceph/Kconfig"
375source "net/nfc/Kconfig" 375source "net/nfc/Kconfig"
376 376
377config LWTUNNEL
378 bool "Network light weight tunnels"
379 ---help---
380 This feature provides an infrastructure to support light weight
381 tunnels like mpls. There is no netdevice associated with a light
382 weight tunnel endpoint. Tunnel encapsulation parameters are stored
383 with light weight tunnel state associated with fib routes.
377 384
378endif # if NET 385endif # if NET
379 386