summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Medhurst <tixy@linaro.org>2013-09-11 18:05:02 +0100
committerAndrey Konovalov <andrey.konovalov@linaro.org>2014-02-07 01:38:25 +0400
commit1a82ec1170211ad3c50fa58b00e27466716f9002 (patch)
tree37881c5984e3123b3c6701aab8e1781701c79398
parentc691e7b1038f08c58085469b8c5fd367cc90f258 (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 7895612e1ed..2d0f201c444 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