aboutsummaryrefslogtreecommitdiff
path: root/linaro
diff options
context:
space:
mode:
authorJon Medhurst <tixy@linaro.org>2012-07-05 11:20:51 +0100
committerAlex Shi <alex.shi@linaro.org>2014-07-16 12:41:41 +0800
commitb6fafa063412f16658732ec4ab2b238512076b60 (patch)
tree001d6135398d7423fdb4099b23bd7f27007615eb /linaro
parent05d8321118f4a57b7a7c4223a7baf9cca0974dec (diff)
configs: vexpress: Extra options needed for TC2
TC2 has 5 CPUS and 2GB DRAM so allow the kernel to make use of all of these resources. Signed-off-by: Jon Medhurst <tixy@linaro.org> (cherry picked from commit 1d48350f734ab382da2f778311991bb266147562) Signed-off-by: Alex Shi <alex.shi@linaro.org>
Diffstat (limited to 'linaro')
-rw-r--r--linaro/configs/vexpress.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/linaro/configs/vexpress.conf b/linaro/configs/vexpress.conf
index 6576492b1534..a75400acf3cd 100644
--- a/linaro/configs/vexpress.conf
+++ b/linaro/configs/vexpress.conf
@@ -1,6 +1,9 @@
CONFIG_ARCH_VEXPRESS=y
CONFIG_ARCH_VEXPRESS_CA9X4=y
CONFIG_HAVE_ARM_ARCH_TIMER=y
+CONFIG_NR_CPUS=8
+CONFIG_HIGHMEM=y
+CONFIG_HIGHPTE=y
CONFIG_CMDLINE="console=ttyAMA0,38400n8 root=/dev/mmcblk0p2 rootwait mmci.fmax=4000000"
CONFIG_VFP=y
CONFIG_NEON=y