diff options
author | Zhang, Rui <rui.zhang@intel.com> | 2008-02-26 19:37:50 -0500 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2008-03-13 01:49:01 -0400 |
commit | 3152fb9f11cdd2fd8688c2c5cb805e5c09b53dd9 (patch) | |
tree | cc3433220de915d59320a512f62996a873d0b765 /drivers/thermal/Kconfig | |
parent | baadac8b10c5ac15ce3d26b68fa266c8889b163f (diff) |
thermal: fix generic thermal I/F for hwmon
Signed-off-by: Zhang Rui <rui.zhang@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers/thermal/Kconfig')
-rw-r--r-- | drivers/thermal/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/thermal/Kconfig b/drivers/thermal/Kconfig index 69f19f224875..3ab313ed441c 100644 --- a/drivers/thermal/Kconfig +++ b/drivers/thermal/Kconfig | |||
@@ -4,6 +4,7 @@ | |||
4 | 4 | ||
5 | menuconfig THERMAL | 5 | menuconfig THERMAL |
6 | bool "Generic Thermal sysfs driver" | 6 | bool "Generic Thermal sysfs driver" |
7 | select HWMON | ||
7 | default y | 8 | default y |
8 | help | 9 | help |
9 | Generic Thermal Sysfs driver offers a generic mechanism for | 10 | Generic Thermal Sysfs driver offers a generic mechanism for |