summaryrefslogtreecommitdiff
path: root/arch/arm/mach-highbank/Makefile
diff options
context:
space:
mode:
authorMartin Bogomolni <martin@calxeda.com>2011-06-13 16:50:33 -0500
committerArnd Bergmann <arnd@arndb.de>2011-10-31 14:14:04 +0100
commit9680b3d04d27ed90479eb84d2054ddd3deb83d5e (patch)
tree01a4e6e83174fcf3c78df901a8f8aacee7c7285e /arch/arm/mach-highbank/Makefile
parent6738845783e9113feec22f20834d0e956808da3b (diff)
ARM: highbank: Add cpu hotplug support
This adds cpu hotplug for highbank. On highbank, a core is always reset and boots up the same path as a cold boot. Signed-off-by: Martin Bogomolni <martin@calxeda.com> Signed-off-by: Rob Herring <rob.herring@calxeda.com> Reviewed-by: Jamie Iles <jamie@jamieiles.com> Reviewed-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/mach-highbank/Makefile')
-rw-r--r--arch/arm/mach-highbank/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-highbank/Makefile b/arch/arm/mach-highbank/Makefile
index 89c736ff047f..c45078f820ae 100644
--- a/arch/arm/mach-highbank/Makefile
+++ b/arch/arm/mach-highbank/Makefile
@@ -2,3 +2,4 @@ obj-y := clock.o highbank.o system.o
obj-$(CONFIG_DEBUG_HIGHBANK_UART) += lluart.o
obj-$(CONFIG_SMP) += platsmp.o
obj-$(CONFIG_LOCAL_TIMERS) += localtimer.o
+obj-$(CONFIG_HOTPLUG_CPU) += hotplug.o