swh:1:snp:77163734605b0ec556b01d897b7bb4a7e30d46b6
Raw File
Tip revision: cfcfc9eca2bcbd26a8e206baeb005b055dbf8e37 authored by Linus Torvalds on 15 November 2011, 17:02:59 UTC
Linux 3.2-rc2
Tip revision: cfcfc9e
Kconfig
config BT_HIDP
	tristate "HIDP protocol support"
	depends on BT && BT_L2CAP && INPUT && HID_SUPPORT
	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