diff options
author | Mike Looijmans <mike.looijmans@topic.nl> | 2017-07-03 08:25:57 +0200 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2017-07-04 21:50:04 +0200 |
commit | 1d3eacbfa64411465c568d58583be3b9fa26857b (patch) | |
tree | ea731c1ddfa85d587b2a331f234eba2e8ce0073d /drivers/iio/adc/Kconfig | |
parent | iio: light: rpr0521 triggered buffer (diff) | |
download | linux-1d3eacbfa64411465c568d58583be3b9fa26857b.tar.xz linux-1d3eacbfa64411465c568d58583be3b9fa26857b.zip |
iio: Add LTC2471/LTC2473 driver
The LTC2741 and LTC2473 are single voltage ADC chips. The LTC2473
is similar to the LTC2471 but outputs a signed differential value.
Datasheet:
http://cds.linear.com/docs/en/datasheet/24713fb.pdf
Signed-off-by: Mike Looijmans <mike.looijmans@topic.nl>
Reviewed-by: Lars-Peter Clausen <lars@metafoo.de>
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 b56c4a1989a7..8a6edf5bb1e5 100644 --- a/drivers/iio/adc/Kconfig +++ b/drivers/iio/adc/Kconfig @@ -362,6 +362,16 @@ config LPC32XX_ADC activate only one via device tree selection. Provides direct access via sysfs. +config LTC2471 + tristate "Linear Technology LTC2471 and LTC2473 ADC driver" + depends on I2C + help + Say yes here to build support for Linear Technology LTC2471 and + LTC2473 16-bit I2C ADC. + + This driver can also be built as a module. If so, the module will + be called ltc2471. + config LTC2485 tristate "Linear Technology LTC2485 ADC driver" depends on I2C |