Skip to content

Commit

Permalink
ARM: sunxi: select ARM_PSCI
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Zalan Blenessy authored and Maxime Ripard committed Jan 1, 2014
1 parent 60b0f38 commit 75cac6a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/mach-sunxi/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 75cac6a

Please sign in to comment.