aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/watchdog/Kconfig
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2016-03-01 11:57:34 -0500
committerLinus Torvalds <torvalds@linux-foundation.org>2016-03-01 11:57:34 -0500
commit7d46af2084eabe73ce4dbf06072fded34b58b0c7 (patch)
tree3b7be860d274f98257648c202f81016bc841148c /drivers/watchdog/Kconfig
parentfc77dbd34c5c99bce46d40a2491937c3bcbd10af (diff)
parent397d1533b6cce0ccb5379542e2e6d079f6936c46 (diff)
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc
Pull sparc fixes from David Miller: 1) System call tracing doesn't handle register contents properly across the trace. From Mike Frysinger. 2) Hook up copy_file_range 3) Build fix for 32-bit with newer tools. 4) New sun4v watchdog driver, from Wim Coekaerts. 5) Set context system call has to allow for servicable faults when we flush the register windows to memory * git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc: sparc64: Fix sparc64_set_context stack handling. sparc32: Add -Wa,-Av8 to KBUILD_CFLAGS. Add sun4v_wdt watchdog driver sparc: Fix system call tracing register handling. sparc: Hook up copy_file_range syscall.
Diffstat (limited to 'drivers/watchdog/Kconfig')
-rw-r--r--drivers/watchdog/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig
index 0f6d8515ba4f..80825a7e8e48 100644
--- a/drivers/watchdog/Kconfig
+++ b/drivers/watchdog/Kconfig
@@ -1569,6 +1569,17 @@ config WATCHDOG_RIO
1569 machines. The watchdog timeout period is normally one minute but 1569 machines. The watchdog timeout period is normally one minute but
1570 can be changed with a boot-time parameter. 1570 can be changed with a boot-time parameter.
1571 1571
1572config WATCHDOG_SUN4V
1573 tristate "Sun4v Watchdog support"
1574 select WATCHDOG_CORE
1575 depends on SPARC64
1576 help
1577 Say Y here to support the hypervisor watchdog capability embedded
1578 in the SPARC sun4v architecture.
1579
1580 To compile this driver as a module, choose M here. The module will
1581 be called sun4v_wdt.
1582
1572# XTENSA Architecture 1583# XTENSA Architecture
1573 1584
1574# Xen Architecture 1585# Xen Architecture