aboutsummaryrefslogtreecommitdiff
path: root/drivers/thermal/Kconfig
diff options
context:
space:
mode:
authorGravatar Zhang Rui <rui.zhang@intel.com> 2013-06-18 07:26:49 +0800
committerGravatar Zhang Rui <rui.zhang@intel.com> 2013-06-18 07:26:49 +0800
commit9d1968fdabc69981ea98ea82082de1cc12a60385 (patch)
tree5a5d14ccde0b6d34a0a6ecca1131d0b397dc8008 /drivers/thermal/Kconfig
parentMerge branch 'cpu-package-thermal' of .git into next (diff)
parentthermal: fix x86_pkg_temp_thermal.c build and Kconfig (diff)
downloadlinux-9d1968fdabc69981ea98ea82082de1cc12a60385.tar.gz
linux-9d1968fdabc69981ea98ea82082de1cc12a60385.tar.bz2
linux-9d1968fdabc69981ea98ea82082de1cc12a60385.zip
Merge branch 'cpu-package-thermal' of .git into next
Diffstat (limited to 'drivers/thermal/Kconfig')
-rw-r--r--drivers/thermal/Kconfig3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/thermal/Kconfig b/drivers/thermal/Kconfig
index b13c2bcccb72..e988c81d763c 100644
--- a/drivers/thermal/Kconfig
+++ b/drivers/thermal/Kconfig
@@ -171,8 +171,7 @@ config INTEL_POWERCLAMP
config X86_PKG_TEMP_THERMAL
tristate "X86 package temperature thermal driver"
- depends on THERMAL
- depends on X86
+ depends on X86_THERMAL_VECTOR
select THERMAL_GOV_USER_SPACE
default m
help