From patchwork Fri Jun 15 03:33:04 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fabio Estevam X-Patchwork-Id: 165033 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 4AE2BB704C for ; Fri, 15 Jun 2012 13:37:21 +1000 (EST) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1SfNJ0-0000UF-SE; Fri, 15 Jun 2012 03:34:39 +0000 Received: from mail-gg0-f177.google.com ([209.85.161.177]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1SfNIY-0000LE-J9 for linux-arm-kernel@lists.infradead.org; Fri, 15 Jun 2012 03:34:11 +0000 Received: by ggcs5 with SMTP id s5so2147954ggc.36 for ; Thu, 14 Jun 2012 20:34:09 -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=GDM7hKRMGYgZ6l75TbaYmmcmg1RgSnzORIEzdzY1g+w=; b=dPauiQU4DNKIBkmC9sX0NXnJHMEhE4jolb7QSSIsURWXkEqpBgIpxVVM9jLGf0f3WG 8xvey1R7R40EhKCV7nGVMhI3WBIja+vOCHgAp1J6rB7rhYuRmS2ittBMzk4141Lupnhs 3Hv80uf2MOCyfaRlBUdkylJUHA9rE7KyZzXHu1CHfG2JbI0muFMMAX8k8NAoq7F2CBCo Nto/5aSEiEzmBk/HSyDnXYyykeMiZB/6I8wnwqMrckGKqHl+XYS+9AkUm6TPjbSsht02 ACL0f6G9p/fuOs0QxAa4dgXB/zf/xLQuTMUWX7OBcWSjsFeevf64L/uZAMKUOKNEA/G7 Rg1Q== Received: by 10.101.165.15 with SMTP id s15mr1985438ano.36.1339731249223; Thu, 14 Jun 2012 20:34:09 -0700 (PDT) Received: from localhost.localdomain ([201.82.136.222]) by mx.google.com with ESMTPS id d10sm14040892anm.17.2012.06.14.20.34.06 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 14 Jun 2012 20:34:08 -0700 (PDT) From: Fabio Estevam To: linux-arm-kernel@lists.infradead.org Subject: [PATCH 4/5] ARM: mxs_defconfig: Let AUART driver be built by default Date: Fri, 15 Jun 2012 00:33:04 -0300 Message-Id: <1339731185-4889-4-git-send-email-festevam@gmail.com> X-Mailer: git-send-email 1.7.1 In-Reply-To: <1339731185-4889-1-git-send-email-festevam@gmail.com> References: <1339731185-4889-1-git-send-email-festevam@gmail.com> 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.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [209.85.161.177 listed in list.dnswl.org] 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 , snijsure@grid-net.com, kernel@pengutronix.de, shawn.guo@linaro.org, matt@grid-net.com 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 AUART driver be built by default. Signed-off-by: Fabio Estevam --- arch/arm/configs/mxs_defconfig | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/arch/arm/configs/mxs_defconfig b/arch/arm/configs/mxs_defconfig index 5406c23..66b76c1 100644 --- a/arch/arm/configs/mxs_defconfig +++ b/arch/arm/configs/mxs_defconfig @@ -77,6 +77,7 @@ CONFIG_DEVPTS_MULTIPLE_INSTANCES=y # CONFIG_DEVKMEM is not set CONFIG_SERIAL_AMBA_PL011=y CONFIG_SERIAL_AMBA_PL011_CONSOLE=y +CONFIG_SERIAL_MXS_AUART=y # CONFIG_HW_RANDOM is not set CONFIG_I2C=y # CONFIG_I2C_COMPAT is not set