]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ARM: sunxi: select ARM_PSCI
authorZalan Blenessy <zalan.blenessy@gmail.com>
Wed, 1 Jan 2014 17:02:55 +0000 (18:02 +0100)
committerMaxime Ripard <maxime.ripard@free-electrons.com>
Wed, 1 Jan 2014 22:58:17 +0000 (23:58 +0100)
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 <zalan.blenessy@gmail.com>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
arch/arm/mach-sunxi/Kconfig

index 8dea30ffe1ecb985c39993f0d4fd5ac001f8d474..8053b1befc5e6994976b65ad24db1117ca45ffd6 100644 (file)
@@ -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