diff options
author | Andy Green <andy@openmoko.com> | 2009-03-10 12:03:37 +0000 |
---|---|---|
committer | Andy Green <agreen@octopus.localdomain> | 2009-03-10 12:03:37 +0000 |
commit | 5c49793dd16a6b01cd04a9f43efac6aa49e9a16e (patch) | |
tree | 154cbca5b3b3fc44ab51613bd60e2599ee270df6 /arch/arm | |
parent | b2474f313a45de93eb914d2a13bfab81c70e685a (diff) |
config-om3d7k-cpufreq.patch
Signed-off-by: Andy Green <andy@openmoko.com>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/configs/om_3d7k_defconfig | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/arch/arm/configs/om_3d7k_defconfig b/arch/arm/configs/om_3d7k_defconfig index cdf035707b8..f0046ceb1ef 100644 --- a/arch/arm/configs/om_3d7k_defconfig +++ b/arch/arm/configs/om_3d7k_defconfig @@ -284,6 +284,22 @@ CONFIG_CMDLINE="console=ttySAC0,115200 root=/dev/ram init=/bin/bash initrd=0x510 # # CPU Power Management # +CONFIG_CPU_FREQ=y +CONFIG_CPU_FREQ_TABLE=y +CONFIG_CPU_FREQ_DEBUG=y +CONFIG_CPU_FREQ_STAT=y +CONFIG_CPU_FREQ_STAT_DETAILS=y +CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE=y +# CONFIG_CPU_FREQ_DEFAULT_GOV_POWERSAVE is not set +# CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE is not set +# CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND is not set +# CONFIG_CPU_FREQ_DEFAULT_GOV_CONSERVATIVE is not set +CONFIG_CPU_FREQ_GOV_PERFORMANCE=y +CONFIG_CPU_FREQ_GOV_POWERSAVE=y +CONFIG_CPU_FREQ_GOV_USERSPACE=y +CONFIG_CPU_FREQ_GOV_ONDEMAND=y +CONFIG_CPU_FREQ_GOV_CONSERVATIVE=y +CONFIG_CPU_FREQ_S3C64XX=y CONFIG_CPU_IDLE=y CONFIG_CPU_IDLE_GOV_LADDER=y |