diff options
author | Lars-Peter Clausen <lars@metafoo.de> | 2012-09-04 16:26:00 +0100 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2012-09-08 10:20:09 +0100 |
commit | 7b123c85bbb3fadbd02b82d77d5aee0c399b0e06 (patch) | |
tree | 30d9f5e48ca28b1544ba239f107f4e8fea8e18af /drivers/iio/adc/Kconfig | |
parent | bf83238019cf091a32d3a8aeddf22282af992843 (diff) | |
download | kernel-common-7b123c85bbb3fadbd02b82d77d5aee0c399b0e06.tar.gz kernel-common-7b123c85bbb3fadbd02b82d77d5aee0c399b0e06.tar.bz2 kernel-common-7b123c85bbb3fadbd02b82d77d5aee0c399b0e06.zip |
staging:iio:adc: Add AD7791 driver
This patch adds support for the Analog Devices AD7787, AD7788, AD7789, AD7790
and AD7791 Sigma Delta Analog-to-Digital converters.
Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'drivers/iio/adc/Kconfig')
-rw-r--r-- | drivers/iio/adc/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/iio/adc/Kconfig b/drivers/iio/adc/Kconfig index a2c50713b0b6..d0ae71ec2aa0 100644 --- a/drivers/iio/adc/Kconfig +++ b/drivers/iio/adc/Kconfig @@ -18,6 +18,18 @@ config AD7266 Say yes here to build support for Analog Devices AD7265 and AD7266 ADCs. +config AD7791 + tristate "Analog Devices AD7791 ADC driver" + depends on SPI + select AD_SIGMA_DELTA + help + Say yes here to build support for Analog Devices AD7787, AD7788, AD7789, + AD7790 and AD7791 SPI analog to digital converters (ADC). If unsure, say + N (but it is safe to say "Y"). + + To compile this driver as a module, choose M here: the module will be + called ad7791. + config AT91_ADC tristate "Atmel AT91 ADC" depends on ARCH_AT91 |