From 05129f4102957c0212c1602d4a0a99b436266a8f Mon Sep 17 00:00:00 2001 From: David Rientjes Date: Mon, 15 Oct 2012 13:40:15 -0700 Subject: [PATCH] --- yaml --- r: 334350 b: refs/heads/master c: dd8e8c4a2c902d8350b702e7bc7c2799e5e7e331 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/thermal/Kconfig | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 1947f6173dde..f02a715288bc 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 3ce9e53e788881da0d5f3912f80e0dd6b501f304 +refs/heads/master: dd8e8c4a2c902d8350b702e7bc7c2799e5e7e331 diff --git a/trunk/drivers/thermal/Kconfig b/trunk/drivers/thermal/Kconfig index edfd67d25013..e1cb6bd75f60 100644 --- a/trunk/drivers/thermal/Kconfig +++ b/trunk/drivers/thermal/Kconfig @@ -22,6 +22,7 @@ config THERMAL_HWMON config CPU_THERMAL bool "generic cpu cooling support" depends on THERMAL && CPU_FREQ + select CPU_FREQ_TABLE help This implements the generic cpu cooling mechanism through frequency reduction, cpu hotplug and any other ways of reducing temperature. An @@ -50,6 +51,7 @@ config RCAR_THERMAL config EXYNOS_THERMAL tristate "Temperature sensor on Samsung EXYNOS" depends on (ARCH_EXYNOS4 || ARCH_EXYNOS5) && THERMAL + select CPU_FREQ_TABLE help If you say yes here you get support for TMU (Thermal Managment Unit) on SAMSUNG EXYNOS series of SoC.