diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2022-04-13 21:16:11 +0200 |
---|---|---|
committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2022-04-28 20:22:54 +0200 |
commit | ebb3861c3fd9dd7329e2cdc8bbcf9a7b673927b3 (patch) | |
tree | 80d211147f8b584b2f9ec4b035f60d2757e4778f /drivers/iio/dac/Kconfig | |
parent | iio: imu: bmi160: Make use of device properties (diff) | |
download | linux-ebb3861c3fd9dd7329e2cdc8bbcf9a7b673927b3.tar.xz linux-ebb3861c3fd9dd7329e2cdc8bbcf9a7b673927b3.zip |
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 <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20220413191611.46204-1-andriy.shevchenko@linux.intel.com
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Diffstat (limited to 'drivers/iio/dac/Kconfig')
-rw-r--r-- | drivers/iio/dac/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/iio/dac/Kconfig b/drivers/iio/dac/Kconfig index c0bf0d84197f..6e8cba84b387 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. |