From: Andy Shevchenko Date: Wed, 13 Apr 2022 19:06:32 +0000 (+0300) Subject: iio: dac: dpot: Drop dependency on OF X-Git-Tag: v6.6.17~7345^2~81^2~35 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=61c8686cee71ae48ff169f5de8bd5200881b32cc;p=platform%2Fkernel%2Flinux-rpi.git iio: dac: dpot: 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/20220413190632.30365-1-andriy.shevchenko@linux.intel.com Signed-off-by: Jonathan Cameron --- diff --git a/drivers/iio/dac/Kconfig b/drivers/iio/dac/Kconfig index 66e50f9..d1c7bde 100644 --- a/drivers/iio/dac/Kconfig +++ b/drivers/iio/dac/Kconfig @@ -285,7 +285,6 @@ config CIO_DAC config DPOT_DAC tristate "DAC emulation using a DPOT" - depends on OF help Say yes here to build support for DAC emulation using a digital potentiometer.