diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2021-12-15 15:29:33 +0100 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2021-12-26 15:02:06 -0800 |
commit | 8569e5558d9fa5be2d57ce7195566861a45984c1 (patch) | |
tree | 97d58d74a05fab33bd4880fc403a14900f69c6b8 /drivers/hwmon | |
parent | 87b93329fdd64bbb87db72d06ca084a06d183d6d (diff) | |
download | linux-rpi-8569e5558d9fa5be2d57ce7195566861a45984c1.tar.gz linux-rpi-8569e5558d9fa5be2d57ce7195566861a45984c1.tar.bz2 linux-rpi-8569e5558d9fa5be2d57ce7195566861a45984c1.zip |
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 <peda@axentia.se>
Cc: Chris Lesiak <chris.lesiak@licor.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Link: https://lore.kernel.org/r/20211215142933.1409324-1-linus.walleij@linaro.org
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'drivers/hwmon')
-rw-r--r-- | drivers/hwmon/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig index 43e5245874ad..3e6064203d65 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 |