diff options
author | Philippe Reynes <tremyfr@yahoo.fr> | 2014-06-15 02:27:00 +0400 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2014-06-28 12:54:14 +0400 |
commit | fc167f62483325aea9137e70e6773fe7ad1ca2ac (patch) | |
tree | 767e25d7c2937a1747c02c91fc2599f513e202f6 /drivers/iio/adc/Makefile | |
parent | b97855354aaacd65d68805bce38af4af1ef703f9 (diff) | |
download | linux-fc167f62483325aea9137e70e6773fe7ad1ca2ac.tar.xz |
iio: add support of the max1027
This driver add partial support of the
maxim 1027/1029/1031. Differential mode is not
supported.
It was tested on armadeus apf27 board.
Signed-off-by: Philippe Reynes <tremyfr@yahoo.fr>
Reviewed-by: Hartmut Knaack <knaack.h@gmx.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 9d60f2deaaaf..38cf5c3f5631 100644 --- a/drivers/iio/adc/Makefile +++ b/drivers/iio/adc/Makefile @@ -15,6 +15,7 @@ obj-$(CONFIG_AD799X) += ad799x.o obj-$(CONFIG_AT91_ADC) += at91_adc.o obj-$(CONFIG_EXYNOS_ADC) += exynos_adc.o obj-$(CONFIG_LP8788_ADC) += lp8788_adc.o +obj-$(CONFIG_MAX1027) += max1027.o obj-$(CONFIG_MAX1363) += max1363.o obj-$(CONFIG_MCP320X) += mcp320x.o obj-$(CONFIG_MCP3422) += mcp3422.o |