36 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2#3# Linear and angular position sensors4#5# When adding new entries keep the list in alphabetical order6 7menu "Linear and angular position sensors"8 9config IQS624_POS10 tristate "Azoteq IQS624/625 angular position sensors"11 depends on MFD_IQS62X || COMPILE_TEST12 help13 Say Y here if you want to build support for the Azoteq IQS62414 and IQS625 angular position sensors.15 16 To compile this driver as a module, choose M here: the module17 will be called iqs624-pos.18 19config HID_SENSOR_CUSTOM_INTEL_HINGE20 depends on HID_SENSOR_HUB21 select IIO_BUFFER22 select IIO_TRIGGERED_BUFFER23 select HID_SENSOR_IIO_COMMON24 select HID_SENSOR_IIO_TRIGGER25 tristate "HID Hinge"26 help27 This sensor present three angles, hinge angel, screen angles28 and keyboard angle respect to horizon (ground).29 Say yes here to build support for the HID custom30 intel hinge sensor.31 32 To compile this driver as a module, choose M here: the33 module will be called hid-sensor-custom-hinge.34 35endmenu36