From: Linus Walleij Date: Wed, 15 Dec 2021 14:29:33 +0000 (+0100) Subject: hwmon: (ntc_thermistor) Drop OF dependency X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=8569e5558d9fa5be2d57ce7195566861a45984c1;p=linux.git hwmon: (ntc_thermistor) Drop OF dependency The driver has been augmented to just use device properties so the OF dependency can be dropped. Cc: Peter Rosin Cc: Chris Lesiak Signed-off-by: Linus Walleij Link: https://lore.kernel.org/r/20211215142933.1409324-1-linus.walleij@linaro.org Signed-off-by: Guenter Roeck --- diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig index 43e5245874adb..3e6064203d658 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