summaryrefslogtreecommitdiffstats
path: root/drivers/iio/adc/Makefile
diff options
context:
space:
mode:
authorThierry Reding <thierry.reding@avionic-design.de>2012-11-23 15:13:00 +0000
committerJonathan Cameron <jic23@kernel.org>2012-11-30 12:57:09 +0000
commitbc0a409c5ffd91b5403037ab2798b84dccee4f06 (patch)
tree7a73516c4980b26215c93ae3e1d9836a4bb7ecd8 /drivers/iio/adc/Makefile
parentfd1a8b9128410c2ea7da69180788e5d144c6ef46 (diff)
downloadop-kernel-dev-bc0a409c5ffd91b5403037ab2798b84dccee4f06.zip
op-kernel-dev-bc0a409c5ffd91b5403037ab2798b84dccee4f06.tar.gz
iio: adc: Add Texas Instruments ADC081C021/027 support
Add support for reading conversion results from the ADC and provide them through a single IIO channel. A proper scaling factor is also exported based on the reference voltage provided by a regulator. Signed-off-by: Thierry Reding <thierry.reding@avionic-design.de> Reviewed-by: Lars-Peter Clausen <lars@metafoo.de> Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'drivers/iio/adc/Makefile')
-rw-r--r--drivers/iio/adc/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/iio/adc/Makefile b/drivers/iio/adc/Makefile
index 78202d9..472fd7c 100644
--- a/drivers/iio/adc/Makefile
+++ b/drivers/iio/adc/Makefile
@@ -12,3 +12,5 @@ obj-$(CONFIG_AD7887) += ad7887.o
obj-$(CONFIG_AT91_ADC) += at91_adc.o
obj-$(CONFIG_LP8788_ADC) += lp8788_adc.o
obj-$(CONFIG_MAX1363) += max1363.o
+obj-$(CONFIG_TI_ADC081C) += ti-adc081c.o
+
OpenPOWER on IntegriCloud