diff options
author | Lars-Peter Clausen <lars@metafoo.de> | 2012-09-10 09:34:00 +0100 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2012-09-15 10:02:15 +0100 |
commit | 4c337de870d9bd1459ab603574256bb0e7644ad6 (patch) | |
tree | 1247ed98864855a526e78622b6c25b1381542a98 /drivers/iio/adc/Kconfig | |
parent | ac5332b1475b474a478d9336635849339546e235 (diff) | |
download | linux-stable-4c337de870d9bd1459ab603574256bb0e7644ad6.tar.gz linux-stable-4c337de870d9bd1459ab603574256bb0e7644ad6.tar.bz2 linux-stable-4c337de870d9bd1459ab603574256bb0e7644ad6.zip |
iio:ad7476: Add ad7940 support
The AD7940 is a single channel 14 bit ADC similar to the ADCs already supported
by the ad7476 driver, but it does have a different shift factor.
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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/iio/adc/Kconfig b/drivers/iio/adc/Kconfig index c71a0009cc79..e2e696395ac8 100644 --- a/drivers/iio/adc/Kconfig +++ b/drivers/iio/adc/Kconfig @@ -37,8 +37,8 @@ config AD7476 select IIO_TRIGGERED_BUFFER help Say yes here to build support for Analog Devices AD7475, AD7476, AD7477, - AD7478, AD7466, AD7467, AD7468, AD7495, AD7910, AD7920 SPI analog to - digital converters (ADC). + AD7478, AD7466, AD7467, AD7468, AD7495, AD7910, AD7920, AD7920 SPI analog + to digital converters (ADC). If unsure, say N (but it's safe to say "Y"). |