2019-05-19 20:07:45 +08:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2005-04-17 06:20:36 +08:00
|
|
|
config BT_HIDP
|
|
|
|
tristate "HIDP protocol support"
|
2014-11-02 10:32:25 +08:00
|
|
|
depends on BT_BREDR && INPUT
|
2007-02-18 06:58:49 +08:00
|
|
|
select HID
|
2005-04-17 06:20:36 +08:00
|
|
|
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).
|
|
|
|
|