diff options
author | Peter Rosin | 2018-03-08 20:58:30 +0100 |
---|---|---|
committer | Jonathan Cameron | 2018-03-10 16:03:25 +0000 |
commit | 5214ad6dcc1bf72ea60a72741a0143356b8d66b7 (patch) | |
tree | 64e2fa93be5574ad2ee402e16302e1fe834d1ef4 /drivers/iio/potentiometer/Makefile | |
parent | d90f21408bf923aee0fd778fa6fb877ea006a198 (diff) |
iio: potentiometer: mcp4018: driver for Microchip digital potentiometers
Add support for Microchip digital potentiometers and rheostats
MCP4017, MCP4018, MCP4019
They all have one wiper with 128 steps and come in 5, 10, 50 and 100 kOhm
variations.
Datasheet: http://www.microchip.com/downloads/en/DeviceDoc/22147a.pdf
Signed-off-by: Peter Rosin <peda@axentia.se>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
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 dbc139cec376..4af657883c3f 100644 --- a/drivers/iio/potentiometer/Makefile +++ b/drivers/iio/potentiometer/Makefile @@ -8,6 +8,7 @@ obj-$(CONFIG_AD5272) += ad5272.o obj-$(CONFIG_DS1803) += ds1803.o obj-$(CONFIG_MAX5481) += max5481.o obj-$(CONFIG_MAX5487) += max5487.o +obj-$(CONFIG_MCP4018) += mcp4018.o obj-$(CONFIG_MCP4131) += mcp4131.o obj-$(CONFIG_MCP4531) += mcp4531.o obj-$(CONFIG_TPL0102) += tpl0102.o |