diff options
author | Michael Hennerich <michael.hennerich@analog.com> | 2017-03-29 12:42:58 +0300 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2017-04-02 12:56:59 +0300 |
commit | bc82222fcca1ec3702caf98eb4a3ab0edfa6f789 (patch) | |
tree | 23b0ab709f2634439994372284928e095541ee40 /drivers/iio/adc/Kconfig | |
parent | 13e283d6fc1b46d75da4076a18c419af0e05c6c7 (diff) | |
download | linux-bc82222fcca1ec3702caf98eb4a3ab0edfa6f789.tar.xz |
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/Kconfig | 10 |
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 |