summaryrefslogtreecommitdiff
path: root/drivers/iio/adc/Makefile
diff options
context:
space:
mode:
authorLars-Peter Clausen <lars@metafoo.de>2012-09-04 15:26:00 (GMT)
committerJonathan Cameron <jic23@kernel.org>2012-09-08 09:20:09 (GMT)
commit7b123c85bbb3fadbd02b82d77d5aee0c399b0e06 (patch)
tree30d9f5e48ca28b1544ba239f107f4e8fea8e18af /drivers/iio/adc/Makefile
parentbf83238019cf091a32d3a8aeddf22282af992843 (diff)
downloadlinux-fsl-qoriq-7b123c85bbb3fadbd02b82d77d5aee0c399b0e06.tar.xz
staging:iio:adc: Add AD7791 driver
This patch adds support for the Analog Devices AD7787, AD7788, AD7789, AD7790 and AD7791 Sigma Delta Analog-to-Digital converters. Signed-off-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/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/iio/adc/Makefile b/drivers/iio/adc/Makefile
index 5989356..f187ff6 100644
--- a/drivers/iio/adc/Makefile
+++ b/drivers/iio/adc/Makefile
@@ -4,4 +4,5 @@
obj-$(CONFIG_AD_SIGMA_DELTA) += ad_sigma_delta.o
obj-$(CONFIG_AD7266) += ad7266.o
+obj-$(CONFIG_AD7791) += ad7791.o
obj-$(CONFIG_AT91_ADC) += at91_adc.o