xref: /linux/drivers/iio/position/Kconfig (revision d0034a7a4ac7fae708146ac0059b9c47a1543f0d)
1189c3c49SJeff LaBundy# SPDX-License-Identifier: GPL-2.0-only
2189c3c49SJeff LaBundy#
3189c3c49SJeff LaBundy# Linear and angular position sensors
4189c3c49SJeff LaBundy#
5189c3c49SJeff LaBundy# When adding new entries keep the list in alphabetical order
6189c3c49SJeff LaBundy
7189c3c49SJeff LaBundymenu "Linear and angular position sensors"
8189c3c49SJeff LaBundy
9189c3c49SJeff LaBundyconfig IQS624_POS
10189c3c49SJeff LaBundy	tristate "Azoteq IQS624/625 angular position sensors"
11189c3c49SJeff LaBundy	depends on MFD_IQS62X || COMPILE_TEST
12189c3c49SJeff LaBundy	help
13189c3c49SJeff LaBundy	  Say Y here if you want to build support for the Azoteq IQS624
14189c3c49SJeff LaBundy	  and IQS625 angular position sensors.
15189c3c49SJeff LaBundy
16189c3c49SJeff LaBundy	  To compile this driver as a module, choose M here: the module
17189c3c49SJeff LaBundy	  will be called iqs624-pos.
18189c3c49SJeff LaBundy
19*660987e1SYe Xiangconfig HID_SENSOR_CUSTOM_INTEL_HINGE
20*660987e1SYe Xiang	depends on HID_SENSOR_HUB
21*660987e1SYe Xiang	select IIO_BUFFER
22*660987e1SYe Xiang	select IIO_TRIGGERED_BUFFER
23*660987e1SYe Xiang	select HID_SENSOR_IIO_COMMON
24*660987e1SYe Xiang	select HID_SENSOR_IIO_TRIGGER
25*660987e1SYe Xiang	tristate "HID Hinge"
26*660987e1SYe Xiang	help
27*660987e1SYe Xiang	  This sensor present three angles, hinge angel, screen angles
28*660987e1SYe Xiang	  and keyboard angle respect to horizon (ground).
29*660987e1SYe Xiang	  Say yes here to build support for the HID custom
30*660987e1SYe Xiang	  intel hinge sensor.
31*660987e1SYe Xiang
32*660987e1SYe Xiang	  To compile this driver as a module, choose M here: the
33*660987e1SYe Xiang	  module will be called hid-sensor-custom-hinge.
34*660987e1SYe Xiang
35189c3c49SJeff LaBundyendmenu
36