diff mbox

arm64: defconfig: enable CONFIG_UNIPHIER_WATCHDOG

Message ID 1500355472-27521-1-git-send-email-hayashibara.keiji@socionext.com
State Accepted
Commit 6920c36d2b9525cd54b4537459a7183e4cbae457
Headers show

Commit Message

Keiji Hayashibara July 18, 2017, 5:24 a.m. UTC
Enable the watchdog driver for UniPhier SoC

Signed-off-by: Keiji Hayashibara <hayashibara.keiji@socionext.com>

---
 arch/arm64/configs/defconfig | 1 +
 1 file changed, 1 insertion(+)

-- 
2.7.4

Comments

Masahiro Yamada July 18, 2017, 5:51 a.m. UTC | #1
2017-07-18 14:24 GMT+09:00 Keiji Hayashibara <hayashibara.keiji@socionext.com>:
> Enable the watchdog driver for UniPhier SoC

>

> Signed-off-by: Keiji Hayashibara <hayashibara.keiji@socionext.com>

> ---

>  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".
Keiji Hayashibara July 18, 2017, 6:10 a.m. UTC | #2
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 <hayashibara.keiji@socionext.com>:

> > Enable the watchdog driver for UniPhier SoC

> >

> > Signed-off-by: Keiji Hayashibara <hayashibara.keiji@socionext.com>

> > ---

> >  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
diff mbox

Patch

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