Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1689720 > unrolled thread
| Started by | Keiji Hayashibara <hayashibara.keiji@socionext.com> |
|---|---|
| First post | 2017-07-18 07:30 +0200 |
| Last post | 2017-07-18 08:20 +0200 |
| Articles | 3 — 3 participants |
Back to article view | Back to linux.kernel
[PATCH] arm64: defconfig: enable CONFIG_UNIPHIER_WATCHDOG Keiji Hayashibara <hayashibara.keiji@socionext.com> - 2017-07-18 07:30 +0200
Re: [PATCH] arm64: defconfig: enable CONFIG_UNIPHIER_WATCHDOG Masahiro Yamada <yamada.masahiro@socionext.com> - 2017-07-18 08:00 +0200
RE: [PATCH] arm64: defconfig: enable CONFIG_UNIPHIER_WATCHDOG "Keiji Hayashibara" <hayashibara.keiji@socionext.com> - 2017-07-18 08:20 +0200
| From | Keiji Hayashibara <hayashibara.keiji@socionext.com> |
|---|---|
| Date | 2017-07-18 07:30 +0200 |
| Subject | [PATCH] arm64: defconfig: enable CONFIG_UNIPHIER_WATCHDOG |
| Message-ID | <u4tf4-6HJ-7@gated-at.bofh.it> |
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 -- 2.7.4
[toc] | [next] | [standalone]
| From | Masahiro Yamada <yamada.masahiro@socionext.com> |
|---|---|
| Date | 2017-07-18 08:00 +0200 |
| Message-ID | <u4tI5-6RD-5@gated-at.bofh.it> |
| In reply to | #1689720 |
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".
[toc] | [prev] | [next] | [standalone]
| From | "Keiji Hayashibara" <hayashibara.keiji@socionext.com> |
|---|---|
| Date | 2017-07-18 08:20 +0200 |
| Message-ID | <u4u1s-7f6-9@gated-at.bofh.it> |
| In reply to | #1689739 |
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
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web