diff options
author | Ludovic Desroches <ludovic.desroches@atmel.com> | 2016-01-14 18:38:13 +0300 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2016-01-16 14:27:02 +0300 |
commit | 27e177190891d2ad5174a434d8f09b9315520585 (patch) | |
tree | be2c4916f1fcde414e7e2812e94bb909e7b9c446 /drivers/iio/adc/Makefile | |
parent | f78c5f96547e6eaa894557730af3f66b8116c5c2 (diff) | |
download | linux-27e177190891d2ad5174a434d8f09b9315520585.tar.xz |
iio:adc:at91_adc8xx: introduce new atmel adc driver
This driver supports the new version of the Atmel ADC device introduced
with the SAMA5D2 SoC family.
Signed-off-by: Ludovic Desroches <ludovic.desroches@atmel.com>
Acked-by: Rob Herring <robh@kernel.org>
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 6435780e9b71..fb57e12dbde2 100644 --- a/drivers/iio/adc/Makefile +++ b/drivers/iio/adc/Makefile @@ -14,6 +14,7 @@ obj-$(CONFIG_AD7793) += ad7793.o obj-$(CONFIG_AD7887) += ad7887.o obj-$(CONFIG_AD799X) += ad799x.o obj-$(CONFIG_AT91_ADC) += at91_adc.o +obj-$(CONFIG_AT91_SAMA5D2_ADC) += at91-sama5d2_adc.o obj-$(CONFIG_AXP288_ADC) += axp288_adc.o obj-$(CONFIG_BERLIN2_ADC) += berlin2-adc.o obj-$(CONFIG_CC10001_ADC) += cc10001_adc.o |