Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0-only
0002 config BT_HIDP
0003         tristate "HIDP protocol support"
0004         depends on BT_BREDR && INPUT
0005         select HID
0006         help
0007           HIDP (Human Interface Device Protocol) is a transport layer
0008           for HID reports.  HIDP is required for the Bluetooth Human
0009           Interface Device Profile.
0010 
0011           Say Y here to compile HIDP support into the kernel or say M to
0012           compile it as module (hidp).
0013