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

#
# Inclinometer sensors
#
# When adding new entries keep the list in alphabetical order

menu "Inclinometer sensors"

config CONFIG_HID_SENSOR_INCLINOMETER_3D
	depends on CONFIG_HID_SENSOR_HUB
	select CONFIG_IIO_BUFFER
	select CONFIG_IIO_TRIGGERED_BUFFER
	select CONFIG_HID_SENSOR_IIO_COMMON
	select CONFIG_HID_SENSOR_IIO_TRIGGER
	tristate "HID Inclinometer 3D"
	help
	  Say yes here to build support for the CONFIG_HID SENSOR
	  Inclinometer 3D.

config CONFIG_HID_SENSOR_DEVICE_ROTATION
	depends on CONFIG_HID_SENSOR_HUB
	select CONFIG_IIO_BUFFER
	select CONFIG_IIO_TRIGGERED_BUFFER
	select CONFIG_HID_SENSOR_IIO_COMMON
	select CONFIG_HID_SENSOR_IIO_TRIGGER
	tristate "HID Device Rotation"
	help
	  Say yes here to build support for the CONFIG_HID SENSOR
	  device rotation. The output of a device rotation sensor
	  is presented using quaternion format.

endmenu