summaryrefslogtreecommitdiff
path: root/drivers/iio/potentiometer/Makefile
diff options
context:
space:
mode:
authorCristina Moraru <cristina.moraru09@gmail.com>2016-05-19 08:55:46 +0300
committerJonathan Cameron <jic23@kernel.org>2016-05-21 20:13:14 +0100
commit9a47894fbeda2ab92c6ec57ee359adeaf283b962 (patch)
tree33077f0983926a43d56d3b9aa0c1c8c56ad6601e /drivers/iio/potentiometer/Makefile
parentcdd469ad9e008a58ed465efa09f8594f1387e8ce (diff)
iio: max5487: Add support for Maxim digital potentiometers
Add implementation for Maxim MAX5487, MAX5488, MAX5489 digital potentiometers. Datasheet: http://datasheets.maximintegrated.com/en/ds/MAX5487-MAX5489.pdf Signed-off-by: Cristina Moraru <cristina.moraru09@gmail.com> CC: Daniel Baluta <daniel.baluta@intel.com> Signed-off-by: Jonathan Cameron <jic23@kernel.org>
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 6007faa2fb02..8adb58f38c0b 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_DS1803) += ds1803.o
+obj-$(CONFIG_MAX5487) += max5487.o
obj-$(CONFIG_MCP4131) += mcp4131.o
obj-$(CONFIG_MCP4531) += mcp4531.o
obj-$(CONFIG_TPL0102) += tpl0102.o