From: Andy Shevchenko Date: Mon, 30 May 2022 18:13:13 +0000 (+0300) Subject: iio: adc: envelope-detector: Drop dependency on OF X-Git-Tag: v6.1-rc5~726^2~26^2~180 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=dff9a198b052b5aff19456d80cc337fb885c59d2;p=platform%2Fkernel%2Flinux-starfive.git 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 Link: https://lore.kernel.org/r/20220530181313.2789-1-andriy.shevchenko@linux.intel.com Signed-off-by: Jonathan Cameron --- diff --git a/drivers/iio/adc/Kconfig b/drivers/iio/adc/Kconfig index aaa1574..3b6a807 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.