diff options
Diffstat (limited to 'net/Kconfig')
-rw-r--r-- | net/Kconfig | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net/Kconfig b/net/Kconfig index 1e47bd03dde3..245831bec09a 100644 --- a/net/Kconfig +++ b/net/Kconfig | |||
@@ -246,9 +246,6 @@ config BQL | |||
246 | select DQL | 246 | select DQL |
247 | default y | 247 | default y |
248 | 248 | ||
249 | config HAVE_BPF_JIT | ||
250 | bool | ||
251 | |||
252 | config BPF_JIT | 249 | config BPF_JIT |
253 | bool "enable BPF Just In Time compiler" | 250 | bool "enable BPF Just In Time compiler" |
254 | depends on HAVE_BPF_JIT | 251 | depends on HAVE_BPF_JIT |
@@ -340,3 +337,7 @@ source "net/nfc/Kconfig" | |||
340 | 337 | ||
341 | 338 | ||
342 | endif # if NET | 339 | endif # if NET |
340 | |||
341 | # Used by archs to tell that they support BPF_JIT | ||
342 | config HAVE_BPF_JIT | ||
343 | bool | ||