1ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only 21da177e4SLinus Torvaldsconfig BT_HIDP 31da177e4SLinus Torvalds tristate "HIDP protocol support" 465efd2bfSMarcel Holtmann depends on BT_BREDR && INPUT 5e1aaadd4SMarcel Holtmann select HID 61da177e4SLinus Torvalds help 71da177e4SLinus Torvalds HIDP (Human Interface Device Protocol) is a transport layer 81da177e4SLinus Torvalds for HID reports. HIDP is required for the Bluetooth Human 91da177e4SLinus Torvalds Interface Device Profile. 101da177e4SLinus Torvalds 111da177e4SLinus Torvalds Say Y here to compile HIDP support into the kernel or say M to 121da177e4SLinus Torvalds compile it as module (hidp). 131da177e4SLinus Torvalds 14