Skip to content

Commit

Permalink
hwmon: Fix SENSORS_TMP102 dependencies to eliminate build errors
Browse files Browse the repository at this point in the history
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 <[email protected]>
Cc: Randy Dunlap <[email protected]>
Acked-by: Eduardo Valentin <[email protected]>
Reviewed-by: Guenter Roeck <[email protected]>
  • Loading branch information
Jean Delvare authored and Jean Delvare committed Feb 2, 2014
1 parent 920130a commit 632007e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/hwmon/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 632007e

Please sign in to comment.