diff options
author | Alison Schofield <amsfield22@gmail.com> | 2016-08-24 22:48:43 -0700 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2016-08-29 16:57:40 +0100 |
commit | 8c9e7b1bf42af845f83350e5141fbc4181dc7f98 (patch) | |
tree | 28380959f519eeb4f5a24cded0fdfcd3c08000b8 /drivers/iio/adc/Makefile | |
parent | a5211b0d061644b48c80cfa1303413e79ace781e (diff) | |
download | linux-stable-8c9e7b1bf42af845f83350e5141fbc4181dc7f98.tar.gz linux-stable-8c9e7b1bf42af845f83350e5141fbc4181dc7f98.tar.bz2 linux-stable-8c9e7b1bf42af845f83350e5141fbc4181dc7f98.zip |
iio: adc: ltc2485: add support for Linear Technology LTC2485 ADC
Adds basic support for the LTC2485 ADC - a delta-sigma analog-to-digital
converter with an I2C interface that operates in single shot conversion
mode.
The driver supports an on board 5V reference and the power-on default
configuration which rejects both 50hz & 60hz line frequencies and
operates in 1x speed mode.
Signed-off-by: Alison Schofield <amsfield22@gmail.com>
Cc: Daniel Baluta <daniel.baluta@gmail.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'drivers/iio/adc/Makefile')
-rw-r--r-- | drivers/iio/adc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/iio/adc/Makefile b/drivers/iio/adc/Makefile index 33254eb96bec..f46dd1fdebae 100644 --- a/drivers/iio/adc/Makefile +++ b/drivers/iio/adc/Makefile @@ -27,6 +27,7 @@ obj-$(CONFIG_IMX7D_ADC) += imx7d_adc.o obj-$(CONFIG_INA2XX_ADC) += ina2xx-adc.o obj-$(CONFIG_LP8788_ADC) += lp8788_adc.o obj-$(CONFIG_LPC18XX_ADC) += lpc18xx_adc.o +obj-$(CONFIG_LTC2485) += ltc2485.o obj-$(CONFIG_MAX1027) += max1027.o obj-$(CONFIG_MAX1363) += max1363.o obj-$(CONFIG_MCP320X) += mcp320x.o |