diff options
author | Thierry Reding <thierry.reding@avionic-design.de> | 2012-11-23 19:13:00 +0400 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2012-11-30 16:57:09 +0400 |
commit | bc0a409c5ffd91b5403037ab2798b84dccee4f06 (patch) | |
tree | 7a73516c4980b26215c93ae3e1d9836a4bb7ecd8 /drivers/iio/adc/Makefile | |
parent | fd1a8b9128410c2ea7da69180788e5d144c6ef46 (diff) | |
download | linux-bc0a409c5ffd91b5403037ab2798b84dccee4f06.tar.xz |
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/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/iio/adc/Makefile b/drivers/iio/adc/Makefile index 78202d9eb961..472fd7cd2417 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 + |