Thomas Gleixner | ec8f24b | 2019-05-19 13:07:45 +0100 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0-only |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2 | config BT_BNEP |
| 3 | tristate "BNEP protocol support" |
Marcel Holtmann | 65efd2b | 2014-11-02 03:32:25 +0100 | [diff] [blame] | 4 | depends on BT_BREDR |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5 | 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 | |
| 14 | config 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 | |
| 20 | config 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 | |