summaryrefslogtreecommitdiff
path: root/drivers/iio/dac/Makefile
diff options
context:
space:
mode:
authorMaxime Roussin-Belanger <maxime.roussinbelanger@gmail.com>2017-03-17 14:04:02 -0400
committerJonathan Cameron <jic23@kernel.org>2017-03-21 18:43:56 +0000
commit02b829f9e11fd9e6eeebc1e85e4d5ae641706c70 (patch)
treea5eacfc7bb5a8645f20d956ffc8a0bb8331104ed /drivers/iio/dac/Makefile
parentdba968c4fea0f9368e709966666d6e35dfe05e62 (diff)
iio: dac: Add support for ltc2632 DACs
Add support for Linear Technology LTC2632 (SPI) family of· dual 12- 10-, and 8-bits output DACs. Signed-off-by: Maxime Roussin-Belanger <maxime.roussinbelanger@gmail.com> Signed-off-by: Jean-Francois Dagenais <jeff.dagenais@gmail.com> 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 f01bf4a99867..6e4d99557309 100644
--- a/drivers/iio/dac/Makefile
+++ b/drivers/iio/dac/Makefile
@@ -24,6 +24,7 @@ obj-$(CONFIG_AD8801) += ad8801.o
obj-$(CONFIG_CIO_DAC) += cio-dac.o
obj-$(CONFIG_DPOT_DAC) += dpot-dac.o
obj-$(CONFIG_LPC18XX_DAC) += lpc18xx_dac.o
+obj-$(CONFIG_LTC2632) += ltc2632.o
obj-$(CONFIG_M62332) += m62332.o
obj-$(CONFIG_MAX517) += max517.o
obj-$(CONFIG_MAX5821) += max5821.o