From ace142b723614c915b65903ceb8a6970fea4a414 Mon Sep 17 00:00:00 2001 From: Jon Medhurst Date: Thu, 11 Apr 2013 17:08:24 +0100 Subject: configs: vexpress: Enable the RTC The AEMv8 model supports this, so lets enable it. Signed-off-by: Jon Medhurst --- linaro/configs/vexpress64.conf | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.3