diff options
author | wim.coekaerts@oracle.com <wim.coekaerts@oracle.com> | 2016-01-29 12:39:38 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-01-31 14:06:24 -0500 |
commit | ca0bb0798022732773752fee97bb633c6f3623d2 (patch) | |
tree | 7907fe04c0285a41145b76fbd5669ec18e627857 /drivers/watchdog/Kconfig | |
parent | 1a40b95374f680625318ab61d81958e949e0afe3 (diff) |
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/Kconfig')
-rw-r--r-- | drivers/watchdog/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig index 4f0e7be0da34..30d38ae685f6 100644 --- a/drivers/watchdog/Kconfig +++ b/drivers/watchdog/Kconfig | |||
@@ -1565,6 +1565,17 @@ config WATCHDOG_RIO | |||
1565 | machines. The watchdog timeout period is normally one minute but | 1565 | machines. The watchdog timeout period is normally one minute but |
1566 | can be changed with a boot-time parameter. | 1566 | can be changed with a boot-time parameter. |
1567 | 1567 | ||
1568 | config WATCHDOG_SUN4V | ||
1569 | tristate "Sun4v Watchdog support" | ||
1570 | select WATCHDOG_CORE | ||
1571 | depends on SPARC64 | ||
1572 | help | ||
1573 | Say Y here to support the hypervisor watchdog capability embedded | ||
1574 | in the SPARC sun4v architecture. | ||
1575 | |||
1576 | To compile this driver as a module, choose M here. The module will | ||
1577 | be called sun4v_wdt. | ||
1578 | |||
1568 | # XTENSA Architecture | 1579 | # XTENSA Architecture |
1569 | 1580 | ||
1570 | # Xen Architecture | 1581 | # Xen Architecture |