[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
This commit is contained in:
Aurelien Jarno 2014-10-03 19:45:03 +00:00
parent fa86f0a38d
commit 7455be0d8e
2 changed files with 8 additions and 2 deletions

6
debian/changelog vendored
View File

@ -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 <ijc@debian.org> Sun, 21 Sep 2014 12:09:24 +0100
linux (3.16.3-2) unstable; urgency=medium

View File

@ -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