]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blame - net/bluetooth/hidp/Kconfig
UBUNTU: Ubuntu-5.15.0-39.42
[mirror_ubuntu-jammy-kernel.git] / net / bluetooth / hidp / Kconfig
CommitLineData
ec8f24b7 1# SPDX-License-Identifier: GPL-2.0-only
1da177e4
LT
2config BT_HIDP
3 tristate "HIDP protocol support"
65efd2bf 4 depends on BT_BREDR && INPUT
e1aaadd4 5 select HID
1da177e4
LT
6 help
7 HIDP (Human Interface Device Protocol) is a transport layer
8 for HID reports. HIDP is required for the Bluetooth Human
9 Interface Device Profile.
10
11 Say Y here to compile HIDP support into the kernel or say M to
12 compile it as module (hidp).
13