summaryrefslogtreecommitdiff
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 10:50:21 +0100
commitef5ff698c12a6c27f3410c51adc041c5082400b8 (patch)
tree1dd8416ca4d33ec4b1c07a082b78d03926ff0138
parentcdccb607e8c6a557bcee19929a2a84d72d9809d0 (diff)
configs: vexpress: Add CONFIG_ARM_ARCH_TIMER
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 7643cd63617..23a594f624c 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