Revision ef954844c7ace62f773f4f23e28d2d915adc419f authored by Linus Torvalds on 13 August 2017, 23:01:32 UTC, committed by Linus Torvalds on 13 August 2017, 23:01:32 UTC
1 parent b2298fc
Raw File
Kconfig
config BT_HIDP
	tristate "HIDP protocol support"
	depends on BT_BREDR && INPUT
	select HID
	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).

back to top