aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Medhurst <tixy@linaro.org>2012-06-07 16:58:15 +0100
committerJon Medhurst <tixy@linaro.org>2012-06-11 14:41:36 +0100
commit5103b410b11055fc796e37011bb1231af3548137 (patch)
tree8e8a675c2e0126a7edb03ba491f3ed1f245e4df1
parent01922a5bebaae64d3083e9d1809b4cb330ede30b (diff)
A15 and A7 have architected timers and these are more efficient, so enable them. On other platforms, the kernel will fallback to using other timers. Signed-off-by: Jon Medhurst <tixy@linaro.org>
-rw-r--r--linaro/configs/vexpress.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/linaro/configs/vexpress.conf b/linaro/configs/vexpress.conf
index 7643cd636173..23a594f624c3 100644
--- a/linaro/configs/vexpress.conf
+++ b/linaro/configs/vexpress.conf
@@ -1,6 +1,7 @@
CONFIG_ARCH_VEXPRESS=y
CONFIG_ARCH_VEXPRESS_CA9X4=y
CONFIG_ARCH_VEXPRESS_DT=y
+CONFIG_ARM_ARCH_TIMER=y
CONFIG_CMDLINE="console=ttyAMA0,38400n8 root=/dev/mmcblk0p2 rootwait mmci.fmax=4000000"
CONFIG_VFP=y
CONFIG_NEON=y