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

menu "I2C HID support"
	depends on CONFIG_I2C

config CONFIG_I2C_HID
	tristate "HID over I2C transport layer"
	default n
	depends on CONFIG_I2C && CONFIG_INPUT
	select CONFIG_HID
	---help---
	  Say Y here if you use a keyboard, a touchpad, a touchscreen, or any
	  other CONFIG_HID based devices which is connected to your computer via CONFIG_I2C.

	  If unsure, say N.

	  This support is also available as a module.  If so, the module
	  will be called i2c-hid.

endmenu