diff options
Diffstat (limited to 'drivers/thermal/Kconfig')
-rw-r--r-- | drivers/thermal/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/thermal/Kconfig b/drivers/thermal/Kconfig index ae18f025a761..dbfc390330ac 100644 --- a/drivers/thermal/Kconfig +++ b/drivers/thermal/Kconfig | |||
@@ -17,8 +17,17 @@ if THERMAL | |||
17 | 17 | ||
18 | config THERMAL_HWMON | 18 | config THERMAL_HWMON |
19 | bool | 19 | bool |
20 | prompt "Expose thermal sensors as hwmon device" | ||
20 | depends on HWMON=y || HWMON=THERMAL | 21 | depends on HWMON=y || HWMON=THERMAL |
21 | default y | 22 | default y |
23 | help | ||
24 | In case a sensor is registered with the thermal | ||
25 | framework, this option will also register it | ||
26 | as a hwmon. The sensor will then have the common | ||
27 | hwmon sysfs interface. | ||
28 | |||
29 | Say 'Y' here if you want all thermal sensors to | ||
30 | have hwmon sysfs interface too. | ||
22 | 31 | ||
23 | choice | 32 | choice |
24 | prompt "Default Thermal governor" | 33 | prompt "Default Thermal governor" |