diff options
author | Andreas Färber <afaerber@suse.de> | 2017-02-28 01:08:37 +0100 |
---|---|---|
committer | Andreas Färber <afaerber@suse.de> | 2017-06-23 18:01:35 +0200 |
commit | b6a0e18ca690c2398661c42b942187621ab77e36 (patch) | |
tree | 0c75f135b019d73f588050f35880e56c3fd1631e /arch/arm/mach-actions/Kconfig | |
parent | 4c0f860779e9835f87233d89319096501778430c (diff) |
ARM: owl: smp: Implement SPS power-gating for CPU2 and CPU3
Bring up the two remaining CPUs by calling into PM domain code.
Signed-off-by: Andreas Färber <afaerber@suse.de>
Diffstat (limited to 'arch/arm/mach-actions/Kconfig')
-rw-r--r-- | arch/arm/mach-actions/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-actions/Kconfig b/arch/arm/mach-actions/Kconfig index 717adc1630a1..ad9c5c89c683 100644 --- a/arch/arm/mach-actions/Kconfig +++ b/arch/arm/mach-actions/Kconfig @@ -10,6 +10,7 @@ menuconfig ARCH_ACTIONS select GENERIC_IRQ_CHIP select HAVE_ARM_SCU if SMP select HAVE_ARM_TWD if SMP + select OWL_PM_DOMAINS_HELPER select OWL_TIMER help This enables support for the Actions Semiconductor S500 SoC family. |