summaryrefslogtreecommitdiffstats
path: root/drivers/iio/adc/Kconfig
diff options
context:
space:
mode:
authorMichael Hennerich2017-03-29 11:42:58 +0200
committerJonathan Cameron2017-04-02 11:56:59 +0200
commitbc82222fcca1ec3702caf98eb4a3ab0edfa6f789 (patch)
tree23b0ab709f2634439994372284928e095541ee40 /drivers/iio/adc/Kconfig
parentstaging: iio: ad9832: use 4-digit octal permissions (diff)
downloadkernel-qcow2-linux-bc82222fcca1ec3702caf98eb4a3ab0edfa6f789.tar.gz
kernel-qcow2-linux-bc82222fcca1ec3702caf98eb4a3ab0edfa6f789.tar.xz
kernel-qcow2-linux-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/Kconfig')
-rw-r--r--drivers/iio/adc/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/iio/adc/Kconfig b/drivers/iio/adc/Kconfig
index 38c76ea683ea..79b04693a5d1 100644
--- a/drivers/iio/adc/Kconfig
+++ b/drivers/iio/adc/Kconfig
@@ -348,6 +348,16 @@ config LTC2485
To compile this driver as a module, choose M here: the module will be
called ltc2485.
+config LTC2497
+ tristate "Linear Technology LTC2497 ADC driver"
+ depends on I2C
+ help
+ Say yes here to build support for Linear Technology LTC2497
+ 16-Bit 8-/16-Channel Delta Sigma ADC.
+
+ To compile this driver as a module, choose M here: the module will be
+ called ltc2497.
+
config MAX1027
tristate "Maxim max1027 ADC driver"
depends on SPI