iio: adc: sd_adc_modulator: Drop dependency on OF
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Mon, 30 May 2022 18:17:06 +0000 (21:17 +0300)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Sat, 11 Jun 2022 13:35:29 +0000 (14:35 +0100)
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/20220530181706.3045-1-andriy.shevchenko@linux.intel.com
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/iio/adc/Kconfig

index 48ace74..aaa1574 100644 (file)
@@ -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