diff options
author | Jun Nie <jun.nie@linaro.org> | 2015-04-28 11:18:10 +0200 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2015-05-15 21:49:51 +0200 |
commit | 71bc724300e636d213cac2d971f35aaa6362876e (patch) | |
tree | 24a0d6c1e2e6644923a0fd43f37393cac1794e18 /arch/arm/mach-zx/Makefile | |
parent | ARM: zx: add low level debug support for zx296702 (diff) | |
download | linux-71bc724300e636d213cac2d971f35aaa6362876e.tar.xz linux-71bc724300e636d213cac2d971f35aaa6362876e.zip |
ARM: zx: enable SMP and hotplug for zx296702
Bring up the secondary core. Enable hotplug with supporting
powering off secondary core.
Signed-off-by: Jun Nie <jun.nie@linaro.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/mach-zx/Makefile')
-rw-r--r-- | arch/arm/mach-zx/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-zx/Makefile b/arch/arm/mach-zx/Makefile index 7a541c78f695..7c2edf6e5f8b 100644 --- a/arch/arm/mach-zx/Makefile +++ b/arch/arm/mach-zx/Makefile @@ -1 +1,2 @@ obj-$(CONFIG_SOC_ZX296702) += zx296702.o +obj-$(CONFIG_SMP) += headsmp.o platsmp.o |