Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0-only
0002 config BT_BNEP
0003         tristate "BNEP protocol support"
0004         depends on BT_BREDR
0005         select CRC32
0006         help
0007           BNEP (Bluetooth Network Encapsulation Protocol) is Ethernet
0008           emulation layer on top of Bluetooth.  BNEP is required for
0009           Bluetooth PAN (Personal Area Network).
0010 
0011           Say Y here to compile BNEP support into the kernel or say M to
0012           compile it as module (bnep).
0013 
0014 config BT_BNEP_MC_FILTER
0015         bool "Multicast filter support"
0016         depends on BT_BNEP
0017         help
0018           This option enables the multicast filter support for BNEP.
0019 
0020 config BT_BNEP_PROTO_FILTER
0021         bool "Protocol filter support"
0022         depends on BT_BNEP
0023         help
0024           This option enables the protocol filter support for BNEP.
0025