summaryrefslogtreecommitdiffstats
path: root/drivers/iio/adc/Makefile
diff options
context:
space:
mode:
authorMichael Hennerich <michael.hennerich@analog.com>2017-03-29 11:42:58 +0200
committerJonathan Cameron <jic23@kernel.org>2017-04-02 10:56:59 +0100
commitbc82222fcca1ec3702caf98eb4a3ab0edfa6f789 (patch)
tree23b0ab709f2634439994372284928e095541ee40 /drivers/iio/adc/Makefile
parent13e283d6fc1b46d75da4076a18c419af0e05c6c7 (diff)
downloadlinux-stable-bc82222fcca1ec3702caf98eb4a3ab0edfa6f789.tar.gz
linux-stable-bc82222fcca1ec3702caf98eb4a3ab0edfa6f789.tar.bz2
linux-stable-bc82222fcca1ec3702caf98eb4a3ab0edfa6f789.zip
iio:adc: Driver for Linear Technology LTC2497 ADC
This patch adds support for the Analog Devices / Linear Technology LTC2497 ADCs. The LTC2497 is a 16-channel (eight differential), 16-bit, high precision, delta-sigma ADC with an automatic, differential, input current cancellation front end and a 2-wire, I2C interface. Signed-off-by: Michael Hennerich <michael.hennerich@analog.com> Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'drivers/iio/adc/Makefile')
-rw-r--r--drivers/iio/adc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/iio/adc/Makefile b/drivers/iio/adc/Makefile
index fd8e2a9f9e8b..3d9174ab26c8 100644
--- a/drivers/iio/adc/Makefile
+++ b/drivers/iio/adc/Makefile
@@ -34,6 +34,7 @@ obj-$(CONFIG_LP8788_ADC) += lp8788_adc.o
obj-$(CONFIG_LPC18XX_ADC) += lpc18xx_adc.o
obj-$(CONFIG_LPC32XX_ADC) += lpc32xx_adc.o
obj-$(CONFIG_LTC2485) += ltc2485.o
+obj-$(CONFIG_LTC2497) += ltc2497.o
obj-$(CONFIG_MAX1027) += max1027.o
obj-$(CONFIG_MAX11100) += max11100.o
obj-$(CONFIG_MAX1363) += max1363.o