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 && BT_L2CAP 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 Bluetooth 9 Bluetooth PAN (Personal Area Network !! 8 PAN (Personal Area Network). >> 9 >> 10 To use BNEP, you will need user-space utilities provided in the >> 11 BlueZ-PAN package. >> 12 For more information, see <http://bluez.sourceforge.net>. 10 13 11 Say Y here to compile BNEP support i 14 Say Y here to compile BNEP support into the kernel or say M to 12 compile it as module (bnep). 15 compile it as module (bnep). 13 16 14 config BT_BNEP_MC_FILTER 17 config BT_BNEP_MC_FILTER 15 bool "Multicast filter support" 18 bool "Multicast filter support" 16 depends on BT_BNEP 19 depends on BT_BNEP 17 help 20 help 18 This option enables the multicast fi 21 This option enables the multicast filter support for BNEP. 19 22 20 config BT_BNEP_PROTO_FILTER 23 config BT_BNEP_PROTO_FILTER 21 bool "Protocol filter support" 24 bool "Protocol filter support" 22 depends on BT_BNEP 25 depends on BT_BNEP 23 help 26 help 24 This option enables the protocol fil 27 This option enables the protocol filter support for BNEP. 25 28
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.