diff options
author | wim.coekaerts@oracle.com <wim.coekaerts@oracle.com> | 2016-01-29 20:39:38 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-01-31 22:06:24 +0300 |
commit | ca0bb0798022732773752fee97bb633c6f3623d2 (patch) | |
tree | 7907fe04c0285a41145b76fbd5669ec18e627857 /drivers/watchdog/Makefile | |
parent | 1a40b95374f680625318ab61d81958e949e0afe3 (diff) | |
download | linux-ca0bb0798022732773752fee97bb633c6f3623d2.tar.xz |
Add sun4v_wdt watchdog driver
This driver adds sparc hypervisor watchdog support. The default
timeout is 60 seconds and the range is between 1 and
31536000 seconds. Both watchdog-resolution and
watchdog-max-timeout MD properties settings are supported.
Signed-off-by: Wim Coekaerts <wim.coekaerts@oracle.com>
Reviewed-by: Julian Calaby <julian.calaby@gmail.com>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/watchdog/Makefile')
-rw-r--r-- | drivers/watchdog/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/watchdog/Makefile b/drivers/watchdog/Makefile index f566753256ab..f6a6a387c6c7 100644 --- a/drivers/watchdog/Makefile +++ b/drivers/watchdog/Makefile @@ -179,6 +179,7 @@ obj-$(CONFIG_SH_WDT) += shwdt.o obj-$(CONFIG_WATCHDOG_RIO) += riowd.o obj-$(CONFIG_WATCHDOG_CP1XXX) += cpwd.o +obj-$(CONFIG_WATCHDOG_SUN4V) += sun4v_wdt.o # XTENSA Architecture |