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

svn path=/dists/sid/linux/; revision=21929
This commit is contained in:
Aurelien Jarno 2014-10-03 19:46:25 +00:00
parent 7455be0d8e
commit e1bc050251
2 changed files with 17 additions and 13 deletions

8
debian/changelog vendored
View File

@ -17,8 +17,12 @@ linux (3.16.3-3) UNRELEASED; urgency=low
[ 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@debian.org> Sun, 21 Sep 2014 12:09:24 +0100

View File

@ -612,17 +612,17 @@ CONFIG_REGULATOR_VEXPRESS=m
##
## 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