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 127da94ae25e..129b9fcbf1d0 100644 --- a/net/Kconfig +++ b/net/Kconfig @@ -383,8 +383,15 @@ config LWTUNNEL weight tunnel endpoint. Tunnel encapsulation parameters are stored with light weight tunnel state associated with fib routes. +config DST_CACHE + bool + default n + endif # if NET # Used by archs to tell that they support BPF_JIT config HAVE_BPF_JIT bool + +config HAVE_EBPF_JIT + bool |