diff options
| author | Graeme Gregory <dp@xora.org.uk> | 2009-05-17 00:41:05 +0100 |
|---|---|---|
| committer | Graeme Gregory <dp@xora.org.uk> | 2009-05-17 00:41:05 +0100 |
| commit | 83cb9a11a2b04f954575bf4f2bc35d0d1743c393 (patch) | |
| tree | 9ff1006ff17a64fb6f2e8caca1bf621b46870162 /recipes/linux/linux-kirkwood/defconfig | |
| parent | 25c0e5fe636260f8c86c3adf22cc20ec2c4fcb77 (diff) | |
linux-kirkwood_2.6.29.2.bb : add CPUIDLE support so hopefully we waste
less power while idle
Diffstat (limited to 'recipes/linux/linux-kirkwood/defconfig')
| -rw-r--r-- | recipes/linux/linux-kirkwood/defconfig | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/recipes/linux/linux-kirkwood/defconfig b/recipes/linux/linux-kirkwood/defconfig index 23bf5d9820..c28a803478 100644 --- a/recipes/linux/linux-kirkwood/defconfig +++ b/recipes/linux/linux-kirkwood/defconfig @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit # Linux kernel version: 2.6.29.2 -# Sat May 16 20:08:52 2009 +# Sun May 17 00:12:54 2009 # CONFIG_ARM=y CONFIG_SYS_SUPPORTS_APM_EMULATION=y @@ -267,7 +267,9 @@ CONFIG_ATAGS_PROC=y # # CPU Power Management # -# CONFIG_CPU_IDLE is not set +CONFIG_CPU_IDLE=y +CONFIG_CPU_IDLE_GOV_LADDER=y +CONFIG_CPU_IDLE_GOV_MENU=y # # Floating point emulation |
