From: Jean Delvare Date: Sun, 2 Feb 2014 16:59:07 +0000 (+0100) Subject: hwmon: Fix SENSORS_TMP102 dependencies to eliminate build errors X-Git-Tag: upstream/snapshot3+hdmi~3482^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=632007e2011e5d4269ddb88c0a636b9d9e3c8a13;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git 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 Cc: Randy Dunlap Acked-by: Eduardo Valentin Reviewed-by: Guenter Roeck --- diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig index 9c98c28..5ce43d8 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig @@ -1286,6 +1286,7 @@ config SENSORS_THMC50 config SENSORS_TMP102 tristate "Texas Instruments TMP102" depends on I2C + depends on THERMAL || !THERMAL_OF help If you say yes here you get support for Texas Instruments TMP102 sensor chips.