aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/watchdog/Kconfig
diff options
context:
space:
mode:
authorOleksij Rempel <linux@rempel-privat.de>2015-11-25 14:33:22 -0500
committerWim Van Sebroeck <wim@iguana.be>2015-12-28 16:47:46 -0500
commitaae03dc981772ce8fca7eb4f899a22014bc4c38e (patch)
tree8f0c3e83d80db4160f2e189a470e05e2bb078b53 /drivers/watchdog/Kconfig
parentbf9006399939762e6cd32445e848e56727df9d98 (diff)
watchdog: add Alphascale asm9260-wdt driver
Add WD support for Alphascale asm9260 SoC. This driver provide support for different function modes: - HW mode to trigger SoC reset on timeout - SW mode do soft reset if needed - DEBUG mode Signed-off-by: Oleksij Rempel <linux@rempel-privat.de> Signed-off-by: Guenter Roeck <linux@roeck-us.net> Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Diffstat (limited to 'drivers/watchdog/Kconfig')
-rw-r--r--drivers/watchdog/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig
index 62ac67f8bcab..83b848cb2dfd 100644
--- a/drivers/watchdog/Kconfig
+++ b/drivers/watchdog/Kconfig
@@ -180,6 +180,16 @@ config ARM_SP805_WATCHDOG
180 ARM Primecell SP805 Watchdog timer. This will reboot your system when 180 ARM Primecell SP805 Watchdog timer. This will reboot your system when
181 the timeout is reached. 181 the timeout is reached.
182 182
183config ASM9260_WATCHDOG
184 tristate "Alphascale ASM9260 watchdog"
185 depends on MACH_ASM9260
186 depends on OF
187 select WATCHDOG_CORE
188 select RESET_CONTROLLER
189 help
190 Watchdog timer embedded into Alphascale asm9260 chips. This will reboot your
191 system when the timeout is reached.
192
183config AT91RM9200_WATCHDOG 193config AT91RM9200_WATCHDOG
184 tristate "AT91RM9200 watchdog" 194 tristate "AT91RM9200 watchdog"
185 depends on SOC_AT91RM9200 && MFD_SYSCON 195 depends on SOC_AT91RM9200 && MFD_SYSCON