From 1a6e351b83d1ec6395d4131e07a88b6b129e24f8 Mon Sep 17 00:00:00 2001 From: Jon Medhurst Date: Wed, 11 Sep 2013 18:05:02 +0100 Subject: configs: vexpress64: Enable CPU hotplug And up to 8 rather than the default 4 CPUs. Signed-off-by: Jon Medhurst --- linaro/configs/vexpress64.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'linaro/configs') 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 -- cgit v1.2.3