Kconfig (05fd934ba585ea8c9f129f15f11327adb1f96fe3) Kconfig (911362c70df5b766c243dc297fadeaced786ffd8)
1#
2# Network configuration
3#
4
5menuconfig NET
6 bool "Networking support"
7 select NLATTR
8 select GENERIC_NET_UTILS

--- 378 unchanged lines hidden (view full) ---

387config LWTUNNEL
388 bool "Network light weight tunnels"
389 ---help---
390 This feature provides an infrastructure to support light weight
391 tunnels like mpls. There is no netdevice associated with a light
392 weight tunnel endpoint. Tunnel encapsulation parameters are stored
393 with light weight tunnel state associated with fib routes.
394
1#
2# Network configuration
3#
4
5menuconfig NET
6 bool "Networking support"
7 select NLATTR
8 select GENERIC_NET_UTILS

--- 378 unchanged lines hidden (view full) ---

387config LWTUNNEL
388 bool "Network light weight tunnels"
389 ---help---
390 This feature provides an infrastructure to support light weight
391 tunnels like mpls. There is no netdevice associated with a light
392 weight tunnel endpoint. Tunnel encapsulation parameters are stored
393 with light weight tunnel state associated with fib routes.
394
395config DST_CACHE
396 bool "dst cache"
397 default n
398
395endif # if NET
396
397# Used by archs to tell that they support BPF_JIT
398config HAVE_BPF_JIT
399 bool
399endif # if NET
400
401# Used by archs to tell that they support BPF_JIT
402config HAVE_BPF_JIT
403 bool