Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1729186
| From | Mathieu Malaterre <malat@debian.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 2/3] watchdog: jz4780: Allow selection of jz4740-wdt driver |
| Date | 2017-09-08 20:40 +0200 |
| Message-ID | <unwm6-2eW-19@gated-at.bofh.it> (permalink) |
| References | <unwm6-2eW-21@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
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
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[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
csiph-web