From patchwork Thu Aug 9 21:16:46 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fabio Estevam X-Patchwork-Id: 176277 Return-Path: X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@bilbo.ozlabs.org Received: from merlin.infradead.org (unknown [IPv6:2001:4978:20e::2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 879022C0084 for ; Fri, 10 Aug 2012 07:20:05 +1000 (EST) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1Sza6F-0003Yf-87; Thu, 09 Aug 2012 21:16:59 +0000 Received: from mail-yw0-f49.google.com ([209.85.213.49]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1Sza6C-0003YA-5R for linux-arm-kernel@lists.infradead.org; Thu, 09 Aug 2012 21:16:56 +0000 Received: by yhjj52 with SMTP id j52so1042607yhj.36 for ; Thu, 09 Aug 2012 14:16:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer; bh=k/HjyrgbeJ3R1FuuNKCSpBMeL5G+tO9Y1eFGdN/JoP8=; b=KSyJYJl/dCoQOePckZOgcpy4S3fprP21B1zo4G5n7oG9O9mJ7dzGdJ6IW5LOV8uBaM OFD9zLYfM+pDqUxUOE5s21gAgvIxAiueYm8IfV7BWYthgGIc4JdAA8Y/qGnJHOGQ/av3 XPxzu3f0PeZyve2ccFx5Gvrjez6HxoYhUtFpHzMUM+6oyUrJXxohVKK8ejBnN2HnHJ53 iNMF8tWWIcSmjEteWrG302q3CxBR3INPePbh2hrfDw8DTU/pJo3NDYRvSu8eSNe+kcN8 t/k28LLYOahx2KQhYuCgxDZnIkPLY/wiQgWgpXql6OQfgVLNrIYEbXniHxlsczkrZyrW CIaQ== Received: by 10.236.197.69 with SMTP id s45mr722093yhn.74.1344547014058; Thu, 09 Aug 2012 14:16:54 -0700 (PDT) Received: from localhost.localdomain ([201.82.136.222]) by mx.google.com with ESMTPS id t20sm1879806anl.19.2012.08.09.14.16.51 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 09 Aug 2012 14:16:52 -0700 (PDT) From: Fabio Estevam To: shawn.guo@linaro.org Subject: [PATCH v2] ARM: mxs_defconfig: Add framebuffer support Date: Thu, 9 Aug 2012 18:16:46 -0300 Message-Id: <1344547006-26738-1-git-send-email-festevam@gmail.com> X-Mailer: git-send-email 1.7.1 X-Spam-Note: CRM114 invocation failed X-Spam-Score: -2.7 (--) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-2.7 points) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (festevam[at]gmail.com) -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [209.85.213.49 listed in list.dnswl.org] -0.0 SPF_PASS SPF: sender matches SPF record -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's domain 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily valid -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature Cc: Fabio Estevam , linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.14 Precedence: list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: linux-arm-kernel-bounces@lists.infradead.org Errors-To: linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org List-Id: linux-imx-kernel.lists.patchwork.ozlabs.org From: Fabio Estevam Add framebuffer support. Signed-off-by: Fabio Estevam --- Changes since v1: - Add missing features and tested on a mx28evk arch/arm/configs/mxs_defconfig | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/arch/arm/configs/mxs_defconfig b/arch/arm/configs/mxs_defconfig index 9e79125..67d5c05 100644 --- a/arch/arm/configs/mxs_defconfig +++ b/arch/arm/configs/mxs_defconfig @@ -109,6 +109,15 @@ CONFIG_SND_SOC_I2C_AND_SPI=y CONFIG_SND_SOC_SGTL5000=y CONFIG_REGULATOR=y CONFIG_REGULATOR_FIXED_VOLTAGE=y +CONFIG_FB=y +CONFIG_FB_MXS=y +CONFIG_BACKLIGHT_LCD_SUPPORT=y +CONFIG_LCD_CLASS_DEVICE=y +CONFIG_BACKLIGHT_CLASS_DEVICE=y +CONFIG_BACKLIGHT_PWM=y +CONFIG_FRAMEBUFFER_CONSOLE=y +CONFIG_FONTS=y +CONFIG_LOGO=y CONFIG_USB=y CONFIG_USB_CHIPIDEA=y CONFIG_USB_CHIPIDEA_HOST=y