summaryrefslogtreecommitdiffstats
path: root/drivers/watchdog
diff options
context:
space:
mode:
authorMathieu Malaterre <malat@debian.org>2017-09-08 14:35:54 -0400
committerJames Hogan <jhogan@kernel.org>2017-11-09 12:09:48 -0500
commitfe1a5cbc78f7ac00f763c34d2b5b0273f5c4b951 (patch)
tree6eab5d54b45cc9d4abd161a145ca602e0792e69c /drivers/watchdog
parentde8cd0dc834f2294bcf20240ea037c3864bc4f9a (diff)
watchdog: jz4780: Allow selection of jz4740-wdt driver
This driver works for jz4740 & jz4780. Suggested-by: Maarten ter Huurne <maarten@treewalker.org> Signed-off-by: Mathieu Malaterre <malat@debian.org> Acked-by: Guenter Roeck <linux@roeck-us.net> Cc: Ralf Baechle <ralf@linux-mips.org> Cc: Wim Van Sebroeck <wim@iguana.be> Cc: Paul Cercueil <paul@crapouillou.net> Cc: linux-mips@linux-mips.org Cc: linux-watchdog@vger.kernel.org Patchwork: https://patchwork.linux-mips.org/patch/17251/ Signed-off-by: James Hogan <jhogan@kernel.org>
Diffstat (limited to 'drivers/watchdog')
-rw-r--r--drivers/watchdog/Kconfig2
1 files changed, 1 insertions, 1 deletions
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
1460 1460
1461config JZ4740_WDT 1461config JZ4740_WDT
1462 tristate "Ingenic jz4740 SoC hardware watchdog" 1462 tristate "Ingenic jz4740 SoC hardware watchdog"
1463 depends on MACH_JZ4740 1463 depends on MACH_JZ4740 || MACH_JZ4780
1464 select WATCHDOG_CORE 1464 select WATCHDOG_CORE
1465 help 1465 help
1466 Hardware driver for the built-in watchdog timer on Ingenic jz4740 SoCs. 1466 Hardware driver for the built-in watchdog timer on Ingenic jz4740 SoCs.