From: Zalan Blenessy Date: Wed, 1 Jan 2014 17:02:55 +0000 (+0100) Subject: ARM: sunxi: select ARM_PSCI X-Git-Tag: next-20140116~120^2~3^2^2 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=75cac6abe756fde529a000e725dceed2b908f61a;p=karo-tx-linux.git ARM: sunxi: select ARM_PSCI On Allwinner sun7i (A20) SoCs, the SMP operations are implemented in u-boot, and exposed to the kernel through PSCI. We thus need to enable PSCI support for Allwinner SoCs so that the kernel uses it to bring up the additionnal cores. Signed-off-by: Signed-off-by: Zalan Blenessy Signed-off-by: Maxime Ripard --- diff --git a/arch/arm/mach-sunxi/Kconfig b/arch/arm/mach-sunxi/Kconfig index 8dea30ffe1ec..8053b1befc5e 100644 --- a/arch/arm/mach-sunxi/Kconfig +++ b/arch/arm/mach-sunxi/Kconfig @@ -3,6 +3,7 @@ config ARCH_SUNXI select ARCH_HAS_RESET_CONTROLLER select ARCH_REQUIRE_GPIOLIB select ARM_GIC + select ARM_PSCI select CLKSRC_MMIO select CLKSRC_OF select COMMON_CLK