blob: 71791fc9f6b1f93269880071af6150e3d67d2d72 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001config BT_BNEP
2 tristate "BNEP protocol support"
Ulisses Furquimf1e91e12011-12-21 01:32:09 -02003 depends on BT
Linus Torvalds1da177e2005-04-16 15:20:36 -07004 select CRC32
5 help
6 BNEP (Bluetooth Network Encapsulation Protocol) is Ethernet
7 emulation layer on top of Bluetooth. BNEP is required for
8 Bluetooth PAN (Personal Area Network).
9
10 Say Y here to compile BNEP support into the kernel or say M to
11 compile it as module (bnep).
12
13config BT_BNEP_MC_FILTER
14 bool "Multicast filter support"
15 depends on BT_BNEP
16 help
17 This option enables the multicast filter support for BNEP.
18
19config BT_BNEP_PROTO_FILTER
20 bool "Protocol filter support"
21 depends on BT_BNEP
22 help
23 This option enables the protocol filter support for BNEP.
24