blob: aac02b5b0d170b5e0439594424b714b67b1a014f [file] [log] [blame]
Thomas Gleixnerec8f24b2019-05-19 13:07:45 +01001# SPDX-License-Identifier: GPL-2.0-only
Linus Torvalds1da177e2005-04-16 15:20:36 -07002config BT_BNEP
3 tristate "BNEP protocol support"
Marcel Holtmann65efd2b2014-11-02 03:32:25 +01004 depends on BT_BREDR
Linus Torvalds1da177e2005-04-16 15:20:36 -07005 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