aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Medhurst <tixy@linaro.org>2013-04-11 17:08:24 +0100
committerJon Medhurst <tixy@linaro.org>2013-05-13 13:22:00 +0100
commite95f3eacdddc7b469d22c3f8331b576be511f621 (patch)
tree312b559faa12ea84e72960f98e126aa8867b8a9a
parente1481316b7d535eef2611375c0336f7e064b8104 (diff)
configs: vexpress: Enable the RTC
The AEMv8 model supports this, so lets enable it. Signed-off-by: Jon Medhurst <tixy@linaro.org>
-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 ebe65c5b36ea..9087e4e0a8bb 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