diff options
Diffstat (limited to 'Documentation/watchdog/watchdog-parameters.txt')
-rw-r--r-- | Documentation/watchdog/watchdog-parameters.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/watchdog/watchdog-parameters.txt b/Documentation/watchdog/watchdog-parameters.txt index f9492fed4104..692791cc674c 100644 --- a/Documentation/watchdog/watchdog-parameters.txt +++ b/Documentation/watchdog/watchdog-parameters.txt | |||
@@ -150,6 +150,8 @@ nowayout: Disable watchdog shutdown on close | |||
150 | ------------------------------------------------- | 150 | ------------------------------------------------- |
151 | it87_wdt: | 151 | it87_wdt: |
152 | nogameport: Forbid the activation of game port, default=0 | 152 | nogameport: Forbid the activation of game port, default=0 |
153 | nocir: Forbid the use of CIR (workaround for some buggy setups); set to 1 if | ||
154 | system resets despite watchdog daemon running, default=0 | ||
153 | exclusive: Watchdog exclusive device open, default=1 | 155 | exclusive: Watchdog exclusive device open, default=1 |
154 | timeout: Watchdog timeout in seconds, default=60 | 156 | timeout: Watchdog timeout in seconds, default=60 |
155 | testmode: Watchdog test mode (1 = no reboot), default=0 | 157 | testmode: Watchdog test mode (1 = no reboot), default=0 |
@@ -325,6 +327,11 @@ soft_noboot: Softdog action, set to 1 to ignore reboots, 0 to reboot | |||
325 | stmp3xxx_wdt: | 327 | stmp3xxx_wdt: |
326 | heartbeat: Watchdog heartbeat period in seconds from 1 to 4194304, default 19 | 328 | heartbeat: Watchdog heartbeat period in seconds from 1 to 4194304, default 19 |
327 | ------------------------------------------------- | 329 | ------------------------------------------------- |
330 | tegra_wdt: | ||
331 | heartbeat: Watchdog heartbeats in seconds. (default = 120) | ||
332 | nowayout: Watchdog cannot be stopped once started | ||
333 | (default=kernel config parameter) | ||
334 | ------------------------------------------------- | ||
328 | ts72xx_wdt: | 335 | ts72xx_wdt: |
329 | timeout: Watchdog timeout in seconds. (1 <= timeout <= 8, default=8) | 336 | timeout: Watchdog timeout in seconds. (1 <= timeout <= 8, default=8) |
330 | nowayout: Disable watchdog shutdown on close | 337 | nowayout: Disable watchdog shutdown on close |