summaryrefslogtreecommitdiff
path: root/drivers/iio/addac/Makefile
diff options
context:
space:
mode:
authorCosmin Tanislav <demonsingur@gmail.com>2022-11-17 11:09:16 +0300
committerJonathan Cameron <Jonathan.Cameron@huawei.com>2022-11-23 23:49:00 +0300
commit48ea75598db2b38e4a4b5738d65f226be717bd59 (patch)
treecdab7169e9c0a3ca5a04405343deee96df8d3831 /drivers/iio/addac/Makefile
parent0e69ba0dd56700b173100984f8a89fe4605591a5 (diff)
downloadlinux-48ea75598db2b38e4a4b5738d65f226be717bd59.tar.xz
iio: addac: add AD74115 driver
The AD74115H is a single-channel, software-configurable, input and output device for industrial control applications. The AD74115H provides a wide range of use cases, integrated on a single chip. These use cases include analog output, analog input, digital output, digital input, resistance temperature detector (RTD), and thermocouple measurement capability. The AD74115H also has an integrated HART modem. A serial peripheral interface (SPI) is used to handle all communications to the device, including communications with the HART modem. The digital input and digital outputs can be accessed via the SPI or the general-purpose input and output (GPIO) pins to support higher speed data rates. The device features a 16-bit, sigma-delta analog-to-digital converter (ADC) and a 14-bit digital-to-analog converter (DAC). The AD74115H contains a high accuracy 2.5 V on-chip reference that can be used as the DAC and ADC reference. Signed-off-by: Cosmin Tanislav <cosmin.tanislav@analog.com> Reviewed-by: Linus Walleij <linus.walleij@linaro.org> Link: https://lore.kernel.org/r/20221117080916.411766-3-cosmin.tanislav@analog.com Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Diffstat (limited to 'drivers/iio/addac/Makefile')
-rw-r--r--drivers/iio/addac/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/iio/addac/Makefile b/drivers/iio/addac/Makefile
index 17de20ef0d8e..577777276e43 100644
--- a/drivers/iio/addac/Makefile
+++ b/drivers/iio/addac/Makefile
@@ -4,5 +4,6 @@
#
# When adding new entries keep the list in alphabetical order
+obj-$(CONFIG_AD74115) += ad74115.o
obj-$(CONFIG_AD74413R) += ad74413r.o
obj-$(CONFIG_STX104) += stx104.o