diff options
author | Jun Nie <jun.nie@linaro.org> | 2015-07-29 14:16:58 +0800 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2015-07-30 14:36:36 +0200 |
commit | f15107f41282d5ae9c6c26832dcc485729821ccc (patch) | |
tree | 20df95e5043a08f7d2d534065c3083fcd23f9817 /arch/arm/mach-zx/Kconfig | |
parent | 2eb084eb1f6eba53e657502c519b52e640e38cde (diff) |
ARM: zx: Add power domains for ZX296702
Add power domains for ZX296702 to power off
inactive power domains in runtime.
Signed-off-by: Jun Nie <jun.nie@linaro.org>
[olof: Marked zx296702_pd_driver as __initdata to avoid section mismatch]
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/mach-zx/Kconfig')
-rw-r--r-- | arch/arm/mach-zx/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-zx/Kconfig b/arch/arm/mach-zx/Kconfig index 2a910dc0d15e..7fdc5bf24f9b 100644 --- a/arch/arm/mach-zx/Kconfig +++ b/arch/arm/mach-zx/Kconfig @@ -13,6 +13,7 @@ config SOC_ZX296702 select ARM_GLOBAL_TIMER select HAVE_ARM_SCU if SMP select HAVE_ARM_TWD if SMP + select PM_GENERIC_DOMAINS help Support for ZTE ZX296702 SoC which is a dual core CortexA9MP endif |