Skip to content

Commit 602456b

Browse files
committed
Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging
Pull hwmon kconfig fixes from Jean Delvare. * 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging: hwmon: Fix SENSORS_TMP102 dependencies to eliminate build errors hwmon: Fix SENSORS_LM75 dependencies to eliminate build errors
2 parents 7b383be + 632007e commit 602456b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/hwmon/Kconfig

+2
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:
@@ -1285,6 +1286,7 @@ config SENSORS_THMC50
12851286
config SENSORS_TMP102
12861287
tristate "Texas Instruments TMP102"
12871288
depends on I2C
1289+
depends on THERMAL || !THERMAL_OF
12881290
help
12891291
If you say yes here you get support for Texas Instruments TMP102
12901292
sensor chips.

0 commit comments

Comments
 (0)