mac80211: Fix clang warning about constant operand in logical operation
[sfrench/cifs-2.6.git] / net / Kconfig
index a29bb4b41c50e3c55463eaee2a5dda1292b757f6..102f781a0131aff34a521250c1fc879f8db5ee58 100644 (file)
@@ -57,6 +57,7 @@ source "net/packet/Kconfig"
 source "net/unix/Kconfig"
 source "net/xfrm/Kconfig"
 source "net/iucv/Kconfig"
+source "net/smc/Kconfig"
 
 config INET
        bool "TCP/IP networking"
@@ -296,7 +297,8 @@ config BPF_JIT
 
          Note, admin should enable this feature changing:
          /proc/sys/net/core/bpf_jit_enable
-         /proc/sys/net/core/bpf_jit_harden (optional)
+         /proc/sys/net/core/bpf_jit_harden   (optional)
+         /proc/sys/net/core/bpf_jit_kallsyms (optional)
 
 config NET_FLOW_LIMIT
        bool
@@ -389,6 +391,8 @@ source "net/9p/Kconfig"
 source "net/caif/Kconfig"
 source "net/ceph/Kconfig"
 source "net/nfc/Kconfig"
+source "net/psample/Kconfig"
+source "net/ife/Kconfig"
 
 config LWTUNNEL
        bool "Network light weight tunnels"
@@ -410,6 +414,10 @@ config DST_CACHE
        bool
        default n
 
+config GRO_CELLS
+       bool
+       default n
+
 config NET_DEVLINK
        tristate "Network physical/parent device Netlink interface"
        help