diff options
author | Rob Herring <rob.herring@calxeda.com> | 2013-09-27 03:02:51 +0200 |
---|---|---|
committer | Rob Herring <rob.herring@calxeda.com> | 2013-10-01 23:34:16 +0200 |
commit | dd68eb02e4598d81e9e42400ccbd2cc42f012bfa (patch) | |
tree | 4d66a3da8725f9216feb945821c42fa99bce1d83 /arch/arm/mach-highbank/Kconfig | |
parent | ARM: PSCI: remove unnecessary include of arm-gic.h (diff) | |
download | linux-dd68eb02e4598d81e9e42400ccbd2cc42f012bfa.tar.xz linux-dd68eb02e4598d81e9e42400ccbd2cc42f012bfa.zip |
ARM: highbank: adapt to use ARM PSCI calls
This adapts highbank to use psci for smp_ops and the cpu_suspend function
for suspend/resume.
Signed-off-by: Rob Herring <rob.herring@calxeda.com>
Diffstat (limited to 'arch/arm/mach-highbank/Kconfig')
-rw-r--r-- | arch/arm/mach-highbank/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-highbank/Kconfig b/arch/arm/mach-highbank/Kconfig index 8e8437dea3ce..965623de354f 100644 --- a/arch/arm/mach-highbank/Kconfig +++ b/arch/arm/mach-highbank/Kconfig @@ -10,6 +10,7 @@ config ARCH_HIGHBANK select ARM_ERRATA_775420 select ARM_ERRATA_798181 select ARM_GIC + select ARM_PSCI select ARM_TIMER_SP804 select CACHE_L2X0 select CLKDEV_LOOKUP |