From patchwork Tue Jul 18 05:24:32 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Keiji Hayashibara X-Patchwork-Id: 108067 Delivered-To: patch@linaro.org Received: by 10.182.45.195 with SMTP id p3csp5438775obm; Mon, 17 Jul 2017 22:24:40 -0700 (PDT) X-Received: by 10.98.66.8 with SMTP id p8mr1224452pfa.4.1500355480739; Mon, 17 Jul 2017 22:24:40 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1500355480; cv=none; d=google.com; s=arc-20160816; b=KFtvLX4JRM2arF4R1ieVF+iPqdamM0oYNYr/PNFkhLPanWHxpdyVJ489Xc8r2KSL3Y 1gmoylcb9HJsswqdN9Q0eGl2ZC0A3nSCn8ej6Fx+sg6dJYJ7IdYELxf+XqaZyKM7624+ URs3+0qEZLmo7h1jnHMDNLaOqN2XAkLbobrdJik8mdXKl8m5NsnuhxciwHQe8xJhc61U GTd6XgNyuxGLEqHLLYtcv/jzATNY7vP769xnzOv836pFxM2BNWeTgyDmizFxg9dIu4WH NwpSX1Nx4sElt1c1uLlt9EQCcDeBWED9qsR7bhnk7c8hf4oZtovfQC2AxQ5tC2dfTqcq rTRQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:message-id:date:subject:cc:to:from :arc-authentication-results; bh=Qt55lpOTRCaO6yXsaMmiiHb/X9jGfXtx1el94FyrklY=; b=BJoT5j8YSdcpDYSirJIYSfDsIHhck8J2t+rbuLWk2mVkbxjJWH6KrUr93SAcgE2pKU 91bmm7RJQq1It04hRq+CQEiFLIaal/Qp4xxnYD2nu0HCnrPpHIACCbd44fVBmxASPZ/r v/f1ytfQg1jo/LDfAGZxhnxBZQuR4N49DvWq3GnruDxOBIbJiiDvBLBmK9wP9Hlz/kfq HTD5GDDimh9gKI0qz87HLHpllvPZWhM7FFOzWjSyhSnL3IA1yCbkv41Vd14KFxoW9eLk v1xYAEBlTwABirirk0DvDVWvDj/fJW6ZLHuD/pbqQHMg3KLqYKN4Nce0TWT/eh6lfxMq zfBg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id w62si958719pgb.340.2017.07.17.22.24.40; Mon, 17 Jul 2017 22:24:40 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751385AbdGRFYh (ORCPT + 25 others); Tue, 18 Jul 2017 01:24:37 -0400 Received: from mx.socionext.com ([202.248.49.38]:22416 "EHLO mx.socionext.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750730AbdGRFYg (ORCPT ); Tue, 18 Jul 2017 01:24:36 -0400 Received: from unknown (HELO kinkan-ex.css.socionext.com) ([172.31.9.52]) by mx.socionext.com with ESMTP; 18 Jul 2017 14:24:35 +0900 Received: from mail.mfilter.local (unknown [10.213.24.62]) by kinkan-ex.css.socionext.com (Postfix) with ESMTP id 8C5841800F1; Tue, 18 Jul 2017 14:24:35 +0900 (JST) Received: from 172.31.9.51 (172.31.9.51) by m-FILTER with ESMTP; Tue, 18 Jul 2017 14:24:35 +0900 Received: from plum.e01.socionext.com (unknown [10.213.132.32]) by kinkan.css.socionext.com (Postfix) with ESMTP id B096C1A0E11; Tue, 18 Jul 2017 14:24:34 +0900 (JST) From: Keiji Hayashibara To: catalin.marinas@arm.com, will.deacon@arm.com Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, masami.hiramatsu@linaro.org, jaswinder.singh@linaro.org, yamada.masahiro@socionext.com, hayashi.kunihiko@socionext.com, owada.kiyoshi@socionext.com, Keiji Hayashibara Subject: [PATCH] arm64: defconfig: enable CONFIG_UNIPHIER_WATCHDOG Date: Tue, 18 Jul 2017 14:24:32 +0900 Message-Id: <1500355472-27521-1-git-send-email-hayashibara.keiji@socionext.com> X-Mailer: git-send-email 2.7.4 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Enable the watchdog driver for UniPhier SoC Signed-off-by: Keiji Hayashibara --- arch/arm64/configs/defconfig | 1 + 1 file changed, 1 insertion(+) -- 2.7.4 diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 6c7d147..5d204a4 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -310,6 +310,7 @@ CONFIG_WATCHDOG=y CONFIG_S3C2410_WATCHDOG=y CONFIG_MESON_GXBB_WATCHDOG=m CONFIG_MESON_WATCHDOG=m +CONFIG_UNIPHIER_WATCHDOG=y CONFIG_RENESAS_WDT=y CONFIG_BCM2835_WDT=y CONFIG_MFD_CROS_EC=y