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