aboutsummaryrefslogtreecommitdiffstats
path: root/net/Kconfig
diff options
context:
space:
mode:
authorEric Dumazet <eric.dumazet@gmail.com>2011-04-29 10:20:53 -0700
committerDavid S. Miller <davem@davemloft.net>2011-04-29 10:20:53 -0700
commitb6202f97897a13ef531b822ab326dfc7eb90bdaf (patch)
tree9b940834a398a90fc966d8b325055a58fa821ecc /net/Kconfig
parentipv4: Get route daddr from flow key in l2tp_ip_connect(). (diff)
downloadlinux-dev-b6202f97897a13ef531b822ab326dfc7eb90bdaf.tar.xz
linux-dev-b6202f97897a13ef531b822ab326dfc7eb90bdaf.zip
bpf: depends on MODULES
module_alloc() and module_free() are available only if CONFIG_MODULES=y Reported-by: Randy Dunlap <randy.dunlap@oracle.com> Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/Kconfig')
-rw-r--r--net/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Kconfig b/net/Kconfig
index 745fb02d2fda..878151c772c9 100644
--- a/net/Kconfig
+++ b/net/Kconfig
@@ -238,6 +238,7 @@ config HAVE_BPF_JIT
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