mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-15 06:55:13 +08:00
f1e91e1640
The handling of SCO audio links and the L2CAP protocol are essential to any system with Bluetooth thus are always compiled in from now on. Signed-off-by: Ulisses Furquim <ulisses@profusion.mobi> Acked-by: Marcel Holtmann <marcel@holtmann.org> Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
13 lines
360 B
Plaintext
13 lines
360 B
Plaintext
config BT_HIDP
|
|
tristate "HIDP protocol support"
|
|
depends on BT && INPUT && HID_SUPPORT
|
|
select HID
|
|
help
|
|
HIDP (Human Interface Device Protocol) is a transport layer
|
|
for HID reports. HIDP is required for the Bluetooth Human
|
|
Interface Device Profile.
|
|
|
|
Say Y here to compile HIDP support into the kernel or say M to
|
|
compile it as module (hidp).
|
|
|