]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - net/Kconfig
net: drop NET dependency from HAVE_BPF_JIT
[karo-tx-linux.git] / net / Kconfig
index 1e47bd03dde3df8365e8396f8c7597bf8f482902..245831bec09a56dd263cde753050d10208ee0200 100644 (file)
@@ -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
@@ -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