[kernel] r21928 - in dists/sid/linux/debian: . config/arm64

Aurelien Jarno aurel32 at moszumanska.debian.org
Fri Oct 3 19:45:04 UTC 2014


Author: aurel32
Date: Fri Oct  3 19:45:03 2014
New Revision: 21928

Log:
[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.

Modified:
   dists/sid/linux/debian/changelog
   dists/sid/linux/debian/config/arm64/config

Modified: dists/sid/linux/debian/changelog
==============================================================================
--- dists/sid/linux/debian/changelog	Thu Oct  2 12:24:50 2014	(r21927)
+++ dists/sid/linux/debian/changelog	Fri Oct  3 19:45:03 2014	(r21928)
@@ -14,6 +14,12 @@
   * [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 <ijc at debian.org>  Sun, 21 Sep 2014 12:09:24 +0100
 
 linux (3.16.3-2) unstable; urgency=medium

Modified: dists/sid/linux/debian/config/arm64/config
==============================================================================
--- dists/sid/linux/debian/config/arm64/config	Thu Oct  2 12:24:50 2014	(r21927)
+++ dists/sid/linux/debian/config/arm64/config	Fri Oct  3 19:45:03 2014	(r21928)
@@ -88,8 +88,8 @@
 ##
 ## 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



More information about the Kernel-svn-changes mailing list