diff options
author | Antoine Tenart <antoine.tenart@free-electrons.com> | 2015-05-18 11:19:18 +0200 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2015-05-23 10:47:40 +0100 |
commit | 70f1937911caebd961833314b41a618a33a5130a (patch) | |
tree | e46826ed70a64c04398392ebe56a5563b5b015c7 /drivers/iio/adc/Makefile | |
parent | 90bad33acbd82437cbf54eb1cefa6f6153fab927 (diff) | |
download | linux-stable-70f1937911caebd961833314b41a618a33a5130a.tar.gz linux-stable-70f1937911caebd961833314b41a618a33a5130a.tar.bz2 linux-stable-70f1937911caebd961833314b41a618a33a5130a.zip |
iio: adc: add support for Berlin
This patch adds the support of the Berlin ADC, available on Berlin SoCs.
This ADC has 8 channels available, with one connected to a temperature
sensor.
The particularity here, is that the temperature sensor connected to the
ADC has its own registers, and both the ADC and the temperature sensor
must be configured when using it.
Signed-off-by: Antoine Tenart <antoine.tenart@free-electrons.com>
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 3930e63e84bc..a0962103e866 100644 --- a/drivers/iio/adc/Makefile +++ b/drivers/iio/adc/Makefile @@ -15,6 +15,7 @@ obj-$(CONFIG_AD7887) += ad7887.o obj-$(CONFIG_AD799X) += ad799x.o obj-$(CONFIG_AT91_ADC) += at91_adc.o obj-$(CONFIG_AXP288_ADC) += axp288_adc.o +obj-$(CONFIG_BERLIN2_ADC) += berlin2-adc.o obj-$(CONFIG_DA9150_GPADC) += da9150-gpadc.o obj-$(CONFIG_CC10001_ADC) += cc10001_adc.o obj-$(CONFIG_EXYNOS_ADC) += exynos_adc.o |