On Wed, Dec 15, 2021 at 03:29:33PM +0100, Linus Walleij wrote: > The driver has been augmented to just use device properties > so the OF dependency can be dropped. > > Cc: Peter Rosin <peda@xxxxxxxxxx> > Cc: Chris Lesiak <chris.lesiak@xxxxxxxxx> > Signed-off-by: Linus Walleij <linus.walleij@xxxxxxxxxx> Applied. Thanks, Guenter > --- > drivers/hwmon/Kconfig | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig > index e491e8f354bb..f4938f123815 100644 > --- a/drivers/hwmon/Kconfig > +++ b/drivers/hwmon/Kconfig > @@ -1415,7 +1415,6 @@ config SENSORS_PC87427 > > config SENSORS_NTC_THERMISTOR > tristate "NTC thermistor support" > - depends on OF > depends on IIO > depends on THERMAL || !THERMAL_OF > help