Skip to content

Commit 920130a

Browse files
Jean DelvareJean Delvare
authored andcommitted
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 <[email protected]> Cc: Randy Dunlap <[email protected]> Acked-by: Eduardo Valentin <[email protected]> Reviewed-by: Guenter Roeck <[email protected]>
1 parent 5cb480f commit 920130a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/hwmon/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -650,6 +650,7 @@ config SENSORS_LM73
650650
config SENSORS_LM75
651651
tristate "National Semiconductor LM75 and compatibles"
652652
depends on I2C
653+
depends on THERMAL || !THERMAL_OF
653654
help
654655
If you say yes here you get support for one common type of
655656
temperature sensor chip, with models including:

0 commit comments

Comments
 (0)