From: Andy Shevchenko Date: Mon, 30 May 2022 18:17:06 +0000 (+0300) Subject: iio: adc: sd_adc_modulator: Drop dependency on OF X-Git-Tag: v6.1-rc5~726^2~26^2~181 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0fd268736c21d0fbd7ab09a166800eb20836c8c1;p=platform%2Fkernel%2Flinux-starfive.git iio: adc: sd_adc_modulator: 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/20220530181706.3045-1-andriy.shevchenko@linux.intel.com Signed-off-by: Jonathan Cameron --- diff --git a/drivers/iio/adc/Kconfig b/drivers/iio/adc/Kconfig index 48ace74..aaa1574 100644 --- a/drivers/iio/adc/Kconfig +++ b/drivers/iio/adc/Kconfig @@ -941,7 +941,6 @@ config SPEAR_ADC config SD_ADC_MODULATOR tristate "Generic sigma delta modulator" - depends on OF select IIO_BUFFER select IIO_TRIGGERED_BUFFER help