From patchwork Mon Dec 30 13:12:01 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fabio Estevam X-Patchwork-Id: 305779 Return-Path: X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@bilbo.ozlabs.org Received: from casper.infradead.org (unknown [IPv6:2001:770:15f::2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 5E7C42C00DC for ; Tue, 31 Dec 2013 00:13:00 +1100 (EST) Received: from merlin.infradead.org ([2001:4978:20e::2]) by casper.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1Vxce7-0008Ld-Ln; Mon, 30 Dec 2013 13:12:39 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1Vxce5-0006vs-C6; Mon, 30 Dec 2013 13:12:37 +0000 Received: from mail-qe0-x236.google.com ([2607:f8b0:400d:c02::236]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1Vxce0-0006vY-MD for linux-arm-kernel@lists.infradead.org; Mon, 30 Dec 2013 13:12:33 +0000 Received: by mail-qe0-f54.google.com with SMTP id cy11so11337433qeb.41 for ; Mon, 30 Dec 2013 05:12:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=/OMXcogCKOz0sSrrvIAFjaSNjZoko4Y6Yrf8vb91+RI=; b=rr+cZ+11Fqsj1GF9dkMANfEvlV9PcRDJxTHaR5RtyQBoitCg7wo5jRRbsK1ary4z3I dPhTFtkXVJXTGDLUqvpwsfB1ynUwaCCmcOElARdnD/W9h5pQv1iw11Abs5Lba2qnxHxZ h/vGq+b2u1gLD4Nc88v+p5iGU+Jl6zx2QeMrSEUnf4lGggKPRT1rj8J77CsmM0EEHhtk Ic0TCjwY8R5336JV+415QWFbPXz+fB1JwO/mFODI16MbjNnlCIYvGjCRGOo7vMZV4SWP +ZuEX0CvoKBkVuknlwPa/jVxrA/LrLOl6OAGgra7PqVGqP1xso3QbaEibz5iX9CAHV1m HNow== X-Received: by 10.49.52.34 with SMTP id q2mr112112594qeo.10.1388409131015; Mon, 30 Dec 2013 05:12:11 -0800 (PST) Received: from localhost.localdomain ([186.207.93.139]) by mx.google.com with ESMTPSA id m8sm56302311qac.22.2013.12.30.05.12.09 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 30 Dec 2013 05:12:10 -0800 (PST) From: Fabio Estevam To: shawn.guo@linaro.org Subject: [PATCH] ARM: imx_v6_v7_defconfig: Select PCI support Date: Mon, 30 Dec 2013 11:12:01 -0200 Message-Id: <1388409121-25133-1-git-send-email-festevam@gmail.com> X-Mailer: git-send-email 1.8.1.2 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20131230_081232_808321_F89CA987 X-CRM114-Status: UNSURE ( 9.07 ) 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 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (festevam[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: marex@denx.de, Fabio Estevam , linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" 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 PCI driver be enabled by default. Signed-off-by: Fabio Estevam Reviewed-by: Marek Vasut --- arch/arm/configs/imx_v6_v7_defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/configs/imx_v6_v7_defconfig b/arch/arm/configs/imx_v6_v7_defconfig index 53e82c2..00746d5 100644 --- a/arch/arm/configs/imx_v6_v7_defconfig +++ b/arch/arm/configs/imx_v6_v7_defconfig @@ -39,6 +39,8 @@ CONFIG_SOC_IMX53=y CONFIG_SOC_IMX6Q=y CONFIG_SOC_IMX6SL=y CONFIG_SOC_VF610=y +CONFIG_PCI=y +CONFIG_PCI_IMX6=y CONFIG_SMP=y CONFIG_VMSPLIT_2G=y CONFIG_PREEMPT_VOLUNTARY=y