[kernel] r21929 - in dists/sid/linux/debian: . config/armhf

Aurelien Jarno aurel32 at moszumanska.debian.org
Fri Oct 3 19:46:25 UTC 2014


Author: aurel32
Date: Fri Oct  3 19:46:25 2014
New Revision: 21929

Log:
[armhf] Change RTC drivers from modules to built-ins

The kernel isn't able to initialize the system clock from a hardware clock
whose driver is a module, and we don't have an initramfs mechanism to do 
that.

Modified:
   dists/sid/linux/debian/changelog
   dists/sid/linux/debian/config/armhf/config.armmp

Modified: dists/sid/linux/debian/changelog
==============================================================================
--- dists/sid/linux/debian/changelog	Fri Oct  3 19:45:03 2014	(r21928)
+++ dists/sid/linux/debian/changelog	Fri Oct  3 19:46:25 2014	(r21929)
@@ -17,8 +17,12 @@
    [ 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.
+     clock whose driver is a module, and as there is no initramfs mechanism
+     to do that.
+   * [armhf] Change RTC_DRV_DA9052, RTC_DRV_IMXDI, RTC_DRV_MC13XXX,
+     RTC_DRV_MV, RTC_DRV_MXC, RTC_DRV_OMAP, RTC_DRV_PL030, RTC_DRV_PL031,
+     RTC_DRV_S5M, RTC_DRV_SUNXI, RTC_DRV_VT8500 from modules to built-ins for
+     the same reason as above.
 
  -- Ian Campbell <ijc at debian.org>  Sun, 21 Sep 2014 12:09:24 +0100
 

Modified: dists/sid/linux/debian/config/armhf/config.armmp
==============================================================================
--- dists/sid/linux/debian/config/armhf/config.armmp	Fri Oct  3 19:45:03 2014	(r21928)
+++ dists/sid/linux/debian/config/armhf/config.armmp	Fri Oct  3 19:46:25 2014	(r21929)
@@ -612,17 +612,17 @@
 ##
 ## file: drivers/rtc/Kconfig
 ##
-CONFIG_RTC_DRV_DA9052=m
-CONFIG_RTC_DRV_IMXDI=m
-CONFIG_RTC_DRV_OMAP=m
-CONFIG_RTC_DRV_PL030=m
-CONFIG_RTC_DRV_PL031=m
-CONFIG_RTC_DRV_VT8500=m
-CONFIG_RTC_DRV_S5M=m
-CONFIG_RTC_DRV_SUNXI=m
-CONFIG_RTC_DRV_MV=m
-CONFIG_RTC_DRV_MC13XXX=m
-CONFIG_RTC_DRV_MXC=m
+CONFIG_RTC_DRV_DA9052=y
+CONFIG_RTC_DRV_IMXDI=y
+CONFIG_RTC_DRV_OMAP=y
+CONFIG_RTC_DRV_PL030=y
+CONFIG_RTC_DRV_PL031=y
+CONFIG_RTC_DRV_VT8500=y
+CONFIG_RTC_DRV_S5M=y
+CONFIG_RTC_DRV_SUNXI=y
+CONFIG_RTC_DRV_MV=y
+CONFIG_RTC_DRV_MC13XXX=y
+CONFIG_RTC_DRV_MXC=y
 
 ##
 ## file: drivers/scsi/Kconfig



More information about the Kernel-svn-changes mailing list