Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1729186 > unrolled thread
| Started by | Mathieu Malaterre <malat@debian.org> |
|---|---|
| First post | 2017-09-08 20:40 +0200 |
| Last post | 2017-09-09 03:40 +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 2/3] watchdog: jz4780: Allow selection of jz4740-wdt driver Mathieu Malaterre <malat@debian.org> - 2017-09-08 20:40 +0200
Re: [PATCH 2/3] watchdog: jz4780: Allow selection of jz4740-wdt driver Guenter Roeck <linux@roeck-us.net> - 2017-09-09 03:40 +0200
| From | Mathieu Malaterre <malat@debian.org> |
|---|---|
| Date | 2017-09-08 20:40 +0200 |
| Subject | [PATCH 2/3] watchdog: jz4780: Allow selection of jz4740-wdt driver |
| Message-ID | <unwm6-2eW-19@gated-at.bofh.it> |
This driver works for jz4740 & jz4780 Suggested-by: Maarten ter Huurne <maarten@treewalker.org> Signed-off-by: Mathieu Malaterre <malat@debian.org> --- drivers/watchdog/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig index c722cbfdc7e6..ca200d1f310a 100644 --- a/drivers/watchdog/Kconfig +++ b/drivers/watchdog/Kconfig @@ -1460,7 +1460,7 @@ config INDYDOG config JZ4740_WDT tristate "Ingenic jz4740 SoC hardware watchdog" - depends on MACH_JZ4740 + depends on MACH_JZ4740 || MACH_JZ4780 select WATCHDOG_CORE help Hardware driver for the built-in watchdog timer on Ingenic jz4740 SoCs. -- 2.11.0
[toc] | [next] | [standalone]
| From | Guenter Roeck <linux@roeck-us.net> |
|---|---|
| Date | 2017-09-09 03:40 +0200 |
| Subject | Re: [PATCH 2/3] watchdog: jz4780: Allow selection of jz4740-wdt driver |
| Message-ID | <unCUy-6Vk-5@gated-at.bofh.it> |
| In reply to | #1729186 |
On 09/08/2017 11:35 AM, Mathieu Malaterre wrote: > This driver works for jz4740 & jz4780 > > Suggested-by: Maarten ter Huurne <maarten@treewalker.org> > Signed-off-by: Mathieu Malaterre <malat@debian.org> 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 c722cbfdc7e6..ca200d1f310a 100644 > --- a/drivers/watchdog/Kconfig > +++ b/drivers/watchdog/Kconfig > @@ -1460,7 +1460,7 @@ config INDYDOG > > config JZ4740_WDT > tristate "Ingenic jz4740 SoC hardware watchdog" > - depends on MACH_JZ4740 > + depends on MACH_JZ4740 || MACH_JZ4780 > select WATCHDOG_CORE > help > Hardware driver for the built-in watchdog timer on Ingenic jz4740 SoCs. >
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web