diff options
author | Cristina Moraru <cristina.moraru09@gmail.com> | 2016-05-19 08:55:46 +0300 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2016-05-21 22:13:14 +0300 |
commit | 9a47894fbeda2ab92c6ec57ee359adeaf283b962 (patch) | |
tree | 33077f0983926a43d56d3b9aa0c1c8c56ad6601e /drivers/iio/potentiometer/Makefile | |
parent | cdd469ad9e008a58ed465efa09f8594f1387e8ce (diff) | |
download | linux-9a47894fbeda2ab92c6ec57ee359adeaf283b962.tar.xz |
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/Makefile | 1 |
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 |