Kconfig 372 字节
Newer Older
L
Linus Torvalds 已提交
1 2
config BT_HIDP
	tristate "HIDP protocol support"
3
	depends on BT && BT_L2CAP && INPUT && HID_SUPPORT
4
	select HID
L
Linus Torvalds 已提交
5 6 7 8 9 10 11 12
	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).