summaryrefslogtreecommitdiff
path: root/drivers/iio/adc/Makefile
diff options
context:
space:
mode:
authorPatil, Rachna <rachna@ti.com>2012-10-16 07:25:45 (GMT)
committerSamuel Ortiz <sameo@linux.intel.com>2012-11-05 22:50:27 (GMT)
commit5e53a69b44e893227b046a7bc74db3cb40d7f39b (patch)
tree4586fb856eb6709e40df4c38b0840177adbf4d7c /drivers/iio/adc/Makefile
parent2b99bafab19145a72e2c557326fc4662a864a162 (diff)
downloadlinux-fsl-qoriq-5e53a69b44e893227b046a7bc74db3cb40d7f39b.tar.xz
IIO : ADC: tiadc: Add support of TI's ADC driver
This patch adds support for TI's ADC driver. This is a multifunctional device. Analog input lines are provided on which voltage measurements can be carried out. You can have upto 8 input lines. Signed-off-by: Patil, Rachna <rachna@ti.com> Acked-by: Jonathan Cameron <jic23@kernel.org> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
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 900995d..4410a90 100644
--- a/drivers/iio/adc/Makefile
+++ b/drivers/iio/adc/Makefile
@@ -8,3 +8,4 @@ obj-$(CONFIG_AD7476) += ad7476.o
obj-$(CONFIG_AD7791) += ad7791.o
obj-$(CONFIG_AT91_ADC) += at91_adc.o
obj-$(CONFIG_LP8788_ADC) += lp8788_adc.o
+obj-$(CONFIG_TI_AM335X_ADC) += ti_am335x_adc.o