diff options
author | Corentin Labbe <clabbe@baylibre.com> | 2018-02-01 15:44:12 -0500 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2018-02-03 05:09:54 -0500 |
commit | 592a547adf686dbec7687e816ecdf9101fe227f5 (patch) | |
tree | 43b0ac921a0e336792e728a378249e3c811a1648 | |
parent | 7171b137f842d16641185e3c3daa8ebb32f67e1b (diff) |
documentation: watchdog: remove documentation of w83697hf_wdt/w83697ug_wdt
Since w83697hf_wdt/w83697ug_wdt watchdogs drivers were removed
in commit 7285fae9345e ("watchdog: Remove drivers for W83697HF and W83697UG")
There are no need to keep their documentation
Signed-off-by: Corentin Labbe <clabbe@baylibre.com>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
-rw-r--r-- | Documentation/watchdog/watchdog-parameters.txt | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/Documentation/watchdog/watchdog-parameters.txt b/Documentation/watchdog/watchdog-parameters.txt index 603140485ac6..beea975980f6 100644 --- a/Documentation/watchdog/watchdog-parameters.txt +++ b/Documentation/watchdog/watchdog-parameters.txt | |||
@@ -371,19 +371,6 @@ timeout: Watchdog timeout in seconds. 1 <= timeout <= 255, default=60. | |||
371 | nowayout: Watchdog cannot be stopped once started | 371 | nowayout: Watchdog cannot be stopped once started |
372 | (default=kernel config parameter) | 372 | (default=kernel config parameter) |
373 | ------------------------------------------------- | 373 | ------------------------------------------------- |
374 | w83697hf_wdt: | ||
375 | wdt_io: w83697hf/hg WDT io port (default 0x2e, 0 = autodetect) | ||
376 | timeout: Watchdog timeout in seconds. 1<= timeout <=255 (default=60) | ||
377 | nowayout: Watchdog cannot be stopped once started | ||
378 | (default=kernel config parameter) | ||
379 | early_disable: Watchdog gets disabled at boot time (default=1) | ||
380 | ------------------------------------------------- | ||
381 | w83697ug_wdt: | ||
382 | wdt_io: w83697ug/uf WDT io port (default 0x2e) | ||
383 | timeout: Watchdog timeout in seconds. 1<= timeout <=255 (default=60) | ||
384 | nowayout: Watchdog cannot be stopped once started | ||
385 | (default=kernel config parameter) | ||
386 | ------------------------------------------------- | ||
387 | w83877f_wdt: | 374 | w83877f_wdt: |
388 | timeout: Watchdog timeout in seconds. (1<=timeout<=3600, default=30) | 375 | timeout: Watchdog timeout in seconds. (1<=timeout<=3600, default=30) |
389 | nowayout: Watchdog cannot be stopped once started | 376 | nowayout: Watchdog cannot be stopped once started |