File tree Expand file tree Collapse file tree 3 files changed +1633
-0
lines changed Expand file tree Collapse file tree 3 files changed +1633
-0
lines changed Original file line number Diff line number Diff line change 6
6
7
7
menu "Linear and angular position sensors"
8
8
9
+ config ADMT4000_POS
10
+ tristate "ADMT4000 true power-on multiturn sensor"
11
+ depends on SPI
12
+ select IIO_BUFFER
13
+ select IIO_TRIGGERED_BUFFER
14
+ help
15
+ Say yes here to build support for Analog Devices ADMT4000 True Power-On
16
+ Multiturn Sensor.
17
+
18
+ To compile this driver as a module, choose M here: the
19
+ module will be called admt4000.
20
+
9
21
config IQS624_POS
10
22
tristate "Azoteq IQS624/625 angular position sensors"
11
23
depends on MFD_IQS62X || COMPILE_TEST
Original file line number Diff line number Diff line change 4
4
5
5
# When adding new entries keep the list in alphabetical order
6
6
7
+ obj-$(CONFIG_ADMT4000_POS) += admt4000.o
8
+ obj-$(CONFIG_ADMT4000_ADG714) += adg714.o
7
9
obj-$(CONFIG_HID_SENSOR_CUSTOM_INTEL_HINGE) += hid-sensor-custom-intel-hinge.o
8
10
obj-$(CONFIG_IQS624_POS) += iqs624-pos.o
You can’t perform that action at this time.
0 commit comments