aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Medhurst <tixy@linaro.org>2013-09-11 18:05:02 +0100
committerJon Medhurst <tixy@linaro.org>2013-12-16 11:29:34 +0000
commit8af1b5b5e71d1d964be82299d7604efa362790ba (patch)
treee8ee35c5d17534bd25a3deb7595d37ef79ea20ad
parent0adefaf11ebae2fa77f5466861a0b26da51c2d1d (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