Kconfig (c57d5621d2f2dc238f4b9c4d00b2a54187a75445) | Kconfig (499a24256862714539e902c0499b67da2bb3ab72) |
---|---|
1# 2# Network configuration 3# 4 5menuconfig NET 6 bool "Networking support" 7 select NLATTR 8 select GENERIC_NET_UTILS --- 360 unchanged lines hidden (view full) --- 369source "net/wimax/Kconfig" 370 371source "net/rfkill/Kconfig" 372source "net/9p/Kconfig" 373source "net/caif/Kconfig" 374source "net/ceph/Kconfig" 375source "net/nfc/Kconfig" 376 | 1# 2# Network configuration 3# 4 5menuconfig NET 6 bool "Networking support" 7 select NLATTR 8 select GENERIC_NET_UTILS --- 360 unchanged lines hidden (view full) --- 369source "net/wimax/Kconfig" 370 371source "net/rfkill/Kconfig" 372source "net/9p/Kconfig" 373source "net/caif/Kconfig" 374source "net/ceph/Kconfig" 375source "net/nfc/Kconfig" 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 378endif # if NET 379 380# Used by archs to tell that they support BPF_JIT 381config HAVE_BPF_JIT 382 bool | 384 385endif # if NET 386 387# Used by archs to tell that they support BPF_JIT 388config HAVE_BPF_JIT 389 bool |