diff options
author | Santosh Shilimkar | 2011-09-10 11:30:28 +0530 |
---|---|---|
committer | Santosh Shilimkar | 2011-09-23 12:05:30 +0530 |
commit | 1fb9026344ea9ecc7c5860240104109112384a61 (patch) | |
tree | 86b9c81b7c62db82ac1f0ff0d9528d936c25f2d4 | |
parent | 6f3eaec87b6b17bfa49cb3b5b8d07fa84be18512 (diff) |
ARM: Enable CPU_PM notifiers on ARM machines.
Signed-off-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
Tested-and-Acked-by: Shawn Guo <shawn.guo@linaro.org>
Tested-by: Vishwanath BS <vishwanath.bs@ti.com>
-rw-r--r-- | arch/arm/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 3269576dbfa8..247d0bc1119b 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -29,6 +29,7 @@ config ARM select HAVE_GENERIC_HARDIRQS select HAVE_SPARSE_IRQ select GENERIC_IRQ_SHOW + select CPU_PM if (SUSPEND || CPU_IDLE) help The ARM series is a line of low-power-consumption RISC chip designs licensed by ARM Ltd and targeted at embedded applications and |