Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20220413190632.30365-1-andriy.shevchenko@linux.intel.com
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>

authored by

Andy Shevchenko and committed by
Jonathan Cameron
61c8686c a9661744

-1
-1
drivers/iio/dac/Kconfig
··· 285 285 286 286 config DPOT_DAC 287 287 tristate "DAC emulation using a DPOT" 288 - depends on OF 289 288 help 290 289 Say yes here to build support for DAC emulation using a digital 291 290 potentiometer.