diff options
author | Olof Johansson <olof@lixom.net> | 2012-07-28 00:56:57 +0400 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2012-07-28 00:56:57 +0400 |
commit | 5c62202968d4aaf3bd50e19c421d66aec2e508e0 (patch) | |
tree | 925d3102051db9664772911f29a59155825c671d /arch/arm/mach-omap2/Kconfig | |
parent | 28a33cbc24e4256c143dce96c7d93bf423229f92 (diff) | |
parent | b93d70aeb8f3b5ed2d74643f5009239a55634e1d (diff) | |
download | linux-5c62202968d4aaf3bd50e19c421d66aec2e508e0.tar.xz |
Merge branch 'for_3.6/pm/coupled-cpuidle' of git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-omap-pm into late2/pm
* 'for_3.6/pm/coupled-cpuidle' of git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-omap-pm:
ARM: OMAP4: CPUidle: Open broadcast clock-event device.
ARM: OMAP4: CPUidle: add synchronization for coupled idle states
ARM: OMAP4: CPUidle: Use coupled cpuidle states to implement SMP cpuidle.
ARM: OMAP: timer: allow gp timer clock-event to be used on both cpus
Diffstat (limited to 'arch/arm/mach-omap2/Kconfig')
-rw-r--r-- | arch/arm/mach-omap2/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig index 4cf5142f22cc..cc83f5e13d5c 100644 --- a/arch/arm/mach-omap2/Kconfig +++ b/arch/arm/mach-omap2/Kconfig @@ -55,6 +55,7 @@ config ARCH_OMAP4 select PM_OPP if PM select USB_ARCH_HAS_EHCI if USB_SUPPORT select ARM_CPU_SUSPEND if PM + select ARCH_NEEDS_CPU_IDLE_COUPLED comment "OMAP Core Type" depends on ARCH_OMAP2 |