summaryrefslogtreecommitdiff
path: root/linaro
diff options
context:
space:
mode:
authorJon Medhurst <tixy@linaro.org>2013-04-11 17:08:24 +0100
committerJon Medhurst <tixy@linaro.org>2013-04-11 17:11:21 +0100
commit1cb3af1fbc2de426144892f002034e5b7384f905 (patch)
tree5902ac6761c42aa48fe850fa940a103e12fca59f /linaro
parente63f9a4665f4df4d0d61f875f6c5047e42e356a5 (diff)
configs: vexpress: Enable the RTC
The AEMv8 model supports this, so lets enable it. Signed-off-by: Jon Medhurst <tixy@linaro.org>
Diffstat (limited to 'linaro')
-rw-r--r--linaro/configs/vexpress64.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/linaro/configs/vexpress64.conf b/linaro/configs/vexpress64.conf
index ebe65c5b36e..9087e4e0a8b 100644
--- a/linaro/configs/vexpress64.conf
+++ b/linaro/configs/vexpress64.conf
@@ -16,6 +16,8 @@ CONFIG_LOGO=y
# CONFIG_LOGO_LINUX_VGA16 is not set
CONFIG_MMC=y
CONFIG_MMC_ARMMMCI=y
+CONFIG_RTC_CLASS=y
+CONFIG_RTC_DRV_PL031=y
CONFIG_NFS_FS=y
CONFIG_NFS_V3=y
CONFIG_NFS_V3_ACL=y