]> asedeno.scripts.mit.edu Git - linux.git/blob - net/bpfilter/Kconfig
Merge tag 'for-4.19/post-20180822' of git://git.kernel.dk/linux-block
[linux.git] / net / bpfilter / Kconfig
1 menuconfig BPFILTER
2         bool "BPF based packet filtering framework (BPFILTER)"
3         depends on NET && BPF && INET
4         help
5           This builds experimental bpfilter framework that is aiming to
6           provide netfilter compatible functionality via BPF
7
8 if BPFILTER
9 config BPFILTER_UMH
10         tristate "bpfilter kernel module with user mode helper"
11         depends on $(success,$(srctree)/scripts/cc-can-link.sh $(CC))
12         default m
13         help
14           This builds bpfilter kernel module with embedded user mode helper
15 endif