From: Andy Shevchenko Date: Wed, 13 Apr 2022 19:16:11 +0000 (+0300) Subject: iio: dac: vf610: Drop dependency on OF X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=ebb3861c3fd9dd7329e2cdc8bbcf9a7b673927b3;p=linux.git iio: dac: vf610: Drop dependency on OF Nothing in this driver depends on OF firmware so drop the dependency to remove the false impression such a dependency exists. Signed-off-by: Andy Shevchenko Link: https://lore.kernel.org/r/20220413191611.46204-1-andriy.shevchenko@linux.intel.com Signed-off-by: Jonathan Cameron --- diff --git a/drivers/iio/dac/Kconfig b/drivers/iio/dac/Kconfig index c0bf0d84197f0..6e8cba84b387f 100644 --- a/drivers/iio/dac/Kconfig +++ b/drivers/iio/dac/Kconfig @@ -442,7 +442,6 @@ config TI_DAC7612 config VF610_DAC tristate "Vybrid vf610 DAC driver" - depends on OF depends on HAS_IOMEM help Say yes here to support Vybrid board digital-to-analog converter.