diff options
author | Lars-Peter Clausen <lars@metafoo.de> | 2012-09-04 17:26:00 +0200 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2012-09-08 11:20:09 +0200 |
commit | 7b123c85bbb3fadbd02b82d77d5aee0c399b0e06 (patch) | |
tree | 30d9f5e48ca28b1544ba239f107f4e8fea8e18af /drivers/iio/adc/Makefile | |
parent | iio:ad5446: Add device ids for ad5301/ad5311/ad5321 (diff) | |
download | linux-7b123c85bbb3fadbd02b82d77d5aee0c399b0e06.tar.xz linux-7b123c85bbb3fadbd02b82d77d5aee0c399b0e06.zip |
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/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/iio/adc/Makefile b/drivers/iio/adc/Makefile index 5989356c5735..f187ff6c2a16 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 |