diff mbox

[Utopic] UBUNTU: [Config] CONFIG_RTC_DRV_XGENE=y on X-Gene

Message ID 1411167844-16949-1-git-send-email-dann.frazier@canonical.com
State New
Headers show

Commit Message

dann frazier Sept. 19, 2014, 11:04 p.m. UTC
Also mark it as boot-essential to avoid regressions.

Signed-off-by: dann frazier <dann.frazier@canonical.com>
---
 debian.master/config/annotations               | 1 +
 debian.master/config/arm64/config.common.arm64 | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

Comments

Tim Gardner Sept. 22, 2014, 12:30 p.m. UTC | #1
Looks like I fat fingered amd64 v.s arm64
diff mbox

Patch

diff --git a/debian.master/config/annotations b/debian.master/config/annotations
index 2ad70b1..e71c1d4 100644
--- a/debian.master/config/annotations
+++ b/debian.master/config/annotations
@@ -1072,6 +1072,7 @@  CONFIG_RTC_DRV_TEST				n flag<TESTING>
 CONFIG_RTC_DRV_M41T80_WDT			y
 CONFIG_RTC_DRV_CMOS				p policy<(arch i386 amd64 &/ value y) | value m> note<boot essential on i386/amd64>
 CONFIG_RTC_DRV_TWL4030				p policy<(arch armel armhf &/ value y) | value m> note<boot essential on OMAP3/OMAP4>
+CONFIG_RTC_DRV_XGENE				p policy<(arch arm64 &/ value y) | value m> note<boot essential on X-Gene>
 
 # Menu: Device Drivers >> Remoteproc drivers
 
diff --git a/debian.master/config/arm64/config.common.arm64 b/debian.master/config/arm64/config.common.arm64
index 5747763..f5cc8e7 100644
--- a/debian.master/config/arm64/config.common.arm64
+++ b/debian.master/config/arm64/config.common.arm64
@@ -92,7 +92,7 @@  CONFIG_RTC_DRV_DS3232=m
 CONFIG_RTC_DRV_PCF8523=m
 CONFIG_RTC_DRV_PL031=m
 CONFIG_RTC_DRV_TWL4030=m
-CONFIG_RTC_DRV_XGENE=m
+CONFIG_RTC_DRV_XGENE=y
 CONFIG_SAMSUNG_USB2PHY=m
 CONFIG_SAMSUNG_USB3PHY=m
 CONFIG_SAMSUNG_USBPHY=m