diff options
author | Zhang, Rui <rui.zhang@intel.com> | 2008-02-27 08:37:50 +0800 |
---|---|---|
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 @@ menuconfig THERMAL bool "Generic Thermal sysfs driver" + select HWMON default y help Generic Thermal Sysfs driver offers a generic mechanism for |