summaryrefslogtreecommitdiffstats
path: root/drivers/iio/dac/Makefile
diff options
context:
space:
mode:
authorCristian Pop <cristian.pop@analog.com>2021-01-15 13:21:05 +0200
committerJonathan Cameron <Jonathan.Cameron@huawei.com>2021-01-22 08:52:05 +0000
commitfd9373e41b9ba5b609f97e98a04687f4ff136aff (patch)
tree7d000dfb7b2317cb10e301da207774315226566e /drivers/iio/dac/Makefile
parentb1a1fd93e11adb71a1d28a739bc58816e90fe1e5 (diff)
downloadlinux-stable-fd9373e41b9ba5b609f97e98a04687f4ff136aff.tar.gz
linux-stable-fd9373e41b9ba5b609f97e98a04687f4ff136aff.tar.bz2
linux-stable-fd9373e41b9ba5b609f97e98a04687f4ff136aff.zip
iio: dac: ad5766: add driver support for AD5766
The AD5766/AD5767 are 16-channel, 16-bit/12-bit, voltage output dense DACs Digital-to-Analog converters. This change adds support for these DACs. Signed-off-by: Cristian Pop <cristian.pop@analog.com> Link: https://lore.kernel.org/r/20210115112105.58652-3-cristian.pop@analog.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 2fc481167724..33e16f14902a 100644
--- a/drivers/iio/dac/Makefile
+++ b/drivers/iio/dac/Makefile
@@ -19,6 +19,7 @@ obj-$(CONFIG_AD5755) += ad5755.o
obj-$(CONFIG_AD5755) += ad5758.o
obj-$(CONFIG_AD5761) += ad5761.o
obj-$(CONFIG_AD5764) += ad5764.o
+obj-$(CONFIG_AD5766) += ad5766.o
obj-$(CONFIG_AD5770R) += ad5770r.o
obj-$(CONFIG_AD5791) += ad5791.o
obj-$(CONFIG_AD5686) += ad5686.o