summaryrefslogtreecommitdiff
path: root/drivers/iio/adc/Kconfig
diff options
context:
space:
mode:
authorLars-Peter Clausen <lars@metafoo.de>2012-09-10 08:34:00 (GMT)
committerJonathan Cameron <jic23@kernel.org>2012-09-15 09:02:15 (GMT)
commit4c337de870d9bd1459ab603574256bb0e7644ad6 (patch)
tree1247ed98864855a526e78622b6c25b1381542a98 /drivers/iio/adc/Kconfig
parentac5332b1475b474a478d9336635849339546e235 (diff)
downloadlinux-fsl-qoriq-4c337de870d9bd1459ab603574256bb0e7644ad6.tar.xz
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/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/iio/adc/Kconfig b/drivers/iio/adc/Kconfig
index c71a000..e2e6963 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").