summaryrefslogtreecommitdiffstats
path: root/drivers/iio/dac/Makefile
diff options
context:
space:
mode:
authorStefan Popa <stefan.popa@analog.com>2018-07-04 17:32:03 +0300
committerJonathan Cameron <Jonathan.Cameron@huawei.com>2018-07-07 18:16:32 +0100
commit28d1a7ac2a0d9589e04dd36a83f242b3e14da1eb (patch)
tree2aba48a95256b50327594be77c9c404d0ac0fa2c /drivers/iio/dac/Makefile
parente161ef7c3c376f6807cdef7e8a2804b964dd7584 (diff)
downloadlinux-stable-28d1a7ac2a0d9589e04dd36a83f242b3e14da1eb.tar.gz
linux-stable-28d1a7ac2a0d9589e04dd36a83f242b3e14da1eb.tar.bz2
linux-stable-28d1a7ac2a0d9589e04dd36a83f242b3e14da1eb.zip
iio: dac: Add AD5758 support
The AD5758 is a single channel DAC with 16-bit precision which uses the SPI interface that operates at clock rates up to 50MHz. The output can be configured as voltage or current and is available on a single terminal. Datasheet: http://www.analog.com/media/en/technical-documentation/data-sheets/ad5758.pdf Signed-off-by: Stefan Popa <stefan.popa@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 57aa230d34ab..a1b37cf99441 100644
--- a/drivers/iio/dac/Makefile
+++ b/drivers/iio/dac/Makefile
@@ -16,6 +16,7 @@ obj-$(CONFIG_AD5592R_BASE) += ad5592r-base.o
obj-$(CONFIG_AD5592R) += ad5592r.o
obj-$(CONFIG_AD5593R) += ad5593r.o
obj-$(CONFIG_AD5755) += ad5755.o
+obj-$(CONFIG_AD5755) += ad5758.o
obj-$(CONFIG_AD5761) += ad5761.o
obj-$(CONFIG_AD5764) += ad5764.o
obj-$(CONFIG_AD5791) += ad5791.o