Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

# SPDX-License-Identifier: GPL-2.0-only
config CONFIG_BT_HIDP
	tristate "HIDP protocol support"
	depends on CONFIG_BT_BREDR && CONFIG_INPUT
	select CONFIG_HID
	help
	  HIDP (Human Interface Device Protocol) is a transport layer
	  for CONFIG_HID reports.  HIDP is required for the Bluetooth Human
	  Interface Device Profile.

	  Say Y here to compile HIDP support into the kernel or say CONFIG_M to
	  compile it as module (hidp).