From patchwork Tue Dec 25 12:07:52 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fabio Estevam X-Patchwork-Id: 208105 Return-Path: X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@bilbo.ozlabs.org Received: from merlin.infradead.org (merlin.infradead.org [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 87DC52C00AE for ; Tue, 25 Dec 2012 23:12:55 +1100 (EST) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1TnTJF-0005wF-0b; Tue, 25 Dec 2012 12:08:37 +0000 Received: from mail-gg0-f169.google.com ([209.85.161.169]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1TnTJ8-0005vQ-S7 for linux-arm-kernel@lists.infradead.org; Tue, 25 Dec 2012 12:08:35 +0000 Received: by mail-gg0-f169.google.com with SMTP id u4so1308571ggl.28 for ; Tue, 25 Dec 2012 04:08:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:from:to:cc:subject:date:message-id:x-mailer; bh=qgNz1h+xYIaNORqucv4+HnpuDmlAY+WlfYoTBgY6B8c=; b=rGN01Ru3Kv+/6cbDaoPfWGc0CrQx+ftEm6ruVwlGKF3F9adyP/tEOKKLvunyBJLUaB FYC1NcPqRpLMxICKbkVyWyOKXt2FlJ6VEAr443kKlr2NCoJJzy09eil8BRv5hpaehv4E o9xm8fvwg0XJ9l+CLWYuIHDkdJgFTQG1OWNAvBxKQtaCSEj0yZ9JoYpxbPr5YWui89xz h+MFpKR+9ZlbzraG6bdINkdJk8nKBSVyCgpMYOZFK/wPMA5O95a1jxvCuVqHm7FM/pv7 oLC9Z586aAiaLPr5vyMIaP/38456Yroniz182li3hQ3XXXVdIlEbLRXWePOUd+FJo9QB sOpA== X-Received: by 10.236.121.134 with SMTP id r6mr21203838yhh.56.1356437309216; Tue, 25 Dec 2012 04:08:29 -0800 (PST) Received: from localhost.localdomain ([186.207.91.39]) by mx.google.com with ESMTPS id z1sm19002431anj.2.2012.12.25.04.08.27 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 25 Dec 2012 04:08:28 -0800 (PST) From: Fabio Estevam To: shawn.guo@linaro.org Subject: [PATCH] ARM: imx_v6_v7_defconfig: Select IPUV3 driver Date: Tue, 25 Dec 2012 10:07:52 -0200 Message-Id: <1356437272-1679-1-git-send-email-festevam@gmail.com> X-Mailer: git-send-email 1.7.9.5 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20121225_070831_108656_8F584A1E X-CRM114-Status: UNSURE ( 8.94 ) X-CRM114-Notice: Please train this message. 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.161.169 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, kernel@pengutronix.de 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 Let IPUV3 driver be built by default. Signed-off-by: Fabio Estevam --- arch/arm/configs/imx_v6_v7_defconfig | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/arch/arm/configs/imx_v6_v7_defconfig b/arch/arm/configs/imx_v6_v7_defconfig index 6966713..a613eb7 100644 --- a/arch/arm/configs/imx_v6_v7_defconfig +++ b/arch/arm/configs/imx_v6_v7_defconfig @@ -159,6 +159,7 @@ CONFIG_V4L_PLATFORM_DRIVERS=y CONFIG_MEDIA_CAMERA_SUPPORT=y CONFIG_SOC_CAMERA=y CONFIG_SOC_CAMERA_OV2640=y +CONFIG_DRM=y CONFIG_VIDEO_MX3=y CONFIG_FB=y CONFIG_LCD_PLATFORM=y @@ -200,6 +201,10 @@ CONFIG_RTC_DRV_MXC=y CONFIG_DMADEVICES=y CONFIG_IMX_SDMA=y CONFIG_MXS_DMA=y +CONFIG_STAGING=y +CONFIG_DRM_IMX=y +CONFIG_DRM_IMX_IPUV3_CORE=y +CONFIG_DRM_IMX_IPUV3=y CONFIG_COMMON_CLK_DEBUG=y # CONFIG_IOMMU_SUPPORT is not set CONFIG_EXT2_FS=y