Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions drivers/iio/position/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,18 @@

menu "Linear and angular position sensors"

config ADMT4000_POS
tristate "ADMT4000 true power-on multiturn sensor"
depends on SPI
select IIO_BUFFER
select IIO_TRIGGERED_BUFFER
help
Say yes here to build support for Analog Devices ADMT4000 True Power-On
Multiturn Sensor.

To compile this driver as a module, choose M here: the
module will be called admt4000.

config IQS624_POS
tristate "Azoteq IQS624/625 angular position sensors"
depends on MFD_IQS62X || COMPILE_TEST
Expand Down
2 changes: 2 additions & 0 deletions drivers/iio/position/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,7 @@

# When adding new entries keep the list in alphabetical order

obj-$(CONFIG_ADMT4000_POS) += admt4000.o
obj-$(CONFIG_ADMT4000_ADG714) += adg714.o
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Forgot to remove this.

obj-$(CONFIG_HID_SENSOR_CUSTOM_INTEL_HINGE) += hid-sensor-custom-intel-hinge.o
obj-$(CONFIG_IQS624_POS) += iqs624-pos.o
Loading