From patchwork Fri Aug 10 23:37:21 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [Precise, SRU] UBUNTU: config: compile the rtc-pl031 driver as static on the highbank kernel flavour From: Chris Van Hoof X-Patchwork-Id: 176651 Message-Id: <1344641841-22128-1-git-send-email-vanhoof@canonical.com> To: kernel-team@lists.ubuntu.com Cc: Dann Frazier Date: Fri, 10 Aug 2012 19:37:21 -0400 From: Dann Frazier The rtc-pl031 driver is used for the RTC on the highbank platform. Presently it is built as a module in Precise and Quantal, making the driver unavailable in early boot, yielding the following error on both releases: ./drivers/rtc/hctosys.c: unable to open rtc device (rtc0) BugLink: https://bugs.launchpad.net/bugs/1035110 Signed-off-by: Dann Frazier Signed-off-by: Chris Van Hoof Cc: Ike Pan --- debian.master/config/armel/config.common.armel | 1 + debian.master/config/armhf/config.flavour.highbank | 1 + debian.master/config/armhf/config.flavour.omap | 1 + debian.master/config/config.common.ubuntu | 1 - 4 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian.master/config/armel/config.common.armel b/debian.master/config/armel/config.common.armel index dd040ba..d6806ad 100644 --- a/debian.master/config/armel/config.common.armel +++ b/debian.master/config/armel/config.common.armel @@ -247,6 +247,7 @@ CONFIG_RFKILL_GPIO=m CONFIG_RT2X00=m CONFIG_RT2X00_LIB_DEBUGFS=y CONFIG_RTC_DRV_CMOS=m +CONFIG_RTC_DRV_PL031=m CONFIG_RTC_DRV_TWL4030=y CONFIG_RTL8187=m CONFIG_RTL8192CU=m diff --git a/debian.master/config/armhf/config.flavour.highbank b/debian.master/config/armhf/config.flavour.highbank index f9f927b..0dc8805 100644 --- a/debian.master/config/armhf/config.flavour.highbank +++ b/debian.master/config/armhf/config.flavour.highbank @@ -165,6 +165,7 @@ CONFIG_REGMAP_SPI=m # CONFIG_RELAY is not set # CONFIG_RFKILL_GPIO is not set # CONFIG_RT2X00 is not set +CONFIG_RTC_DRV_PL031=y CONFIG_RTC_DRV_TWL4030=m # CONFIG_RTL8187 is not set # CONFIG_RTL8192CU is not set diff --git a/debian.master/config/armhf/config.flavour.omap b/debian.master/config/armhf/config.flavour.omap index b674f3f..a29efcd 100644 --- a/debian.master/config/armhf/config.flavour.omap +++ b/debian.master/config/armhf/config.flavour.omap @@ -165,6 +165,7 @@ CONFIG_REISERFS_FS_SECURITY=y CONFIG_RELAY=y CONFIG_RFKILL_GPIO=m CONFIG_RT2X00=m +CONFIG_RTC_DRV_PL031=y CONFIG_RTC_DRV_TWL4030=y CONFIG_RTL8187=m CONFIG_RTL8192CU=m diff --git a/debian.master/config/config.common.ubuntu b/debian.master/config/config.common.ubuntu index 23e5439..bcc53f6 100644 --- a/debian.master/config/config.common.ubuntu +++ b/debian.master/config/config.common.ubuntu @@ -4243,7 +4243,6 @@ CONFIG_RTC_DRV_PCF50633=m CONFIG_RTC_DRV_PCF8563=m CONFIG_RTC_DRV_PCF8583=m CONFIG_RTC_DRV_PL030=m -CONFIG_RTC_DRV_PL031=m CONFIG_RTC_DRV_PS3=m CONFIG_RTC_DRV_R9701=m CONFIG_RTC_DRV_RP5C01=m