xref: /openbmc/linux/net/bpfilter/Kconfig (revision 2874c5fd)
1# SPDX-License-Identifier: GPL-2.0-only
2menuconfig BPFILTER
3	bool "BPF based packet filtering framework (BPFILTER)"
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
9if BPFILTER
10config BPFILTER_UMH
11	tristate "bpfilter kernel module with user mode helper"
12	depends on $(success,$(srctree)/scripts/cc-can-link.sh $(CC))
13	default m
14	help
15	  This builds bpfilter kernel module with embedded user mode helper
16endif
17