diff options
author | Gregory CLEMENT <gregory.clement@free-electrons.com> | 2012-11-14 16:51:08 -0500 |
---|---|---|
committer | Gregory CLEMENT <gregory.clement@free-electrons.com> | 2012-11-21 10:49:38 -0500 |
commit | 45f5984a8a528f7507f3ec860d297934d4449ad1 (patch) | |
tree | 2491bbc83f450f2630ab2b3792698f29c374b79b /arch/arm/mach-mvebu/Kconfig | |
parent | de4901933f6dfc0180f761790d3f47fc64e6270f (diff) |
arm: mvebu: Add SMP support for Armada XP
This enables SMP support on the Armada XP processor. It adds the
mandatory functions to support SMP such as: the SMP initialization
functions in platsmp.c, the secondary CPU entry point in headsmp.S and
the CPU hotplug initial support in hotplug.c.
Signed-off-by: Yehuda Yitschak <yehuday@marvell.com>
Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
Reviewed-by: Will Deacon <will.deacon@arm.com>
Diffstat (limited to 'arch/arm/mach-mvebu/Kconfig')
-rw-r--r-- | arch/arm/mach-mvebu/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-mvebu/Kconfig b/arch/arm/mach-mvebu/Kconfig index f4c3bf88f178..c934e1d4933d 100644 --- a/arch/arm/mach-mvebu/Kconfig +++ b/arch/arm/mach-mvebu/Kconfig | |||
@@ -21,6 +21,7 @@ menu "Marvell SOC with device tree" | |||
21 | config MACH_ARMADA_370_XP | 21 | config MACH_ARMADA_370_XP |
22 | bool | 22 | bool |
23 | select ARMADA_370_XP_TIMER | 23 | select ARMADA_370_XP_TIMER |
24 | select HAVE_SMP | ||
24 | select CPU_PJ4B | 25 | select CPU_PJ4B |
25 | 26 | ||
26 | config MACH_ARMADA_370 | 27 | config MACH_ARMADA_370 |