diff options
author | Zhang, Rui <rui.zhang@intel.com> | 2008-02-27 01:37:50 +0100 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2008-03-13 06:49:01 +0100 |
commit | 3152fb9f11cdd2fd8688c2c5cb805e5c09b53dd9 (patch) | |
tree | cc3433220de915d59320a512f62996a873d0b765 /drivers/thermal/Kconfig | |
parent | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86... (diff) | |
download | linux-3152fb9f11cdd2fd8688c2c5cb805e5c09b53dd9.tar.xz linux-3152fb9f11cdd2fd8688c2c5cb805e5c09b53dd9.zip |
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 |