aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/thermal
diff options
context:
space:
mode:
authorJan Beulich <JBeulich@novell.com>2009-09-18 12:41:10 -0700
committerLen Brown <len.brown@intel.com>2009-09-19 01:41:49 -0400
commitdf43176c934f2bc01f7615a6e20a4b8e77dcdd11 (patch)
treef613e2cdae764215727c0247192fdce143ca475d /drivers/thermal
parentacpi: switch /proc/acpi/{debug_layer,debug_level} to seq_file (diff)
downloadlinux-dev-df43176c934f2bc01f7615a6e20a4b8e77dcdd11.tar.xz
linux-dev-df43176c934f2bc01f7615a6e20a4b8e77dcdd11.zip
thermal: add missing Kconfig dependency
Otherwise THERMAL_HWMON can be selected when HWMON=n and THERMAL=n, which fails to build. Signed-off-by: Jan Beulich <jbeulich@novell.com> Cc: Zhang Rui <rui.zhang@intel.com> Cc: Matthew Garrett <mjg@redhat.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers/thermal')
-rw-r--r--drivers/thermal/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/thermal/Kconfig b/drivers/thermal/Kconfig
index a86e952ed4ca..bf7c687519ef 100644
--- a/drivers/thermal/Kconfig
+++ b/drivers/thermal/Kconfig
@@ -15,6 +15,7 @@ menuconfig THERMAL
config THERMAL_HWMON
bool "Hardware monitoring support"
+ depends on THERMAL
depends on HWMON=y || HWMON=THERMAL
help
The generic thermal sysfs driver's hardware monitoring support