From patchwork Mon Jul 29 03:04:16 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fabio Estevam X-Patchwork-Id: 262648 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 DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 2BA8A2C0105 for ; Mon, 29 Jul 2013 13:05:10 +1000 (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 1V3dlU-0003w6-OK; Mon, 29 Jul 2013 03:04:53 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1V3dlS-0002p3-Gw; Mon, 29 Jul 2013 03:04:50 +0000 Received: from mail-yh0-x234.google.com ([2607:f8b0:4002:c01::234]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1V3dlP-0002nq-Ni for linux-arm-kernel@lists.infradead.org; Mon, 29 Jul 2013 03:04:48 +0000 Received: by mail-yh0-f52.google.com with SMTP id f11so1867702yha.11 for ; Sun, 28 Jul 2013 20:04:25 -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:in-reply-to:references; bh=jeu17xIOsXHwn9l4Twi2fMumFaYulvb4rAgIlkp1YEI=; b=MIJWRPqwm6qiz1vwO95SnBI7lwXqPt71NNIEey8RAKWTiK+VvnwGUipAUXwacGWvjq +HRq56go9N4gmU8C2FbM9/3+29MjH8HFirMQZ7TJiZZEQGegarBN0HnpGCb3LsPytUSi i0vjkRS4pvkrLpMms4NSaw1tLt/SCNFhokbx0x+6moEuj3fKrNe2wUTbdqC9qEgl9Qvz a398e/uXeHlRW/B/jL715/5EyM5N2px6IbKHcsbFy+XKy99rAimUJ5CflDVuOKXjRlIk yUEcO70sQRDHzOZrdEDts5nVDuIm28yzGtI+cAaD7temHSqRT191UME0SLfnpA5zAbSE LuEw== X-Received: by 10.236.42.196 with SMTP id j44mr26090317yhb.42.1375067065567; Sun, 28 Jul 2013 20:04:25 -0700 (PDT) Received: from localhost.localdomain ([189.5.16.50]) by mx.google.com with ESMTPSA id v61sm25008148yhp.24.2013.07.28.20.04.24 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 28 Jul 2013 20:04:25 -0700 (PDT) From: Fabio Estevam To: shawn.guo@linaro.org Subject: [PATCH 2/2] ARM: imx_v6_v7_defconfig: Add SATA support Date: Mon, 29 Jul 2013 00:04:16 -0300 Message-Id: <1375067056-6370-2-git-send-email-festevam@gmail.com> X-Mailer: git-send-email 1.8.1.2 In-Reply-To: <1375067056-6370-1-git-send-email-festevam@gmail.com> References: <1375067056-6370-1-git-send-email-festevam@gmail.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130728_230448_011484_027952F6 X-CRM114-Status: GOOD ( 10.40 ) 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: 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 SATA support be built by default. Signed-off-by: Fabio Estevam --- 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 ab85d4a..2410bdc 100644 --- a/arch/arm/configs/imx_v6_v7_defconfig +++ b/arch/arm/configs/imx_v6_v7_defconfig @@ -97,6 +97,8 @@ CONFIG_SCSI_LOGGING=y CONFIG_SCSI_SCAN_ASYNC=y # CONFIG_SCSI_LOWLEVEL is not set CONFIG_ATA=y +CONFIG_SATA_AHCI_PLATFORM=y +CONFIG_AHCI_IMX=y CONFIG_PATA_IMX=y CONFIG_NETDEVICES=y # CONFIG_NET_VENDOR_BROADCOM is not set