From patchwork Thu Oct 18 15:39:00 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paolo Pisati X-Patchwork-Id: 192362 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from chlorine.canonical.com (chlorine.canonical.com [91.189.94.204]) by ozlabs.org (Postfix) with ESMTP id 313C72C0093 for ; Fri, 19 Oct 2012 02:39:45 +1100 (EST) Received: from localhost ([127.0.0.1] helo=chlorine.canonical.com) by chlorine.canonical.com with esmtp (Exim 4.71) (envelope-from ) id 1TOsBy-0003UG-Qa; Thu, 18 Oct 2012 15:39:29 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by chlorine.canonical.com with esmtp (Exim 4.71) (envelope-from ) id 1TOsBh-0003OH-8c for kernel-team@lists.ubuntu.com; Thu, 18 Oct 2012 15:39:09 +0000 Received: from 2-230-238-136.ip204.fastwebnet.it ([2.230.238.136] helo=canonical.com) by youngberry.canonical.com with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1TOsBh-0001k1-5p for kernel-team@lists.ubuntu.com; Thu, 18 Oct 2012 15:39:09 +0000 From: Paolo Pisati To: kernel-team@lists.ubuntu.com Subject: [PATCH 4/8] UBUNTU: [Config] FTBFS arm[hf|el]/omap: disable OMAP_BANDGAP Date: Thu, 18 Oct 2012 17:39:00 +0200 Message-Id: <1350574745-22392-5-git-send-email-paolo.pisati@canonical.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1350574745-22392-1-git-send-email-paolo.pisati@canonical.com> References: <1350574745-22392-1-git-send-email-paolo.pisati@canonical.com> X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.13 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: kernel-team-bounces@lists.ubuntu.com Errors-To: kernel-team-bounces@lists.ubuntu.com Signed-off-by: Paolo Pisati --- debian.master/config/config.common.ubuntu | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/debian.master/config/config.common.ubuntu b/debian.master/config/config.common.ubuntu index 919e0bb..ff83538 100644 --- a/debian.master/config/config.common.ubuntu +++ b/debian.master/config/config.common.ubuntu @@ -4055,10 +4055,9 @@ CONFIG_OMAP2_VRFB=y CONFIG_OMAP3_EMU=y # CONFIG_OMAP3_L2_AUX_SECURE_SAVE_RESTORE is not set # CONFIG_OMAP3_SDRC_AC_TIMING is not set -CONFIG_OMAP5_THERMAL=y CONFIG_OMAP_32K_TIMER=y CONFIG_OMAP_32K_TIMER_HZ=128 -CONFIG_OMAP_BANDGAP=m +# CONFIG_OMAP_BANDGAP is not set CONFIG_OMAP_DM_TIMER=y CONFIG_OMAP_INTERCONNECT=y CONFIG_OMAP_IOMMU=y @@ -4074,7 +4073,6 @@ CONFIG_OMAP_PACKAGE_CBP=y CONFIG_OMAP_PACKAGE_CUS=y CONFIG_OMAP_PM_NOOP=y CONFIG_OMAP_RESET_CLOCKS=y -CONFIG_OMAP_THERMAL=y CONFIG_OMAP_USB2=m CONFIG_OMAP_WATCHDOG=m CONFIG_OMFS_FS=m