From 6c932147e65be19611d1fafdc2c5645eb1674dae Mon Sep 17 00:00:00 2001 From: Shawn Guo Date: Thu, 18 Jul 2013 21:05:33 +0800 Subject: [PATCH] ENGR00269945: ARM: imx: enable cpufreq and thermal support in defconfig Enable cpufreq and thermal support in defconfig, so that cpufreq can be used as the cpu_cooling device to throttle CPUs when passive trip point gets crossed. Signed-off-by: Shawn Guo --- arch/arm/configs/imx_v6_v7_defconfig | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/arch/arm/configs/imx_v6_v7_defconfig b/arch/arm/configs/imx_v6_v7_defconfig index 581ef54e3b3f..314ce3e2983a 100644 --- a/arch/arm/configs/imx_v6_v7_defconfig +++ b/arch/arm/configs/imx_v6_v7_defconfig @@ -46,6 +46,8 @@ CONFIG_PREEMPT_VOLUNTARY=y CONFIG_AEABI=y # CONFIG_OABI_COMPAT is not set CONFIG_CMDLINE="noinitrd console=ttymxc0,115200" +CONFIG_CPU_FREQ=y +CONFIG_ARM_IMX6Q_CPUFREQ=y CONFIG_VFP=y CONFIG_NEON=y CONFIG_BINFMT_MISC=m @@ -151,6 +153,9 @@ CONFIG_GPIO_SYSFS=y CONFIG_GPIO_MC9S08DZ60=y CONFIG_GPIO_PCA953X=y # CONFIG_HWMON is not set +CONFIG_THERMAL=y +CONFIG_CPU_THERMAL=y +CONFIG_IMX_THERMAL=y CONFIG_WATCHDOG=y CONFIG_IMX2_WDT=y CONFIG_MFD_DA9052_I2C=y -- 2.39.5