summaryrefslogtreecommitdiff
path: root/drivers/iio/adc/Makefile
diff options
context:
space:
mode:
authorAlison Schofield <amsfield22@gmail.com>2016-08-25 05:48:43 (GMT)
committerJonathan Cameron <jic23@kernel.org>2016-08-29 15:57:40 (GMT)
commit8c9e7b1bf42af845f83350e5141fbc4181dc7f98 (patch)
tree28380959f519eeb4f5a24cded0fdfcd3c08000b8 /drivers/iio/adc/Makefile
parenta5211b0d061644b48c80cfa1303413e79ace781e (diff)
downloadlinux-8c9e7b1bf42af845f83350e5141fbc4181dc7f98.tar.xz
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/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/iio/adc/Makefile b/drivers/iio/adc/Makefile
index 33254eb..f46dd1f 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