drm/panel: simple: add Multi-Inno Technology MI0700A2T-30
[drm/drm-misc.git] / drivers / iio / position / Kconfig
blob1576a6380b53a937265e9abddfb2898f640d0fb2
1 # SPDX-License-Identifier: GPL-2.0-only
3 # Linear and angular position sensors
5 # When adding new entries keep the list in alphabetical order
7 menu "Linear and angular position sensors"
9 config IQS624_POS
10         tristate "Azoteq IQS624/625 angular position sensors"
11         depends on MFD_IQS62X || COMPILE_TEST
12         help
13           Say Y here if you want to build support for the Azoteq IQS624
14           and IQS625 angular position sensors.
16           To compile this driver as a module, choose M here: the module
17           will be called iqs624-pos.
19 config HID_SENSOR_CUSTOM_INTEL_HINGE
20         depends on HID_SENSOR_HUB
21         select IIO_BUFFER
22         select IIO_TRIGGERED_BUFFER
23         select HID_SENSOR_IIO_COMMON
24         select HID_SENSOR_IIO_TRIGGER
25         tristate "HID Hinge"
26         help
27           This sensor present three angles, hinge angel, screen angles
28           and keyboard angle respect to horizon (ground).
29           Say yes here to build support for the HID custom
30           intel hinge sensor.
32           To compile this driver as a module, choose M here: the
33           module will be called hid-sensor-custom-hinge.
35 endmenu