]> git.ipfire.org Git - people/arne_f/kernel.git/commit - net/Kconfig
bpf: depends on MODULES
authorEric Dumazet <eric.dumazet@gmail.com>
Fri, 29 Apr 2011 17:20:53 +0000 (10:20 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 29 Apr 2011 17:20:53 +0000 (10:20 -0700)
commitb6202f97897a13ef531b822ab326dfc7eb90bdaf
tree9b940834a398a90fc966d8b325055a58fa821ecc
parentad227425c9ca907b5498e2558320b7e585d86ec9
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>
net/Kconfig