1 # SPDX-License-Identifier: GPL-2.0-only 2 config BT_BNEP 3 tristate "BNEP protocol support" 4 depends on BT_BREDR 5 select CRC32 6 help 7 BNEP (Bluetooth Network Encapsulatio 8 emulation layer on top of Bluetooth. 9 Bluetooth PAN (Personal Area Network 10 11 Say Y here to compile BNEP support i 12 compile it as module (bnep). 13 14 config BT_BNEP_MC_FILTER 15 bool "Multicast filter support" 16 depends on BT_BNEP 17 help 18 This option enables the multicast fi 19 20 config BT_BNEP_PROTO_FILTER 21 bool "Protocol filter support" 22 depends on BT_BNEP 23 help 24 This option enables the protocol fil 25
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.