Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1735522 > unrolled thread
| Started by | Andrew Jeffery <andrew@aj.id.au> |
|---|---|
| First post | 2017-09-20 07:40 +0200 |
| Last post | 2017-09-20 08:10 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
[PATCH v2 3/4] watchdog: aspeed: Remove specific reference to AST2400 in Kconfig Andrew Jeffery <andrew@aj.id.au> - 2017-09-20 07:40 +0200
Re: [PATCH v2 3/4] watchdog: aspeed: Remove specific reference to AST2400 in Kconfig Joel Stanley <joel@jms.id.au> - 2017-09-20 08:10 +0200
| From | Andrew Jeffery <andrew@aj.id.au> |
|---|---|
| Date | 2017-09-20 07:40 +0200 |
| Subject | [PATCH v2 3/4] watchdog: aspeed: Remove specific reference to AST2400 in Kconfig |
| Message-ID | <urFTQ-79w-7@gated-at.bofh.it> |
The driver also supports the watchdog in the AST25xx series, and may work on earlier SoCs as well. Signed-off-by: Andrew Jeffery <andrew@aj.id.au> Reviewed-by: Guenter Roeck <linux@roeck-us.net> --- drivers/watchdog/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig index b562d2e03eb9..a1b92ebe74b6 100644 --- a/drivers/watchdog/Kconfig +++ b/drivers/watchdog/Kconfig @@ -741,7 +741,7 @@ config RENESAS_RZAWDT Renesas RZ/A SoCs. These watchdogs can be used to reset a system. config ASPEED_WATCHDOG - tristate "Aspeed 2400 watchdog support" + tristate "Aspeed BMC watchdog support" depends on ARCH_ASPEED || COMPILE_TEST select WATCHDOG_CORE help -- 2.11.0
[toc] | [next] | [standalone]
| From | Joel Stanley <joel@jms.id.au> |
|---|---|
| Date | 2017-09-20 08:10 +0200 |
| Subject | Re: [PATCH v2 3/4] watchdog: aspeed: Remove specific reference to AST2400 in Kconfig |
| Message-ID | <urGmR-7Am-5@gated-at.bofh.it> |
| In reply to | #1735522 |
On Wed, Sep 20, 2017 at 3:00 PM, Andrew Jeffery <andrew@aj.id.au> wrote: > The driver also supports the watchdog in the AST25xx series, and > may work on earlier SoCs as well. > > Signed-off-by: Andrew Jeffery <andrew@aj.id.au> > Reviewed-by: Guenter Roeck <linux@roeck-us.net> Reviewed-by: Joel Stanley <joel@jms.id.au>
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web