hwmon: Fix SENSORS_TMP102 dependencies to eliminate build errors
authorJean Delvare <khali@linux-fr.org>
Sun, 2 Feb 2014 16:59:07 +0000 (17:59 +0100)
committerJean Delvare <khali@endymion.delvare>
Sun, 2 Feb 2014 16:59:07 +0000 (17:59 +0100)
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>

No differences found