]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - net/Kconfig
net: drop NET dependency from HAVE_BPF_JIT
[mirror_ubuntu-artful-kernel.git] / net / Kconfig
index e07272d0bb2deddc70c287c8ff82563d08054798..245831bec09a56dd263cde753050d10208ee0200 100644 (file)
@@ -207,10 +207,10 @@ source "net/ipx/Kconfig"
 source "drivers/net/appletalk/Kconfig"
 source "net/x25/Kconfig"
 source "net/lapb/Kconfig"
-source "net/econet/Kconfig"
 source "net/wanrouter/Kconfig"
 source "net/phonet/Kconfig"
 source "net/ieee802154/Kconfig"
+source "net/mac802154/Kconfig"
 source "net/sched/Kconfig"
 source "net/dcb/Kconfig"
 source "net/dns_resolver/Kconfig"
@@ -246,9 +246,6 @@ config BQL
        select DQL
        default y
 
-config HAVE_BPF_JIT
-       bool
-
 config BPF_JIT
        bool "enable BPF Just In Time compiler"
        depends on HAVE_BPF_JIT
@@ -295,7 +292,7 @@ config NET_TCPPROBE
        module will be called tcp_probe.
 
 config NET_DROP_MONITOR
-       boolean "Network packet drop alerting service"
+       tristate "Network packet drop alerting service"
        depends on INET && EXPERIMENTAL && TRACEPOINTS
        ---help---
        This feature provides an alerting service to userspace in the
@@ -340,3 +337,7 @@ source "net/nfc/Kconfig"
 
 
 endif   # if NET
+
+# Used by archs to tell that they support BPF_JIT
+config HAVE_BPF_JIT
+       bool