diff options
author | Rabeeh Khoury <rabeeh@marvell.com> | 2009-03-24 10:10:15 -0400 |
---|---|---|
committer | Nicolas Pitre <nico@cam.org> | 2009-06-08 13:04:41 -0400 |
commit | e50b6befae9ea91c2d190fb78ff1e06a0b950add (patch) | |
tree | 28f12968f6564d87a9e1c158d40ce4dbd1271d9a /arch/arm/configs/kirkwood_defconfig | |
parent | a914d4309c4cf6e7c4d0dbce4822dcad38a7cf27 (diff) |
[ARM] Kirkwood: CPU idle driver
The patch adds support for Kirkwood cpu idle.
Two idle states are defined:
1. Wait-for-interrupt (replacing default kirkwood wfi)
2. Wait-for-interrupt and DDR self refresh
Signed-off-by: Rabeeh Khoury <rabeeh@marvell.com>
Signed-off-by: Nicolas Pitre <nico@marvell.com>
Diffstat (limited to 'arch/arm/configs/kirkwood_defconfig')
-rw-r--r-- | arch/arm/configs/kirkwood_defconfig | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/arm/configs/kirkwood_defconfig b/arch/arm/configs/kirkwood_defconfig index dcf8153a947d..bde56f406688 100644 --- a/arch/arm/configs/kirkwood_defconfig +++ b/arch/arm/configs/kirkwood_defconfig | |||
@@ -270,7 +270,9 @@ CONFIG_CMDLINE="" | |||
270 | # | 270 | # |
271 | # CPU Power Management | 271 | # CPU Power Management |
272 | # | 272 | # |
273 | # CONFIG_CPU_IDLE is not set | 273 | CONFIG_CPU_IDLE=y |
274 | CONFIG_CPU_IDLE_GOV_LADDER=y | ||
275 | CONFIG_CPU_IDLE_GOV_MENU=y | ||
274 | 276 | ||
275 | # | 277 | # |
276 | # Floating point emulation | 278 | # Floating point emulation |