xref: /openbmc/linux/drivers/iio/orientation/Kconfig (revision 6c8c1406)
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# Inclinometer sensors
4#
5# When adding new entries keep the list in alphabetical order
6
7menu "Inclinometer sensors"
8
9config HID_SENSOR_INCLINOMETER_3D
10	depends on HID_SENSOR_HUB
11	select IIO_BUFFER
12	select HID_SENSOR_IIO_COMMON
13	select HID_SENSOR_IIO_TRIGGER
14	tristate "HID Inclinometer 3D"
15	help
16	  Say yes here to build support for the HID SENSOR
17	  Inclinometer 3D.
18
19config HID_SENSOR_DEVICE_ROTATION
20	depends on HID_SENSOR_HUB
21	select IIO_BUFFER
22	select HID_SENSOR_IIO_COMMON
23	select HID_SENSOR_IIO_TRIGGER
24	tristate "HID Device Rotation"
25	help
26	  Say yes here to build support for the HID SENSOR
27	  device rotation. The output of a device rotation sensor
28	  is presented using quaternion format.
29
30endmenu
31