summaryrefslogtreecommitdiffstats
path: root/drivers/iio/dac/Makefile
diff options
context:
space:
mode:
authorMichael Welling <mwelling@ieee.org>2014-06-15 22:17:00 +0100
committerJonathan Cameron <jic23@kernel.org>2014-06-21 11:50:33 +0100
commit1b791fadf3a1749505b6cf04d4ef58d278ee42cd (patch)
treeaf63cad51aa634154c39d0924b1932247a73f68e /drivers/iio/dac/Makefile
parent88f6da779a37a3579e580296776ba86d6c6bd980 (diff)
downloadlinux-1b791fadf3a1749505b6cf04d4ef58d278ee42cd.tar.bz2
iio: dac: mcp4902/mcp4912/mcp4922 dac driver
This patch provides an iio device driver for the Microchip MCP49x2 series DACs. Signed-off-by: Michael Welling <mwelling@ieee.org> Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'drivers/iio/dac/Makefile')
-rw-r--r--drivers/iio/dac/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/iio/dac/Makefile b/drivers/iio/dac/Makefile
index bb84ad64463f..10107640bb46 100644
--- a/drivers/iio/dac/Makefile
+++ b/drivers/iio/dac/Makefile
@@ -18,3 +18,4 @@ obj-$(CONFIG_AD5686) += ad5686.o
obj-$(CONFIG_AD7303) += ad7303.o
obj-$(CONFIG_MAX517) += max517.o
obj-$(CONFIG_MCP4725) += mcp4725.o
+obj-$(CONFIG_MCP4922) += mcp4922.o