diff options
author | Oskar Andero <oskar.andero@gmail.com> | 2013-05-03 13:58:00 +0400 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2013-05-23 01:16:47 +0400 |
commit | f5ce4a7a9291d9e4b9aeaeb2bf8c33808de44989 (patch) | |
tree | 126eca1e4bf602cce04a58a0c4c5c4e3110d44be /drivers/iio/adc/Makefile | |
parent | 735ae5392a622e88ebe9dda1f66d80850580239d (diff) | |
download | linux-f5ce4a7a9291d9e4b9aeaeb2bf8c33808de44989.tar.xz |
iio: adc: add driver for MCP3204/08 12-bit ADC
This adds support for Microchip's 12 bit AD converters MCP3204 and
MCP3208. These chips communicates over SPI and supports single-ended
and pseudo-differential configurations.
Signed-off-by: Oskar Andero <oskar.andero@gmail.com>
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 0a825bed43f6..8f475d31fe4d 100644 --- a/drivers/iio/adc/Makefile +++ b/drivers/iio/adc/Makefile @@ -14,6 +14,7 @@ obj-$(CONFIG_AT91_ADC) += at91_adc.o obj-$(CONFIG_EXYNOS_ADC) += exynos_adc.o obj-$(CONFIG_LP8788_ADC) += lp8788_adc.o obj-$(CONFIG_MAX1363) += max1363.o +obj-$(CONFIG_MCP320X) += mcp320x.o obj-$(CONFIG_TI_ADC081C) += ti-adc081c.o obj-$(CONFIG_TI_AM335X_ADC) += ti_am335x_adc.o obj-$(CONFIG_VIPERBOARD_ADC) += viperboard_adc.o |