]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blobdiff - net/Kconfig
NFC: add nfc subsystem core
[mirror_ubuntu-hirsute-kernel.git] / net / Kconfig
index 79cabf1ee68bd2db701d2c790f8f64edc79b94d7..a07314844238f4c19fbc4d82d99c547ed9f1f907 100644 (file)
@@ -232,6 +232,20 @@ config XPS
        depends on SMP && SYSFS && USE_GENERIC_SMP_HELPERS
        default y
 
+config HAVE_BPF_JIT
+       bool
+
+config BPF_JIT
+       bool "enable BPF Just In Time compiler"
+       depends on HAVE_BPF_JIT
+       depends on MODULES
+       ---help---
+         Berkeley Packet Filter filtering capabilities are normally handled
+         by an interpreter. This option allows kernel to generate a native
+         code when filter is loaded in memory. This should speedup
+         packet sniffing (libpcap/tcpdump). Note : Admin should enable
+         this feature changing /proc/sys/net/core/bpf_jit_enable
+
 menu "Network testing"
 
 config NET_PKTGEN
@@ -308,6 +322,7 @@ source "net/rfkill/Kconfig"
 source "net/9p/Kconfig"
 source "net/caif/Kconfig"
 source "net/ceph/Kconfig"
+source "net/nfc/Kconfig"
 
 
 endif   # if NET