From: Jon Medhurst Date: Thu, 5 Jul 2012 10:20:51 +0000 (+0100) Subject: configs: vexpress: Extra options needed for TC2 X-Git-Tag: firefly_0821_release~3680^2~236^2^2~14^2~5 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=ff4091af32617a95fb41809909ff04cc19557976;p=firefly-linux-kernel-4.4.55.git configs: vexpress: Extra options needed for TC2 Signed-off-by: Jon Medhurst --- 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