summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Green <andy.green@linaro.org>2011-11-20 10:19:25 +0800
committerAndy Green <andy.green@linaro.org>2011-11-20 10:19:25 +0800
commitd98715b8705529283e8b404d5d91949e1bd6f6ef (patch)
tree00c9a5b45e2a5d7fbe8324b150f71a10a076edbb
parent886d61249358f4672828a24c7d56818b74ebfbd8 (diff)
config thermal cpufreqandroid-mainline-2011-11-2
Signed-off-by: Andy Green <andy.green@linaro.org>
-rw-r--r--arch/arm/configs/android_omap4_defconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/configs/android_omap4_defconfig b/arch/arm/configs/android_omap4_defconfig
index 69e41408ec2..24fa0723ecf 100644
--- a/arch/arm/configs/android_omap4_defconfig
+++ b/arch/arm/configs/android_omap4_defconfig
@@ -70,6 +70,9 @@ CONFIG_ZBOOT_ROM_TEXT=0x0
CONFIG_ZBOOT_ROM_BSS=0x0
CONFIG_CMDLINE="root=/dev/mmcblk0p2 rootwait console=ttyO2,115200"
CONFIG_KEXEC=y
+CONFIG_CPU_FREQ=y
+CONFIG_CPU_FREQ_STAT_DETAILS=y
+CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND=y
CONFIG_CPU_IDLE=y
CONFIG_FPE_NWFPE=y
CONFIG_BINFMT_MISC=y
@@ -303,6 +306,8 @@ CONFIG_ANDROID_LOGGER=y
CONFIG_ANDROID_TIMED_GPIO=y
CONFIG_ANDROID_LOW_MEMORY_KILLER=y
CONFIG_THERMAL_FRAMEWORK=y
+CONFIG_OMAP_THERMAL=y
+CONFIG_OMAP_DIE_GOVERNOR=y
CONFIG_HWSPINLOCK=y
CONFIG_EXT2_FS=y
CONFIG_EXT3_FS=y