From 7455be0d8e3cc4f7c3549775c4be322f5f8d7a3e Mon Sep 17 00:00:00 2001 From: Aurelien Jarno Date: Fri, 3 Oct 2014 19:45:03 +0000 Subject: [PATCH] [arm64] Change RTC drivers from modules to built-ins The kernel isn't able to initialize the system clock from a hardware clock whose drive is a module, and there is no initramfs mechanism to do that. svn path=/dists/sid/linux/; revision=21928 --- debian/changelog | 6 ++++++ debian/config/arm64/config | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index c283a4a4a..9962fa738 100644 --- a/debian/changelog +++ b/debian/changelog @@ -14,6 +14,12 @@ linux (3.16.3-3) UNRELEASED; urgency=low * [x86] drm/i915: read HEAD register back in init_ring_common() to enforce ordering (Closes: #763583) + [ Aurelien Jarno ] + * [arm64] Change RTC_DRV_PL031 and RTC_DRV_XGENE from modules to built-ins + as the kernel isn't able to initialize the system clock from a hardware + clock whose driver is a module, and thre is no initramfs mechanism to do + that. + -- Ian Campbell Sun, 21 Sep 2014 12:09:24 +0100 linux (3.16.3-2) unstable; urgency=medium diff --git a/debian/config/arm64/config b/debian/config/arm64/config index a64c5776e..669c8bc87 100644 --- a/debian/config/arm64/config +++ b/debian/config/arm64/config @@ -88,8 +88,8 @@ CONFIG_POWER_RESET_XGENE=y ## ## file: drivers/rtc/Kconfig ## -CONFIG_RTC_DRV_PL031=m -CONFIG_RTC_DRV_XGENE=m +CONFIG_RTC_DRV_PL031=y +CONFIG_RTC_DRV_XGENE=y ## ## file: drivers/tty/serial/Kconfig