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