mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 17:08:10 +00:00
65efd2bf48
The current kernel options do not make it clear which modules are for Bluetooth Classic (BR/EDR) and which are for Bluetooth Low Energy (LE). To make it really clear, introduce BT_BREDR and BT_LE options with proper dependencies into the different modules. Both new options default to y to not create a regression with previous kernel config files. Signed-off-by: Marcel Holtmann <marcel@holtmann.org> Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
24 lines
652 B
Text
24 lines
652 B
Text
config BT_BNEP
|
|
tristate "BNEP protocol support"
|
|
depends on BT_BREDR
|
|
select 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.
|
|
|