Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
1# SPDX-License-Identifier: GPL-2.0-only
2config BT_BNEP
3 tristate "BNEP protocol support"
4 depends on BT_BREDR
5 select CRC32
6 help
7 BNEP (Bluetooth Network Encapsulation Protocol) is Ethernet
8 emulation layer on top of Bluetooth. BNEP is required for
9 Bluetooth PAN (Personal Area Network).
10
11 Say Y here to compile BNEP support into the kernel or say M to
12 compile it as module (bnep).
13
14config BT_BNEP_MC_FILTER
15 bool "Multicast filter support"
16 depends on BT_BNEP
17 help
18 This option enables the multicast filter support for BNEP.
19
20config BT_BNEP_PROTO_FILTER
21 bool "Protocol filter support"
22 depends on BT_BNEP
23 help
24 This option enables the protocol filter support for BNEP.
25