aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/thermal/Kconfig
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2013-11-14 00:42:31 -0500
committerLinus Torvalds <torvalds@linux-foundation.org>2013-11-14 00:42:31 -0500
commit549608eadb31eac5d579ed70a21ac722bdf72861 (patch)
tree0ecc4b03ed9feca47b7b5beb2f84d27f0c6f9d8d /drivers/thermal/Kconfig
parent2f466d33f5f60542d3d82c0477de5863b22c94b9 (diff)
parent86e0a0bdf81c2dfa2a5a258dbb52f49c40ebc197 (diff)
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux
Pull thermal management updates from Zhang Rui: "This time we only have a few changes as there are no soc thermal changes from Eduardo. The only big change is the introduction of TMON, a tool to help visualize, tune, and test the thermal subsystem. The rest is mostly cleanups and fixes all over. Specifics: - introduce TMON, a tool base on thermal sysfs I/F. It can be used to visualize, tune and test the thermal subsystem. - fix a zone/cooling device binding problem, when both thermal zone bind parameters and .bind() callback are available" * 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux: tools/thermal: Introduce tmon, a tool for thermal subsystem thermal: Fix binding problem when there is thermal zone params thermal: cpu_cooling: fix return value check in cpufreq_cooling_register() Thermal: Check for validity before doing kfree thermal/intel_powerclamp: Add newer CPU models Thermal: Tidy up error handling in powerclamp_init thermal: Kconfig: cosmetic fixes ACPI/thermal : Remove zone disabled warning typo in drivers/thermal/Kconfig: lpatform instead of platform
Diffstat (limited to 'drivers/thermal/Kconfig')
-rw-r--r--drivers/thermal/Kconfig7
1 files changed, 4 insertions, 3 deletions
diff --git a/drivers/thermal/Kconfig b/drivers/thermal/Kconfig
index 5ef596765060..f35a1f75b15b 100644
--- a/drivers/thermal/Kconfig
+++ b/drivers/thermal/Kconfig
@@ -56,7 +56,7 @@ config THERMAL_DEFAULT_GOV_USER_SPACE
56 select THERMAL_GOV_USER_SPACE 56 select THERMAL_GOV_USER_SPACE
57 help 57 help
58 Select this if you want to let the user space manage the 58 Select this if you want to let the user space manage the
59 lpatform thermals. 59 platform thermals.
60 60
61endchoice 61endchoice
62 62
@@ -69,6 +69,7 @@ config THERMAL_GOV_STEP_WISE
69 bool "Step_wise thermal governor" 69 bool "Step_wise thermal governor"
70 help 70 help
71 Enable this to manage platform thermals using a simple linear 71 Enable this to manage platform thermals using a simple linear
72 governor.
72 73
73config THERMAL_GOV_USER_SPACE 74config THERMAL_GOV_USER_SPACE
74 bool "User_space thermal governor" 75 bool "User_space thermal governor"
@@ -116,14 +117,14 @@ config SPEAR_THERMAL
116 depends on OF 117 depends on OF
117 help 118 help
118 Enable this to plug the SPEAr thermal sensor driver into the Linux 119 Enable this to plug the SPEAr thermal sensor driver into the Linux
119 thermal framework 120 thermal framework.
120 121
121config RCAR_THERMAL 122config RCAR_THERMAL
122 tristate "Renesas R-Car thermal driver" 123 tristate "Renesas R-Car thermal driver"
123 depends on ARCH_SHMOBILE 124 depends on ARCH_SHMOBILE
124 help 125 help
125 Enable this to plug the R-Car thermal sensor driver into the Linux 126 Enable this to plug the R-Car thermal sensor driver into the Linux
126 thermal framework 127 thermal framework.
127 128
128config KIRKWOOD_THERMAL 129config KIRKWOOD_THERMAL
129 tristate "Temperature sensor on Marvell Kirkwood SoCs" 130 tristate "Temperature sensor on Marvell Kirkwood SoCs"