summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorInderpal Singh <inderpal.singh@linaro.org>2011-11-29 13:55:41 +0530
committerTushar Behera <tushar.behera@linaro.org>2012-04-17 13:07:49 +0530
commit75a1d3310abb379479d01cfa69756d809632d870 (patch)
tree167c9d2bd183d5e2b317b159a6dfafce1ad94793
parent8d8569ff33d1d4aa568e08ae027574dcc824aa35 (diff)
downloadlinux-topics-75a1d3310abb379479d01cfa69756d809632d870.tar.gz
CONFIG: ORIGEN: Enable CPU Freq
Signed-off-by: Inderpal Singh <inderpal.singh@linaro.org> Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
-rw-r--r--arch/arm/configs/exynos4_defconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/configs/exynos4_defconfig b/arch/arm/configs/exynos4_defconfig
index c620b46b662..aefe98617be 100644
--- a/arch/arm/configs/exynos4_defconfig
+++ b/arch/arm/configs/exynos4_defconfig
@@ -21,6 +21,11 @@ CONFIG_NR_CPUS=2
CONFIG_PREEMPT=y
CONFIG_AEABI=y
CONFIG_CMDLINE="root=/dev/ram0 rw ramdisk=8192 initrd=0x41000000,8M console=ttySAC2,115200 init=/linuxrc mem=256M"
+CONFIG_CPU_FREQ=y
+CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND=y
+CONFIG_CPU_FREQ_GOV_POWERSAVE=y
+CONFIG_CPU_FREQ_GOV_USERSPACE=y
+CONFIG_CPU_FREQ_GOV_CONSERVATIVE=y
CONFIG_CPU_IDLE=y
CONFIG_VFP=y
CONFIG_NEON=y