ath9k-hmac/backports-3.12.8-1/net/bluetooth/bnep/Kconfig
2016-09-26 15:44:25 +02:00

26 lines
664 B
Plaintext

config BT_BNEP
tristate "BNEP protocol support"
depends on m
depends on BT
depends on CRC32
help
BNEP (Bluetooth Network Encapsulation Protocol) is Ethernet
emulation layer on top of Bluetooth. BNEP is required for
Bluetooth PAN (Personal Area Network).
Say Y here to compile BNEP support into the kernel or say M to
compile it as module (bnep).
config BT_BNEP_MC_FILTER
bool "Multicast filter support"
depends on BT_BNEP
help
This option enables the multicast filter support for BNEP.
config BT_BNEP_PROTO_FILTER
bool "Protocol filter support"
depends on BT_BNEP
help
This option enables the protocol filter support for BNEP.