aboutsummaryrefslogtreecommitdiff
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>2014-03-31 13:58:28 +0100
commitcfae3045f6ca587f2198d252daff68a28a3a65de (patch)
tree76485b60c02981885555306d814fbf7fd612aac4 /linaro
parenta9506138b5652562c522e64a06bde00d9c7cab46 (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