Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 374556
b: refs/heads/master
c: bbf7fc8
h: refs/heads/master
v: v3
  • Loading branch information
Zhang Rui committed Apr 14, 2013
1 parent 54f1e62 commit f1e07bc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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: 80a26a5c22b90a82b8696cb72c1d09d525ada53e
refs/heads/master: bbf7fc88c78f7317e2cdcf77e974c8a9a8312641
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 THERMAL_GOV_USER_SPACE
Enable this to let the user space manage the platform thermals.

config CPU_THERMAL
tristate "generic cpu cooling support"
bool "generic cpu cooling support"
depends on CPU_FREQ
select CPU_FREQ_TABLE
help
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/thermal/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ thermal_sys-$(CONFIG_THERMAL_GOV_STEP_WISE) += step_wise.o
thermal_sys-$(CONFIG_THERMAL_GOV_USER_SPACE) += user_space.o

# cpufreq cooling
obj-$(CONFIG_CPU_THERMAL) += cpu_cooling.o
thermal_sys-$(CONFIG_CPU_THERMAL) += cpu_cooling.o

# platform thermal drivers
obj-$(CONFIG_SPEAR_THERMAL) += spear_thermal.o
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

#if defined(CONFIG_CPU_THERMAL) || defined(CONFIG_CPU_THERMAL_MODULE)
#ifdef CONFIG_CPU_THERMAL
/**
* 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 f1e07bc

Please sign in to comment.