From patchwork Fri Mar 1 12:42:33 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fabio Estevam X-Patchwork-Id: 224328 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.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 8AEF02C029A for ; Fri, 1 Mar 2013 23:45:58 +1100 (EST) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1UBPIW-0005rP-FJ; Fri, 01 Mar 2013 12:42:48 +0000 Received: from mail-gh0-f179.google.com ([209.85.160.179]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1UBPIT-0005qa-6R for linux-arm-kernel@lists.infradead.org; Fri, 01 Mar 2013 12:42:46 +0000 Received: by mail-gh0-f179.google.com with SMTP id r14so432499ghr.38 for ; Fri, 01 Mar 2013 04:42:43 -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=bqdwmsB4dyNWFarqRfg5JMRXWEJNGVEHbHs4Au1mc60=; b=tsoJ+/pfR2Fo5oqYlGqHd/MFZUonafz+XSO7aFtPTHzJnNgPtyB2g2Ct7/pO5TacFJ EIbfh3ShydOnoMYAQhHnQZ3Llx+zKHEDDovhwXzij4edjSIkkZcKLiReiA30kirzrdbM uSz2dq4rmEc2OtjHZqKUqb32yGNnewYlAIUwLXUSbwfKAfApQH644bHR6YhLlzOSK3xV nFtisZLjE5AWdq4u0qfdoxdL45SWtTQOxQDHtwHhWqz8FAr6gGDfsDExAjwaKtX3d+qV 6V5VxV+am19HMchmJTs2i4OfT+o1ZPNj4Or5DYQWz6SYN3tm1nzPBfYaeMfU108KgmaN YjYA== X-Received: by 10.236.9.4 with SMTP id 4mr7080204yhs.138.1362141763760; Fri, 01 Mar 2013 04:42:43 -0800 (PST) Received: from localhost.localdomain ([201.82.139.27]) by mx.google.com with ESMTPS id x16sm18667685yhj.6.2013.03.01.04.42.41 (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 01 Mar 2013 04:42:43 -0800 (PST) From: Fabio Estevam To: shawn.guo@linaro.org Subject: [PATCH] ARM: mxs_defconfig: Select watchdog driver Date: Fri, 1 Mar 2013 09:42:33 -0300 Message-Id: <1362141754-11254-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-20130301_074245_285315_553555AE X-CRM114-Status: UNSURE ( 9.74 ) 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.160.179 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 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 Select watchdog driver. Signed-off-by: Fabio Estevam --- arch/arm/configs/mxs_defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/configs/mxs_defconfig b/arch/arm/configs/mxs_defconfig index fbbc5bb..f662604 100644 --- a/arch/arm/configs/mxs_defconfig +++ b/arch/arm/configs/mxs_defconfig @@ -99,6 +99,8 @@ CONFIG_SPI_MXS=y CONFIG_DEBUG_GPIO=y CONFIG_GPIO_SYSFS=y # CONFIG_HWMON is not set +CONFIG_WATCHDOG=y +CONFIG_STMP3XXX_RTC_WATCHDOG=y CONFIG_REGULATOR=y CONFIG_REGULATOR_FIXED_VOLTAGE=y CONFIG_FB=y