From: Lukasz Majewski Date: Wed, 4 Feb 2015 14:54:01 +0000 (+0900) Subject: ARM: exynos_defconfig: Enable support for cpufreq on Exynos SoCs X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=a394b1b2c3e8a0bf20daed68fc0ba44d5d5dd818;p=deliverable%2Flinux.git ARM: exynos_defconfig: Enable support for cpufreq on Exynos SoCs This commit enables the cpufreq subsystem. Moreover, support for using CPU as a cooling device is provided. Signed-off-by: Lukasz Majewski Signed-off-by: Kukjin Kim --- diff --git a/arch/arm/configs/exynos_defconfig b/arch/arm/configs/exynos_defconfig index 3c1d383a758f..70e5d0bdb4e4 100644 --- a/arch/arm/configs/exynos_defconfig +++ b/arch/arm/configs/exynos_defconfig @@ -91,6 +91,8 @@ CONFIG_CHARGER_MAX77693=y CONFIG_CHARGER_TPS65090=y CONFIG_HWMON=y CONFIG_SENSORS_LM90=y +CONFIG_CPU_FREQ=y +CONFIG_CPU_THERMAL=y CONFIG_THERMAL=y CONFIG_EXYNOS_THERMAL=y CONFIG_THERMAL_EMULATION=y