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-09-26 17:13:00 +0400
commit1a6e351b83d1ec6395d4131e07a88b6b129e24f8 (patch)
tree4cd17f694d41ea53a643c17230ee6ce25cdd4dcf
parenta2dbb9f7feb0f9e96545003049b4ab062c840424 (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