diff options
author | Christophe Leroy <christophe.leroy@c-s.fr> | 2013-02-13 10:47:00 +0400 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2013-03-16 14:18:05 +0400 |
commit | 0eac259db28fde88767cab5fd0380f4024e08c02 (patch) | |
tree | 5387c8e29634682f74063c3755d0c29102a6a20a /drivers/iio/adc/Makefile | |
parent | 17d82b47a215ded05ee3fb8d93b7c1269dbe0083 (diff) | |
download | linux-0eac259db28fde88767cab5fd0380f4024e08c02.tar.xz |
IIO ADC support for AD7923
This patch adds support for Analog Devices AD7923 ADC in the IIO Subsystem.
Signed-off-by: Patrick Vasseur <patrick.vasseur@c-s.fr>
Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/iio/adc/Makefile b/drivers/iio/adc/Makefile index 2d5f10080d8d..ab910ba4664c 100644 --- a/drivers/iio/adc/Makefile +++ b/drivers/iio/adc/Makefile @@ -5,6 +5,7 @@ obj-$(CONFIG_AD_SIGMA_DELTA) += ad_sigma_delta.o obj-$(CONFIG_AD7266) += ad7266.o obj-$(CONFIG_AD7298) += ad7298.o +obj-$(CONFIG_AD7923) += ad7923.o obj-$(CONFIG_AD7476) += ad7476.o obj-$(CONFIG_AD7791) += ad7791.o obj-$(CONFIG_AD7793) += ad7793.o |