diff options
author | Tony Lindgren <tony@atomide.com> | 2014-09-18 12:01:07 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2014-09-18 12:01:07 -0400 |
commit | fdc509b15eb3eb2dd73e0e8651ae8927330d130c (patch) | |
tree | 17ac129e892d06d3ee91fa5b0b18fec5cc095507 /arch | |
parent | d7c517b52edf12ffb4aaaeb76633ab00ec5089d0 (diff) |
ARM: omap2plus_defconfig: Add cpufreq to defconfig
Note that we can now use the CONFIG_GENERIC_CPUFREQ_CPU0,
so let's only enable that. Let's use CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND
as suggested by Nishant.
And also let's enable thermal as explained by Nishant Menon:
Many TI SoCs using Highest frequency is not really too nice of an idea for
long periods of time. And not everything is upstream to support things
optimially - example avs class 0, 1.5 ABB consolidation with cpufreq etc..
We definitely need thermal enabled as well for device safety needs.
[tony@atomide.com: updated per Nishant's suggestions]
Acked-by: Nishanth Menon <nm@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/configs/omap2plus_defconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs/omap2plus_defconfig index fc638559d3ad..d1d9f1823d3c 100644 --- a/arch/arm/configs/omap2plus_defconfig +++ b/arch/arm/configs/omap2plus_defconfig | |||
@@ -43,6 +43,14 @@ CONFIG_ARM_APPENDED_DTB=y | |||
43 | CONFIG_ARM_ATAG_DTB_COMPAT=y | 43 | CONFIG_ARM_ATAG_DTB_COMPAT=y |
44 | CONFIG_CMDLINE="root=/dev/mmcblk0p2 rootwait console=ttyO2,115200" | 44 | CONFIG_CMDLINE="root=/dev/mmcblk0p2 rootwait console=ttyO2,115200" |
45 | CONFIG_KEXEC=y | 45 | CONFIG_KEXEC=y |
46 | CONFIG_CPU_FREQ=y | ||
47 | CONFIG_CPU_FREQ_STAT_DETAILS=y | ||
48 | CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND=y | ||
49 | CONFIG_CPU_FREQ_GOV_POWERSAVE=y | ||
50 | CONFIG_CPU_FREQ_GOV_USERSPACE=y | ||
51 | CONFIG_CPU_FREQ_GOV_CONSERVATIVE=y | ||
52 | CONFIG_GENERIC_CPUFREQ_CPU0=y | ||
53 | # CONFIG_ARM_OMAP2PLUS_CPUFREQ is not set | ||
46 | CONFIG_CPU_IDLE=y | 54 | CONFIG_CPU_IDLE=y |
47 | CONFIG_BINFMT_MISC=y | 55 | CONFIG_BINFMT_MISC=y |
48 | CONFIG_PM_DEBUG=y | 56 | CONFIG_PM_DEBUG=y |
@@ -162,7 +170,9 @@ CONFIG_SENSORS_LM75=m | |||
162 | CONFIG_THERMAL=y | 170 | CONFIG_THERMAL=y |
163 | CONFIG_THERMAL_GOV_FAIR_SHARE=y | 171 | CONFIG_THERMAL_GOV_FAIR_SHARE=y |
164 | CONFIG_THERMAL_GOV_USER_SPACE=y | 172 | CONFIG_THERMAL_GOV_USER_SPACE=y |
173 | CONFIG_CPU_THERMAL=y | ||
165 | CONFIG_TI_SOC_THERMAL=y | 174 | CONFIG_TI_SOC_THERMAL=y |
175 | CONFIG_TI_THERMAL=y | ||
166 | CONFIG_OMAP4_THERMAL=y | 176 | CONFIG_OMAP4_THERMAL=y |
167 | CONFIG_OMAP5_THERMAL=y | 177 | CONFIG_OMAP5_THERMAL=y |
168 | CONFIG_DRA752_THERMAL=y | 178 | CONFIG_DRA752_THERMAL=y |