Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0-only
0002 #
0003 # Linear and angular position sensors
0004 #
0005 # When adding new entries keep the list in alphabetical order
0006 
0007 menu "Linear and angular position sensors"
0008 
0009 config IQS624_POS
0010         tristate "Azoteq IQS624/625 angular position sensors"
0011         depends on MFD_IQS62X || COMPILE_TEST
0012         help
0013           Say Y here if you want to build support for the Azoteq IQS624
0014           and IQS625 angular position sensors.
0015 
0016           To compile this driver as a module, choose M here: the module
0017           will be called iqs624-pos.
0018 
0019 config HID_SENSOR_CUSTOM_INTEL_HINGE
0020         depends on HID_SENSOR_HUB
0021         select IIO_BUFFER
0022         select IIO_TRIGGERED_BUFFER
0023         select HID_SENSOR_IIO_COMMON
0024         select HID_SENSOR_IIO_TRIGGER
0025         tristate "HID Hinge"
0026         help
0027           This sensor present three angles, hinge angel, screen angles
0028           and keyboard angle respect to horizon (ground).
0029           Say yes here to build support for the HID custom
0030           intel hinge sensor.
0031 
0032           To compile this driver as a module, choose M here: the
0033           module will be called hid-sensor-custom-hinge.
0034 
0035 endmenu