diff options
author | Wim Van Sebroeck <wim@iguana.be> | 2006-09-02 11:59:54 -0400 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2006-10-04 16:41:37 -0400 |
commit | e0845bf4e1df07e16fa39d96508a1ba4a480ce3e (patch) | |
tree | 03c1d369098975402ff044501300502967c38e5e /drivers/char/watchdog | |
parent | f9a8c8913a95aed91bfa81f7d4043c6430423bf8 (diff) |
[WATCHDOG] Kconfig clean-up
* fix typo's according to spellings checker
* Fix some leading and trailing spaces
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Diffstat (limited to 'drivers/char/watchdog')
-rw-r--r-- | drivers/char/watchdog/Kconfig | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/drivers/char/watchdog/Kconfig b/drivers/char/watchdog/Kconfig index 3e67e01b0730..00b21db8eee6 100644 --- a/drivers/char/watchdog/Kconfig +++ b/drivers/char/watchdog/Kconfig | |||
@@ -13,7 +13,7 @@ config WATCHDOG | |||
13 | subsequently opening the file and then failing to write to it for | 13 | subsequently opening the file and then failing to write to it for |
14 | longer than 1 minute will result in rebooting the machine. This | 14 | longer than 1 minute will result in rebooting the machine. This |
15 | could be useful for a networked machine that needs to come back | 15 | could be useful for a networked machine that needs to come back |
16 | online as fast as possible after a lock-up. There's both a watchdog | 16 | on-line as fast as possible after a lock-up. There's both a watchdog |
17 | implementation entirely in software (which can sometimes fail to | 17 | implementation entirely in software (which can sometimes fail to |
18 | reboot the machine) and a driver for hardware watchdog boards, which | 18 | reboot the machine) and a driver for hardware watchdog boards, which |
19 | are more robust and can also keep track of the temperature inside | 19 | are more robust and can also keep track of the temperature inside |
@@ -71,7 +71,7 @@ config 21285_WATCHDOG | |||
71 | tristate "DC21285 watchdog" | 71 | tristate "DC21285 watchdog" |
72 | depends on WATCHDOG && FOOTBRIDGE | 72 | depends on WATCHDOG && FOOTBRIDGE |
73 | help | 73 | help |
74 | The Intel Footbridge chip contains a builtin watchdog circuit. Say Y | 74 | The Intel Footbridge chip contains a built-in watchdog circuit. Say Y |
75 | here if you wish to use this. Alternatively say M to compile the | 75 | here if you wish to use this. Alternatively say M to compile the |
76 | driver as a module, which will be called wdt285. | 76 | driver as a module, which will be called wdt285. |
77 | 77 | ||
@@ -273,7 +273,7 @@ config IBMASR | |||
273 | depends on WATCHDOG && X86 | 273 | depends on WATCHDOG && X86 |
274 | help | 274 | help |
275 | This is the driver for the IBM Automatic Server Restart watchdog | 275 | This is the driver for the IBM Automatic Server Restart watchdog |
276 | timer builtin into some eServer xSeries machines. | 276 | timer built-in into some eServer xSeries machines. |
277 | 277 | ||
278 | To compile this driver as a module, choose M here: the | 278 | To compile this driver as a module, choose M here: the |
279 | module will be called ibmasr. | 279 | module will be called ibmasr. |
@@ -431,17 +431,17 @@ config W83627HF_WDT | |||
431 | Most people will say N. | 431 | Most people will say N. |
432 | 432 | ||
433 | config W83697HF_WDT | 433 | config W83697HF_WDT |
434 | tristate "W83697HF Watchdog Timer" | 434 | tristate "W83697HF Watchdog Timer" |
435 | depends on WATCHDOG && X86 | 435 | depends on WATCHDOG && X86 |
436 | ---help--- | 436 | ---help--- |
437 | This is the driver for the hardware watchdog on the W83697HF chipset | 437 | This is the driver for the hardware watchdog on the W83697HF chipset |
438 | This watchdog simply watches your kernel to make sure it doesn't freeze, | 438 | This watchdog simply watches your kernel to make sure it doesn't freeze, |
439 | and if it does, it reboots your computer after a certain amount of time. | 439 | and if it does, it reboots your computer after a certain amount of time. |
440 | 440 | ||
441 | To compile this driver as a module, choose M here: the | 441 | To compile this driver as a module, choose M here: the |
442 | module will be called w83697hf_wdt. | 442 | module will be called w83697hf_wdt. |
443 | 443 | ||
444 | Most people will say N. | 444 | Most people will say N. |
445 | 445 | ||
446 | config W83877F_WDT | 446 | config W83877F_WDT |
447 | tristate "W83877F (EMACS) Watchdog Timer" | 447 | tristate "W83877F (EMACS) Watchdog Timer" |
@@ -476,7 +476,7 @@ config MACHZ_WDT | |||
476 | depends on WATCHDOG && X86 | 476 | depends on WATCHDOG && X86 |
477 | ---help--- | 477 | ---help--- |
478 | If you are using a ZF Micro MachZ processor, say Y here, otherwise | 478 | If you are using a ZF Micro MachZ processor, say Y here, otherwise |
479 | N. This is the driver for the watchdog timer builtin on that | 479 | N. This is the driver for the watchdog timer built-in on that |
480 | processor using ZF-Logic interface. This watchdog simply watches | 480 | processor using ZF-Logic interface. This watchdog simply watches |
481 | your kernel to make sure it doesn't freeze, and if it does, it | 481 | your kernel to make sure it doesn't freeze, and if it does, it |
482 | reboots your computer after a certain amount of time. | 482 | reboots your computer after a certain amount of time. |