summaryrefslogtreecommitdiffstats
path: root/drivers/iio/potentiometer/Makefile
diff options
context:
space:
mode:
authorChris Coffey <cmc@babblebit.net>2018-11-20 14:17:13 +0000
committerJonathan Cameron <Jonathan.Cameron@huawei.com>2018-11-25 12:35:26 +0000
commit092cb71a604e2d8dd3b79fddef779a2d4aaad5a8 (patch)
tree16dca56cdeabe06f9b4de60b20d05c38ebfd4f8d /drivers/iio/potentiometer/Makefile
parentf71b3c99128bae93c1b4262fc4f639652bb04e1e (diff)
iio: potentiometer: Add driver for Microchip MCP41xxx/42xxx
This patch adds driver support for the Microchip MCP41xxx/42xxx family of digital potentiometers: DEVICE Wipers Positions Resistance (kOhm) MCP41010 1 256 10 MCP41050 1 256 50 MCP41100 1 256 100 MCP42010 2 256 10 MCP42050 2 256 50 MCP42100 2 256 100 Datasheet: http://ww1.microchip.com/downloads/en/devicedoc/11195c.pdf Signed-off-by: Chris Coffey <cmc@babblebit.net> 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 4af657883c3f..8ff55138cf12 100644
--- a/drivers/iio/potentiometer/Makefile
+++ b/drivers/iio/potentiometer/Makefile
@@ -11,4 +11,5 @@ obj-$(CONFIG_MAX5487) += max5487.o
obj-$(CONFIG_MCP4018) += mcp4018.o
obj-$(CONFIG_MCP4131) += mcp4131.o
obj-$(CONFIG_MCP4531) += mcp4531.o
+obj-$(CONFIG_MCP41010) += mcp41010.o
obj-$(CONFIG_TPL0102) += tpl0102.o