Kconfig (0612ec48762bf8712db1925b2e67246d2237ebab) | Kconfig (e1aaadd4d8162a2c33e41dd5a72234ea4d3b014f) |
---|---|
1config BT_HIDP 2 tristate "HIDP protocol support" 3 depends on BT && BT_L2CAP && INPUT | 1config BT_HIDP 2 tristate "HIDP protocol support" 3 depends on BT && BT_L2CAP && INPUT |
4 select HID |
|
4 help 5 HIDP (Human Interface Device Protocol) is a transport layer 6 for HID reports. HIDP is required for the Bluetooth Human 7 Interface Device Profile. 8 9 Say Y here to compile HIDP support into the kernel or say M to 10 compile it as module (hidp). 11 | 5 help 6 HIDP (Human Interface Device Protocol) is a transport layer 7 for HID reports. HIDP is required for the Bluetooth Human 8 Interface Device Profile. 9 10 Say Y here to compile HIDP support into the kernel or say M to 11 compile it as module (hidp). 12 |