summaryrefslogtreecommitdiff
path: root/arch/arm/mach-kirkwood/Makefile
diff options
context:
space:
mode:
authorRabeeh Khoury <rabeeh@marvell.com>2009-03-24 16:10:15 +0200
committerNicolas Pitre <nico@cam.org>2009-06-08 13:04:41 -0400
commite50b6befae9ea91c2d190fb78ff1e06a0b950add (patch)
tree28f12968f6564d87a9e1c158d40ce4dbd1271d9a /arch/arm/mach-kirkwood/Makefile
parenta914d4309c4cf6e7c4d0dbce4822dcad38a7cf27 (diff)
downloadlinux-next-e50b6befae9ea91c2d190fb78ff1e06a0b950add.tar.gz
[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/mach-kirkwood/Makefile')
-rw-r--r--arch/arm/mach-kirkwood/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-kirkwood/Makefile b/arch/arm/mach-kirkwood/Makefile
index 8f03c9b9bdd9..f21f35d8386b 100644
--- a/arch/arm/mach-kirkwood/Makefile
+++ b/arch/arm/mach-kirkwood/Makefile
@@ -5,3 +5,5 @@ obj-$(CONFIG_MACH_RD88F6192_NAS) += rd88f6192-nas-setup.o
obj-$(CONFIG_MACH_RD88F6281) += rd88f6281-setup.o
obj-$(CONFIG_MACH_SHEEVAPLUG) += sheevaplug-setup.o
obj-$(CONFIG_MACH_TS219) += ts219-setup.o
+
+obj-$(CONFIG_CPU_IDLE) += cpuidle.o