From patchwork Sun Dec 1 10:23:27 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Heiko Schocher X-Patchwork-Id: 1202831 X-Patchwork-Delegate: sbabic@denx.de Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (no SPF record) smtp.mailfrom=lists.denx.de (client-ip=81.169.180.215; helo=lists.denx.de; envelope-from=u-boot-bounces@lists.denx.de; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=denx.de Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 47Ql7K5mbtz9sR7 for ; Sun, 1 Dec 2019 21:37:33 +1100 (AEDT) Received: by lists.denx.de (Postfix, from userid 105) id 852D2C21DB3; Sun, 1 Dec 2019 10:32:07 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on lists.denx.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=unavailable autolearn_force=no version=3.4.0 Received: from lists.denx.de (localhost [IPv6:::1]) by lists.denx.de (Postfix) with ESMTP id AED6AC21E39; Sun, 1 Dec 2019 10:29:14 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id A7DF2C21C27; Sun, 1 Dec 2019 10:25:54 +0000 (UTC) Received: from mail-out.m-online.net (mail-out.m-online.net [212.18.0.9]) by lists.denx.de (Postfix) with ESMTPS id 53B22C21E52 for ; Sun, 1 Dec 2019 10:25:42 +0000 (UTC) Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 47Qksf1Jczz1qqkR for ; Sun, 1 Dec 2019 11:25:42 +0100 (CET) Received: from localhost (dynscan1.mnet-online.de [192.168.6.70]) by mail.m-online.net (Postfix) with ESMTP id 47Qksf1CWrz1qwZx for ; Sun, 1 Dec 2019 11:25:42 +0100 (CET) X-Virus-Scanned: amavisd-new at mnet-online.de Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan1.mail.m-online.net [192.168.6.70]) (amavisd-new, port 10024) with ESMTP id rQ0Mgqq2Upkg for ; Sun, 1 Dec 2019 11:25:41 +0100 (CET) X-Auth-Info: ytJPisBsF9nmOJxmckiq5/vEwXY7vxZT29o1xVBVkZY= Received: from mail-internal.denx.de (p578adb1c.dip0.t-ipconnect.de [87.138.219.28]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPSA for ; Sun, 1 Dec 2019 11:25:41 +0100 (CET) Received: from pollux.denx.de (pollux [192.168.1.1]) by mail-internal.denx.de (Postfix) with ESMTP id BF4C018730C; Sun, 1 Dec 2019 11:23:36 +0100 (CET) Received: by pollux.denx.de (Postfix, from userid 515) id BD5731A8B94; Sun, 1 Dec 2019 11:23:36 +0100 (CET) From: Heiko Schocher To: U-Boot Mailing List Date: Sun, 1 Dec 2019 11:23:27 +0100 Message-Id: <20191201102332.21397-25-hs@denx.de> X-Mailer: git-send-email 2.21.0 In-Reply-To: <20191201102332.21397-1-hs@denx.de> References: <20191201102332.21397-1-hs@denx.de> MIME-Version: 1.0 Subject: [U-Boot] [PATCH v1 24/29] imx6: aristainetos: WDT DM conversion enable WDT reset X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.18 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" enable config symbols: CONFIG_SYSRESET CONFIG_SYSRESET_WATCHDOG Signed-off-by: Heiko Schocher --- configs/aristainetos2_defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configs/aristainetos2_defconfig b/configs/aristainetos2_defconfig index 82fe512098..be5cec96fa 100644 --- a/configs/aristainetos2_defconfig +++ b/configs/aristainetos2_defconfig @@ -98,6 +98,8 @@ CONFIG_DM_SERIAL=y CONFIG_SPI=y CONFIG_DM_SPI=y CONFIG_MXC_SPI=y +CONFIG_SYSRESET=y +CONFIG_SYSRESET_WATCHDOG=y CONFIG_USB=y CONFIG_DM_USB=y CONFIG_USB_STORAGE=y