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 <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>
This commit is contained in:
Andy Shevchenko 2022-05-30 21:17:06 +03:00 committed by Jonathan Cameron
parent 319dbcd84f
commit 0fd268736c
1 changed files with 0 additions and 1 deletions

View File

@ -941,7 +941,6 @@ config SPEAR_ADC
config SD_ADC_MODULATOR config SD_ADC_MODULATOR
tristate "Generic sigma delta modulator" tristate "Generic sigma delta modulator"
depends on OF
select IIO_BUFFER select IIO_BUFFER
select IIO_TRIGGERED_BUFFER select IIO_TRIGGERED_BUFFER
help help