diff options
author | Zhang Rui <rui.zhang@intel.com> | 2013-03-26 16:57:01 +0100 |
---|---|---|
committer | Zhang Rui <rui.zhang@intel.com> | 2013-04-14 17:28:49 +0200 |
commit | bbf7fc88c78f7317e2cdcf77e974c8a9a8312641 (patch) | |
tree | d9a1610c07b32079facb04fae14b1d55b48440f1 /drivers/thermal/Kconfig | |
parent | Thermal: build thermal governors into thermal_sys module (diff) | |
download | linux-bbf7fc88c78f7317e2cdcf77e974c8a9a8312641.tar.xz linux-bbf7fc88c78f7317e2cdcf77e974c8a9a8312641.zip |
Thermal: build cpu_cooling code into thermal_sys module
Signed-off-by: Zhang Rui <rui.zhang@intel.com>
Acked-by: Eduardo Valentin <eduardo.valentin@ti.com>
Acked-by: Durgadoss R <durgadoss.r@intel.com>
Diffstat (limited to 'drivers/thermal/Kconfig')
-rw-r--r-- | drivers/thermal/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/thermal/Kconfig b/drivers/thermal/Kconfig index fb0672baff40..d1c2160492aa 100644 --- a/drivers/thermal/Kconfig +++ b/drivers/thermal/Kconfig @@ -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 |