diff options
author | Robert Nelson <robert.nelson@digikey.com> | 2009-12-03 16:20:55 -0600 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-12-04 09:26:15 +0100 |
commit | 46a911631085da328514d9de00a2e21a8ef467de (patch) | |
tree | 326ddffff5caec1869d5313f68c6404695127f8e /recipes/linux/linux-omap-2.6.32 | |
parent | 8435956a8f5006238a7a41e5e9ea5d04c0731285 (diff) |
linux-omap 2.6.32: disable CONFIG_CPU_IDLE
Diffstat (limited to 'recipes/linux/linux-omap-2.6.32')
-rw-r--r-- | recipes/linux/linux-omap-2.6.32/beagleboard/defconfig | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/recipes/linux/linux-omap-2.6.32/beagleboard/defconfig b/recipes/linux/linux-omap-2.6.32/beagleboard/defconfig index e5ff8a4b91..ba019559d3 100644 --- a/recipes/linux/linux-omap-2.6.32/beagleboard/defconfig +++ b/recipes/linux/linux-omap-2.6.32/beagleboard/defconfig @@ -349,9 +349,7 @@ 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_IDLE=y -CONFIG_CPU_IDLE_GOV_LADDER=y -CONFIG_CPU_IDLE_GOV_MENU=y +# CONFIG_CPU_IDLE is not set # # Floating point emulation |