summaryrefslogtreecommitdiff
path: root/linaro
diff options
context:
space:
mode:
authorJon Medhurst <tixy@linaro.org>2012-06-07 16:58:15 +0100
committerJon Medhurst <tixy@linaro.org>2012-08-20 17:28:50 +0100
commitd617eba9770ac2113389034fec773d39338ffcdb (patch)
treebf11d773dc691766364de3f43023ac9a30c77095 /linaro
parentf4014d43abe6ab696e26c20f17a3c34f4027e3a9 (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>
Diffstat (limited to 'linaro')
-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