summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Medhurst <tixy@linaro.org>2013-09-11 18:05:02 +0100
committerJon Medhurst <tixy@linaro.org>2013-11-06 09:38:29 +0000
commitc3a108db02131e4e85b2815b12b543398e96e524 (patch)
tree807ae7a909d7c4d8a5351260b350997cad620692
parent872a24c3242d8f31ca2c77b971bc4c5119386353 (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