aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio/adc/Kconfig
diff options
context:
space:
mode:
authorJack Andersen <jackoalan@gmail.com>2017-07-06 12:39:33 -1000
committerJonathan Cameron <Jonathan.Cameron@huawei.com>2017-07-09 18:17:18 +0100
commit7c0299e879dd3c3fe0885fc07233b28f6007add3 (patch)
tree5220e477a786c506665619ef365c24200cba3c08 /drivers/iio/adc/Kconfig
parentiio: pressure: zpa2326: Add newlines to logging macros (diff)
downloadlinux-dev-7c0299e879dd3c3fe0885fc07233b28f6007add3.tar.xz
linux-dev-7c0299e879dd3c3fe0885fc07233b28f6007add3.zip
iio: adc: Add support for DLN2 ADC
This patch adds support for Diolan DLN2 ADC via IIO's ADC interface. ADC is the fourth and final component of the DLN2 for the kernel. Signed-off-by: Jack Andersen <jackoalan@gmail.com> Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
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 8a6edf5bb1e5..17e61c5e9ffd 100644
--- a/drivers/iio/adc/Kconfig
+++ b/drivers/iio/adc/Kconfig
@@ -239,6 +239,15 @@ config DA9150_GPADC
To compile this driver as a module, choose M here: the module will be
called berlin2-adc.
+config DLN2_ADC
+ tristate "Diolan DLN-2 ADC driver support"
+ depends on MFD_DLN2
+ help
+ Say yes here to build support for Diolan DLN-2 ADC.
+
+ This driver can also be built as a module. If so, the module will be
+ called adc_dln2.
+
config ENVELOPE_DETECTOR
tristate "Envelope detector using a DAC and a comparator"
depends on OF