From patchwork Fri Sep 19 23:04:04 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: dann frazier X-Patchwork-Id: 391445 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19]) by ozlabs.org (Postfix) with ESMTP id 7C993140161; Sat, 20 Sep 2014 09:04:33 +1000 (EST) Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.76) (envelope-from ) id 1XV7E1-0001R1-Dd; Fri, 19 Sep 2014 23:04:25 +0000 Received: from complete.lackof.org ([198.49.126.79]) by huckleberry.canonical.com with esmtp (Exim 4.76) (envelope-from ) id 1XV7Dv-0001Qo-EL for kernel-team@lists.ubuntu.com; Fri, 19 Sep 2014 23:04:19 +0000 Received: from localhost (c-50-170-238-85.hsd1.co.comcast.net [50.170.238.85]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (Client did not present a certificate) by complete.lackof.org (Postfix) with ESMTPSA id 73F7A33E00CE for ; Fri, 19 Sep 2014 17:04:16 -0600 (MDT) From: dann frazier To: kernel-team@lists.ubuntu.com Subject: [PATCH] [Utopic] UBUNTU: [Config] CONFIG_RTC_DRV_XGENE=y on X-Gene Date: Fri, 19 Sep 2014 17:04:04 -0600 Message-Id: <1411167844-16949-1-git-send-email-dann.frazier@canonical.com> X-Mailer: git-send-email 2.1.0 X-Virus-Scanned: clamav-milter 0.98.1 at complete.lackof.org X-Virus-Status: Clean X-Spam-Status: No, score=0.0 required=5.0 tests=UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on complete.lackof.org X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.14 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: kernel-team-bounces@lists.ubuntu.com Sender: kernel-team-bounces@lists.ubuntu.com Also mark it as boot-essential to avoid regressions. Signed-off-by: dann frazier --- debian.master/config/annotations | 1 + debian.master/config/arm64/config.common.arm64 | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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 CONFIG_RTC_DRV_M41T80_WDT y CONFIG_RTC_DRV_CMOS p policy<(arch i386 amd64 &/ value y) | value m> note CONFIG_RTC_DRV_TWL4030 p policy<(arch armel armhf &/ value y) | value m> note +CONFIG_RTC_DRV_XGENE p policy<(arch arm64 &/ value y) | value m> note # 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