From: Lorenzo Pieralisi Date: Thu, 7 Nov 2013 18:37:14 +0000 (+0000) Subject: arm64: kernel: add PM build infrastructure X-Git-Tag: v3.14-rc1~153^2~11^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=166936bace056dfc11452d794209f39a5e9b0fb4;p=pandora-kernel.git arm64: kernel: add PM build infrastructure This patch adds the required makefile and kconfig entries to enable PM for arm64 systems. The kernel relies on the cpu_{suspend}/{resume} infrastructure to properly save the context for a CPU and put it to sleep, hence this patch adds the config option required to enable cpu_{suspend}/{resume} API. In order to rely on the CPU PM implementation for saving and restoring of CPU subsystems like GIC and PMU, the arch Kconfig must be also augmented to select the CONFIG_CPU_PM option when SUSPEND or CPU_IDLE kernel implementations are selected. Signed-off-by: Lorenzo Pieralisi --- Reading git-diff-tree failed