diff options
Diffstat (limited to 'net/Kconfig')
-rw-r--r-- | net/Kconfig | 7 |
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" | |||
374 | source "net/ceph/Kconfig" | 374 | source "net/ceph/Kconfig" |
375 | source "net/nfc/Kconfig" | 375 | source "net/nfc/Kconfig" |
376 | 376 | ||
377 | config 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 | ||
378 | endif # if NET | 385 | endif # if NET |
379 | 386 | ||