summaryrefslogtreecommitdiffstats
path: root/rules/watchdog.in
blob: 4d148fcc338aec0198c33e17a819910bee49242e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
## SECTION=shell_and_console

config WATCHDOG
	tristate
	prompt "watchdog"
	help
	  A software watchdog

	  The watchdog program writes to /dev/watchdog every ten
	  seconds.  If the device is opened but not written to within
	  a minute, the machine will reboot. This feature is available
	  when the kernel is built with 'software watchdog' support.

	  The ability to reboot will depend on the state of the
	  machine and interrupts.