summaryrefslogtreecommitdiffstats
path: root/drivers/iio/adc/Kconfig
diff options
context:
space:
mode:
authorPhilippe Reynes <tremyfr@yahoo.fr>2014-06-14 23:27:00 +0100
committerJonathan Cameron <jic23@kernel.org>2014-06-28 09:54:14 +0100
commitfc167f62483325aea9137e70e6773fe7ad1ca2ac (patch)
tree767e25d7c2937a1747c02c91fc2599f513e202f6 /drivers/iio/adc/Kconfig
parentb97855354aaacd65d68805bce38af4af1ef703f9 (diff)
downloadop-kernel-dev-fc167f62483325aea9137e70e6773fe7ad1ca2ac.zip
op-kernel-dev-fc167f62483325aea9137e70e6773fe7ad1ca2ac.tar.gz
iio: add support of the max1027
This driver add partial support of the maxim 1027/1029/1031. Differential mode is not supported. It was tested on armadeus apf27 board. Signed-off-by: Philippe Reynes <tremyfr@yahoo.fr> Reviewed-by: Hartmut Knaack <knaack.h@gmx.de> Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'drivers/iio/adc/Kconfig')
-rw-r--r--drivers/iio/adc/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/iio/adc/Kconfig b/drivers/iio/adc/Kconfig
index ee9d85e..de6d2f4 100644
--- a/drivers/iio/adc/Kconfig
+++ b/drivers/iio/adc/Kconfig
@@ -131,6 +131,15 @@ config LP8788_ADC
help
Say yes here to build support for TI LP8788 ADC.
+config MAX1027
+ tristate "Maxim max1027 ADC driver"
+ depends on SPI
+ select IIO_BUFFER
+ select IIO_TRIGGERED_BUFFER
+ help
+ Say yes here to build support for Maxim SPI ADC models
+ max1027, max1029 and max1031.
+
config MAX1363
tristate "Maxim max1363 ADC driver"
depends on I2C
OpenPOWER on IntegriCloud