mirror of
https://github.com/szehl/ath9k-hmac.git
synced 2025-01-29 15:23:49 +00:00
16 lines
435 B
Plaintext
16 lines
435 B
Plaintext
config BT_HIDP
|
|
depends on !BACKPORT_KERNEL_2_6_28
|
|
depends on !BACKPORT_KERNEL_2_6_33
|
|
tristate "HIDP protocol support"
|
|
depends on m
|
|
depends on BT && INPUT
|
|
depends on 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).
|
|
|