summaryrefslogtreecommitdiff
path: root/drivers/iio
diff options
context:
space:
mode:
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>2022-05-30 21:13:13 +0300
committerJonathan Cameron <Jonathan.Cameron@huawei.com>2022-06-11 16:35:29 +0300
commitdff9a198b052b5aff19456d80cc337fb885c59d2 (patch)
tree66c3bf8b83840e4d205ecc08a70970b15c775207 /drivers/iio
parent0fd268736c21d0fbd7ab09a166800eb20836c8c1 (diff)
downloadlinux-dff9a198b052b5aff19456d80cc337fb885c59d2.tar.xz
iio: adc: envelope-detector: Drop dependency on OF
Nothing in this driver depends on OF so drop the dependency to remove the false impression such a dependency exists. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Link: https://lore.kernel.org/r/20220530181313.2789-1-andriy.shevchenko@linux.intel.com Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Diffstat (limited to 'drivers/iio')
-rw-r--r--drivers/iio/adc/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/iio/adc/Kconfig b/drivers/iio/adc/Kconfig
index aaa157494051..3b6a80786b51 100644
--- a/drivers/iio/adc/Kconfig
+++ b/drivers/iio/adc/Kconfig
@@ -417,7 +417,6 @@ config DLN2_ADC
config ENVELOPE_DETECTOR
tristate "Envelope detector using a DAC and a comparator"
- depends on OF
help
Say yes here to build support for an envelope detector using a DAC
and a comparator.