From patchwork Thu Jan 31 23:09:36 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paolo Pisati X-Patchwork-Id: 217299 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 357572C0091 for ; Fri, 1 Feb 2013 10:09:54 +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 1U13GJ-0002va-FJ; Thu, 31 Jan 2013 23:09:43 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by chlorine.canonical.com with esmtp (Exim 4.71) (envelope-from ) id 1U13GG-0002v4-CC for kernel-team@lists.ubuntu.com; Thu, 31 Jan 2013 23:09:40 +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 1U13GG-0003X5-9T for kernel-team@lists.ubuntu.com; Thu, 31 Jan 2013 23:09:40 +0000 From: Paolo Pisati To: kernel-team@lists.ubuntu.com Subject: [PATCH 3/3] UBUNTU: [Config] FB_ARMCLCD=y (vexpress framebuffer) Date: Fri, 1 Feb 2013 00:09:36 +0100 Message-Id: <1359673776-2131-4-git-send-email-paolo.pisati@canonical.com> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: <1359673776-2131-1-git-send-email-paolo.pisati@canonical.com> References: <1359673776-2131-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/armhf/config.flavour.highbank | 1 + debian.master/config/armhf/config.flavour.omap | 1 + debian.master/config/config.common.ubuntu | 1 - 3 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian.master/config/armhf/config.flavour.highbank b/debian.master/config/armhf/config.flavour.highbank index 9741a0a..65aecf4 100644 --- a/debian.master/config/armhf/config.flavour.highbank +++ b/debian.master/config/armhf/config.flavour.highbank @@ -22,6 +22,7 @@ CONFIG_CPU_FREQ=y CONFIG_ENABLE_MUST_CHECK=y CONFIG_ENABLE_WARN_DEPRECATED=y CONFIG_EXT2_FS=y +CONFIG_FB_ARMCLCD=m # CONFIG_FONTS is not set # CONFIG_FPE_NWFPE is not set CONFIG_GPIO_GENERIC=m diff --git a/debian.master/config/armhf/config.flavour.omap b/debian.master/config/armhf/config.flavour.omap index 9acd195..1cddc22 100644 --- a/debian.master/config/armhf/config.flavour.omap +++ b/debian.master/config/armhf/config.flavour.omap @@ -22,6 +22,7 @@ CONFIG_CRASH_DUMP=y # CONFIG_ENABLE_MUST_CHECK is not set # CONFIG_ENABLE_WARN_DEPRECATED is not set CONFIG_EXT2_FS=m +CONFIG_FB_ARMCLCD=y CONFIG_FONTS=y CONFIG_FPE_NWFPE=y CONFIG_GPIO_GENERIC=y diff --git a/debian.master/config/config.common.ubuntu b/debian.master/config/config.common.ubuntu index 6fa9406..993a433 100644 --- a/debian.master/config/config.common.ubuntu +++ b/debian.master/config/config.common.ubuntu @@ -1739,7 +1739,6 @@ CONFIG_FB_3DFX=m # CONFIG_FB_3DFX_I2C is not set CONFIG_FB_ARC=m CONFIG_FB_ARK=m -CONFIG_FB_ARMCLCD=m CONFIG_FB_ASILIANT=y CONFIG_FB_ATY=m CONFIG_FB_ATY128=m