summaryrefslogtreecommitdiff
path: root/drivers/iio/potentiometer/Makefile
diff options
context:
space:
mode:
authorMugilraj Dhavachelvan <dmugil2000@gmail.com>2021-08-14 23:25:40 +0530
committerJonathan Cameron <Jonathan.Cameron@huawei.com>2021-08-15 15:38:16 +0100
commitd03a74bfaccefcf271bf8e889c31229aa521cd66 (patch)
tree67f9b8db0ebaadc446332142f35f4646eecbb0ca /drivers/iio/potentiometer/Makefile
parent88b6509b8d8de47c481a360c7a454b294f02d372 (diff)
iio: potentiometer: Add driver support for AD5110
The AD5110/AD5112/AD5114 provide a nonvolatile solution for 128-/64-/32-position adjustment applications, offering guaranteed low resistor tolerance errors of ±8% and up to ±6 mA current density. Datasheet: https://www.analog.com/media/en/technical-documentation/data-sheets/AD5110_5112_5114.pdf Signed-off-by: Mugilraj Dhavachelvan <dmugil2000@gmail.com> Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com> Link: https://lore.kernel.org/r/20210814175607.48399-3-dmugil2000@gmail.com Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Diffstat (limited to 'drivers/iio/potentiometer/Makefile')
-rw-r--r--drivers/iio/potentiometer/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/iio/potentiometer/Makefile b/drivers/iio/potentiometer/Makefile
index 091adf3cdd0b..5ebb8e3bbd76 100644
--- a/drivers/iio/potentiometer/Makefile
+++ b/drivers/iio/potentiometer/Makefile
@@ -4,6 +4,7 @@
#
# When adding new entries keep the list in alphabetical order
+obj-$(CONFIG_AD5110) += ad5110.o
obj-$(CONFIG_AD5272) += ad5272.o
obj-$(CONFIG_DS1803) += ds1803.o
obj-$(CONFIG_MAX5432) += max5432.o