diff options
| author | Lars Poeschel <poeschel@lemonage.de> | 2015-06-25 06:21:51 -0400 |
|---|---|---|
| committer | Wim Van Sebroeck <wim@iguana.be> | 2015-07-01 10:43:17 -0400 |
| commit | b2102eb36e7909c779e46f66595fda75aa219f4c (patch) | |
| tree | 081e96cdd7fbac187a46a3ac25492a4a4ee2d9f0 /Documentation/watchdog | |
| parent | 5e53c8ed813d6100d2cebbf83f2192b201f70772 (diff) | |
watchdog: omap_wdt: early_enable module parameter
Add a early_enable module parameter to the omap_wdt that starts the
watchdog on module insertion. The default value is 0 which does not
start the watchdog - which also does not change the behavior if the
parameter is not given.
Signed-off-by: Lars Poeschel <poeschel@lemonage.de>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Diffstat (limited to 'Documentation/watchdog')
| -rw-r--r-- | Documentation/watchdog/watchdog-parameters.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/watchdog/watchdog-parameters.txt b/Documentation/watchdog/watchdog-parameters.txt index 74252c431e05..9f9ec9f76039 100644 --- a/Documentation/watchdog/watchdog-parameters.txt +++ b/Documentation/watchdog/watchdog-parameters.txt | |||
| @@ -208,6 +208,7 @@ nowayout: Watchdog cannot be stopped once started | |||
| 208 | ------------------------------------------------- | 208 | ------------------------------------------------- |
| 209 | omap_wdt: | 209 | omap_wdt: |
| 210 | timer_margin: initial watchdog timeout (in seconds) | 210 | timer_margin: initial watchdog timeout (in seconds) |
| 211 | early_enable: Watchdog is started on module insertion (default=0 | ||
| 211 | nowayout: Watchdog cannot be stopped once started | 212 | nowayout: Watchdog cannot be stopped once started |
| 212 | (default=kernel config parameter) | 213 | (default=kernel config parameter) |
| 213 | ------------------------------------------------- | 214 | ------------------------------------------------- |
