aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-shmobile/Makefile
diff options
context:
space:
mode:
authorMagnus Damm <damm@opensource.se>2011-04-29 02:36:07 +0900
committerPaul Mundt <lethal@linux-sh.org>2011-05-25 11:19:23 +0900
commit0af4817b80870cc12f4b6f38d89f3c012a7a6b28 (patch)
tree71898dbecacbd02273eb47859e9e235293217b96 /arch/arm/mach-shmobile/Makefile
parent97991657be8d85c2883ca477964f271d8c1bb96d (diff)
downloadkernel_samsung_smdk4412-0af4817b80870cc12f4b6f38d89f3c012a7a6b28.zip
kernel_samsung_smdk4412-0af4817b80870cc12f4b6f38d89f3c012a7a6b28.tar.gz
kernel_samsung_smdk4412-0af4817b80870cc12f4b6f38d89f3c012a7a6b28.tar.bz2
ARM: mach-shmobile: CPUIdle support
This patch adds a shared SH-Mobile ARM specific CPUIdle implementation supporting WFI only at this point. It serves as a common point for late registration of the arch-specific CPUIdle code, and supports adding extra sleep modes using the callback shmobile_cpuidle_setup() together with shmobile_cpuidle_modes[]. Signed-off-by: Magnus Damm <damm@opensource.se> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/arm/mach-shmobile/Makefile')
-rw-r--r--arch/arm/mach-shmobile/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/Makefile b/arch/arm/mach-shmobile/Makefile
index f443c58..612b270 100644
--- a/arch/arm/mach-shmobile/Makefile
+++ b/arch/arm/mach-shmobile/Makefile
@@ -32,6 +32,7 @@ obj-$(CONFIG_ARCH_SH73A0) += entry-gic.o
# PM objects
obj-$(CONFIG_SUSPEND) += suspend.o
+obj-$(CONFIG_CPU_IDLE) += cpuidle.o
obj-$(CONFIG_ARCH_SH7372) += pm-sh7372.o sleep-sh7372.o
# Board objects