aboutsummaryrefslogtreecommitdiffstats
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
commit632007e2011e5d4269ddb88c0a636b9d9e3c8a13 (patch)
tree2563b13d6524632df9186082e66279307f166f1f
parent920130a9de4a833f22c0166a4941e18b88a67f01 (diff)
hwmon: Fix SENSORS_TMP102 dependencies to eliminate build errors
Similar to what was done for the lm75 driver. 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>
-rw-r--r--drivers/hwmon/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig
index 9c98c28fa02e..5ce43d8dfa98 100644
--- a/drivers/hwmon/Kconfig
+++ b/drivers/hwmon/Kconfig
@@ -1286,6 +1286,7 @@ config SENSORS_THMC50
1286config SENSORS_TMP102 1286config SENSORS_TMP102
1287 tristate "Texas Instruments TMP102" 1287 tristate "Texas Instruments TMP102"
1288 depends on I2C 1288 depends on I2C
1289 depends on THERMAL || !THERMAL_OF
1289 help 1290 help
1290 If you say yes here you get support for Texas Instruments TMP102 1291 If you say yes here you get support for Texas Instruments TMP102
1291 sensor chips. 1292 sensor chips.