Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 339287
b: refs/heads/master
c: 4ba115b
h: refs/heads/master
i:
  339285: 9625b05
  339283: d2e1cfa
  339279: ffbfb25
v: v3
  • Loading branch information
Eduardo Valentin authored and Zhang Rui committed Nov 22, 2012
1 parent c9822dd commit b625dab
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3778ff5c709899a29cefe4b3077a926d0e1e9785
refs/heads/master: 4ba115b1e1ab6b717e08e0f4e766a1d16853d217
2 changes: 1 addition & 1 deletion trunk/drivers/thermal/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ config USER_SPACE
Enable this to let the user space manage the platform thermals.

config CPU_THERMAL
bool "generic cpu cooling support"
tristate "generic cpu cooling support"
depends on CPU_FREQ
select CPU_FREQ_TABLE
help
Expand Down
2 changes: 1 addition & 1 deletion trunk/include/linux/cpu_cooling.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
#define CPUFREQ_COOLING_START 0
#define CPUFREQ_COOLING_STOP 1

#ifdef CONFIG_CPU_THERMAL
#if defined(CONFIG_CPU_THERMAL) || defined(CONFIG_CPU_THERMAL_MODULE)
/**
* cpufreq_cooling_register - function to create cpufreq cooling device.
* @clip_cpus: cpumask of cpus where the frequency constraints will happen
Expand Down

0 comments on commit b625dab

Please sign in to comment.