nds32: fix build error "relocation truncated to fit: R_NDS32_25_PCREL_RELA" when
[linux-2.6-microblaze.git] / net / bpfilter / Kconfig
1 menuconfig BPFILTER
2         bool "BPF based packet filtering framework (BPFILTER)"
3         default n
4         depends on NET && BPF && INET
5         help
6           This builds experimental bpfilter framework that is aiming to
7           provide netfilter compatible functionality via BPF
8
9 if BPFILTER
10 config BPFILTER_UMH
11         tristate "bpfilter kernel module with user mode helper"
12         default m
13         help
14           This builds bpfilter kernel module with embedded user mode helper
15 endif
16