aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/Kconfig
diff options
context:
space:
mode:
authorJean Delvare <khali@linux-fr.org>2014-02-02 11:59:07 -0500
committerJean Delvare <khali@endymion.delvare>2014-02-02 11:59:07 -0500
commit920130a9de4a833f22c0166a4941e18b88a67f01 (patch)
tree542a48173823e267779cb6c3318ff3838a4a0380 /drivers/hwmon/Kconfig
parent5cb480f6b488128140c940abff3c36f524a334a8 (diff)
hwmon: Fix SENSORS_LM75 dependencies to eliminate build errors
Based on an earlier attempt by Randy Dunlap. Fix SENSORS_LM75 dependencies to eliminate build errors: drivers/built-in.o: In function `lm75_remove': lm75.c:(.text+0x12bd8c): undefined reference to `thermal_zone_of_sensor_unregister' drivers/built-in.o: In function `lm75_probe': lm75.c:(.text+0x12c123): undefined reference to `thermal_zone_of_sensor_register' Add depends on THERMAL since that is what provides the register/unregister functions above, but only if THERMAL_OF was selected as this is an optional feature of the driver. Signed-off-by: Jean Delvare <khali@linux-fr.org> Cc: Randy Dunlap <rdunlap@infradead.org> Acked-by: Eduardo Valentin <eduardo.valentin@ti.com> Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'drivers/hwmon/Kconfig')
-rw-r--r--drivers/hwmon/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig
index f6ca3b21aebd..9c98c28fa02e 100644
--- a/drivers/hwmon/Kconfig
+++ b/drivers/hwmon/Kconfig
@@ -650,6 +650,7 @@ config SENSORS_LM73
650config SENSORS_LM75 650config SENSORS_LM75
651 tristate "National Semiconductor LM75 and compatibles" 651 tristate "National Semiconductor LM75 and compatibles"
652 depends on I2C 652 depends on I2C
653 depends on THERMAL || !THERMAL_OF
653 help 654 help
654 If you say yes here you get support for one common type of 655 If you say yes here you get support for one common type of
655 temperature sensor chip, with models including: 656 temperature sensor chip, with models including: