summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Medhurst <tixy@linaro.org>2013-09-11 18:05:02 +0100
committerJon Medhurst <tixy@linaro.org>2014-01-13 11:18:11 +0000
commit90405c6cc5e39d47de81cf8bc53fe082422351a3 (patch)
treeec4ce8032bfbf2daa8f94547bd59a870761197bd
parentea6b40887c641b4823238568c9b8fc9fcd74a019 (diff)
configs: vexpress64: Enable CPU hotplug
And up to 8 rather than the default 4 CPUs. Signed-off-by: Jon Medhurst <tixy@linaro.org>
-rw-r--r--linaro/configs/vexpress64.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/linaro/configs/vexpress64.conf b/linaro/configs/vexpress64.conf
index 7895612e1ed3..2d0f201c444d 100644
--- a/linaro/configs/vexpress64.conf
+++ b/linaro/configs/vexpress64.conf
@@ -1,5 +1,7 @@
CONFIG_ARCH_VEXPRESS=y
CONFIG_SMP=y
+CONFIG_NR_CPUS=8
+CONFIG_HOTPLUG_CPU=y
CONFIG_CMDLINE="console=ttyAMA0"
CONFIG_COMPAT=y
CONFIG_SMC91X=y