From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751422AbdGRGKd (ORCPT ); Tue, 18 Jul 2017 02:10:33 -0400 Received: from mx.socionext.com ([202.248.49.38]:23284 "EHLO mx.socionext.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751203AbdGRGKc (ORCPT ); Tue, 18 Jul 2017 02:10:32 -0400 From: "Keiji Hayashibara" To: =?utf-8?B?WWFtYWRhLCBNYXNhaGlyby/lsbHnlLAg55yf5byY?= Cc: "Catalin Marinas" , "Will Deacon" , "linux-arm-kernel" , "Linux Kernel Mailing List" , "Masami Hiramatsu" , "Jassi Brar" , =?utf-8?Q?Hayashi=2C_Kunihiko/=E6=9E=97_=E9=82=A6=E5=BD=A6?= , =?utf-8?B?T3dhZGEsIEtpeW9zaGkv5aSn5ZKM55SwIOa4heW/lw==?= References: <1500355472-27521-1-git-send-email-hayashibara.keiji@socionext.com> In-Reply-To: Subject: RE: [PATCH] arm64: defconfig: enable CONFIG_UNIPHIER_WATCHDOG Date: Tue, 18 Jul 2017 15:10:25 +0900 Message-ID: <000001d2ff8c$8c170970$a4451c50$@socionext.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Outlook 14.0 Thread-Index: AQHS/4YlGX9As6XPykOKsChGqrMf9qJYfcmAgACa30A= Content-Language: ja Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello Yamada-san, > From: Masahiro Yamada [mailto:yamada.masahiro@socionext.com] > Sent: Tuesday, July 18, 2017 2:51 PM > Subject: Re: [PATCH] arm64: defconfig: enable CONFIG_UNIPHIER_WATCHDOG > > 2017-07-18 14:24 GMT+09:00 Keiji Hayashibara : > > Enable the watchdog driver for UniPhier SoC > > > > Signed-off-by: Keiji Hayashibara > > --- > > arch/arm64/configs/defconfig | 1 + > > 1 file changed, 1 insertion(+) > > > > 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 > > > Please add CONFIG_UNIPHIER_WATCHDOG=y > below CONFIG_RENESAS_WDT=y > > It is the order preferred by "make savedefconfig". I will fix this in v2. Thank you. ---------- Best Regards, Keiji Hayashibara