mirror of
https://github.com/torvalds/linux.git
synced 2024-11-14 16:12:02 +00:00
96c99b473a
Fix kconfig dependency warning to satisfy dependencies: warning: (BT_HIDP && NET && BT && BT_L2CAP && INPUT || USB_HID && HID_SUPPORT && USB && INPUT) selects HID which has unmet direct dependencies (HID_SUPPORT && INPUT) Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com> Acked-by: Marcel Holtmann <marcel@holtmann.org> Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
13 lines
372 B
Plaintext
13 lines
372 B
Plaintext
config BT_HIDP
|
|
tristate "HIDP protocol support"
|
|
depends on BT && BT_L2CAP && 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).
|
|
|