summaryrefslogtreecommitdiffstats
path: root/drivers/iio/dac/Makefile
diff options
context:
space:
mode:
authorMarcus Folkesson <marcus.folkesson@gmail.com>2018-08-21 21:31:24 +0200
committerJonathan Cameron <Jonathan.Cameron@huawei.com>2018-08-25 09:24:07 +0100
commit8316cebd1e59823872d10799ce91f67c7c06968e (patch)
tree0bdebce34216efd7607c3adc0b95c3ad55910bb0 /drivers/iio/dac/Makefile
parent7ec040af6ce11285c8bd3ec59a1a570db742e9aa (diff)
downloadlinux-stable-8316cebd1e59823872d10799ce91f67c7c06968e.tar.gz
linux-stable-8316cebd1e59823872d10799ce91f67c7c06968e.tar.bz2
linux-stable-8316cebd1e59823872d10799ce91f67c7c06968e.zip
iio: dac: add support for ltc1660
LTC1665/LTC1660 is a 8/10-bit Digital-to-Analog Converter (DAC) with eight individual channels. Signed-off-by: Marcus Folkesson <marcus.folkesson@gmail.com> Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
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 a1b37cf99441..2ac93cc4a389 100644
--- a/drivers/iio/dac/Makefile
+++ b/drivers/iio/dac/Makefile
@@ -29,6 +29,7 @@ obj-$(CONFIG_CIO_DAC) += cio-dac.o
obj-$(CONFIG_DPOT_DAC) += dpot-dac.o
obj-$(CONFIG_DS4424) += ds4424.o
obj-$(CONFIG_LPC18XX_DAC) += lpc18xx_dac.o
+obj-$(CONFIG_LTC1660) += ltc1660.o
obj-$(CONFIG_LTC2632) += ltc2632.o
obj-$(CONFIG_M62332) += m62332.o
obj-$(CONFIG_MAX517) += max517.o