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/Kconfig | |
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/Kconfig')
-rw-r--r-- | drivers/iio/adc/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/iio/adc/Kconfig b/drivers/iio/adc/Kconfig index d0dc39a95555..af4cb8e167b7 100644 --- a/drivers/iio/adc/Kconfig +++ b/drivers/iio/adc/Kconfig @@ -131,6 +131,17 @@ config AT91_ADC To compile this driver as a module, choose M here: the module will be called at91_adc. +config AT91_SAMA5D2_ADC + tristate "Atmel AT91 SAMA5D2 ADC" + depends on ARCH_AT91 + depends on INPUT + help + Say yes here to build support for Atmel SAMA5D2 ADC which is + available on SAMA5D2 SoC family. + + To compile this driver as a module, choose M here: the module will be + called at91-sama5d2_adc. + config AXP288_ADC tristate "X-Powers AXP288 ADC driver" depends on MFD_AXP20X |