From patchwork Sat May 18 09:17:46 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexandre Courbot X-Patchwork-Id: 2588541 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork2.kernel.org Received: from casper.infradead.org (casper.infradead.org [85.118.1.10]) by patchwork2.kernel.org (Postfix) with ESMTP id 75FA5DF2E5 for ; Sat, 18 May 2013 09:34:10 +0000 (UTC) Received: from merlin.infradead.org ([2001:4978:20e::2]) by casper.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1UddJ6-0006y4-KU; Sat, 18 May 2013 09:20:09 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1UddHK-0005ac-PI; Sat, 18 May 2013 09:18:14 +0000 Received: from mail-pd0-f172.google.com ([209.85.192.172]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1UddHH-0005ZU-RN for linux-arm-kernel@lists.infradead.org; Sat, 18 May 2013 09:18:13 +0000 Received: by mail-pd0-f172.google.com with SMTP id 6so4029223pdd.31 for ; Sat, 18 May 2013 02:17:49 -0700 (PDT) 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=25SjYcRt5G46ND9y5I0Q517PkqpPRyx32WxRHYUSmAQ=; b=mlMniQ8X1LGIFX7BhYWE2UCjb3ZoBzB/dE28OLEhUqsrcanj7mpIYUf1hmITtEMGiY YqunuAjirdOBc+5ydBhRc4Lj5mY+aueaPMttFAuIQCWu7G22+g3nQB6Eit1T1tba962B 6aik1uzJ1R7A6Jkgi/1WE6rLlV5Dpn2GhwKwqoZavCnzhAWecs7mJ5kULaXMesi4/6U1 6RX7xvrF/us7rs7yFQ8L2YccJb7Juhb73nXoS9x/VuEZdTex4OZdoviNhG+ge5im1piE cA+7AaqhQwKJhfqNQMP5+nf5b2HuXjPo9PSYqlazkkxhK11Iuo36FbG3K2tnoH4cCdNf xfUw== X-Received: by 10.66.149.227 with SMTP id ud3mr53522189pab.33.1368868669781; Sat, 18 May 2013 02:17:49 -0700 (PDT) Received: from aramis.wi2.ne.jp ([103.5.142.8]) by mx.google.com with ESMTPSA id bs2sm16097116pad.17.2013.05.18.02.17.46 for (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 18 May 2013 02:17:49 -0700 (PDT) From: Alexandre Courbot To: Stephen Warren Subject: [PATCH] ARM: tegra: enable host1x support by default Date: Sat, 18 May 2013 18:17:46 +0900 Message-Id: <1368868666-24754-1-git-send-email-acourbot@nvidia.com> X-Mailer: git-send-email 1.8.2.3 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130518_051811_982540_7CBB12BD X-CRM114-Status: UNSURE ( 9.25 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -2.0 (--) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-2.0 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no trust [209.85.192.172 listed in list.dnswl.org] 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (gnurou[at]gmail.com) -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: linux-tegra@vger.kernel.org, gnurou@gmail.com, Alexandre Courbot , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org Tegra DRM support used to be enabled in the default Tegra configuration, but it now depends on CONFIG_TEGRA_HOST1X which is disabled by default. Enable CONFIG_TEGRA_HOST1X so that DRM support is compiled in again. Signed-off-by: Alexandre Courbot --- arch/arm/configs/tegra_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/configs/tegra_defconfig b/arch/arm/configs/tegra_defconfig index a5f0485..dbf83db 100644 --- a/arch/arm/configs/tegra_defconfig +++ b/arch/arm/configs/tegra_defconfig @@ -153,6 +153,7 @@ CONFIG_MEDIA_CAMERA_SUPPORT=y CONFIG_MEDIA_USB_SUPPORT=y CONFIG_USB_VIDEO_CLASS=m CONFIG_DRM=y +CONFIG_TEGRA_HOST1X=y CONFIG_DRM_TEGRA=y CONFIG_BACKLIGHT_LCD_SUPPORT=y # CONFIG_LCD_CLASS_DEVICE is not set