diff options
author | Marcus Junker <junker@anduras.de> | 2006-08-24 11:11:50 -0400 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2006-10-04 16:41:07 -0400 |
commit | f9a8c8913a95aed91bfa81f7d4043c6430423bf8 (patch) | |
tree | 273e9760e548ecb9ceb178d9936d45fc3ae8193c /drivers/char/watchdog/Kconfig | |
parent | aa1fd4d7c3b131026bf156da40fdf94bcbd705aa (diff) |
[WATCHDOG] w83697hf WDT driver
New watchdog driver for the Winbond W83697HF chipset.
Signed-off-by: Marcus Junker <junker@anduras.de>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Diffstat (limited to 'drivers/char/watchdog/Kconfig')
-rw-r--r-- | drivers/char/watchdog/Kconfig | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/drivers/char/watchdog/Kconfig b/drivers/char/watchdog/Kconfig index 8d2ebc73c894..3e67e01b0730 100644 --- a/drivers/char/watchdog/Kconfig +++ b/drivers/char/watchdog/Kconfig | |||
@@ -430,6 +430,19 @@ config W83627HF_WDT | |||
430 | 430 | ||
431 | Most people will say N. | 431 | Most people will say N. |
432 | 432 | ||
433 | config W83697HF_WDT | ||
434 | tristate "W83697HF Watchdog Timer" | ||
435 | depends on WATCHDOG && X86 | ||
436 | ---help--- | ||
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, | ||
439 | and if it does, it reboots your computer after a certain amount of time. | ||
440 | |||
441 | To compile this driver as a module, choose M here: the | ||
442 | module will be called w83697hf_wdt. | ||
443 | |||
444 | Most people will say N. | ||
445 | |||
433 | config W83877F_WDT | 446 | config W83877F_WDT |
434 | tristate "W83877F (EMACS) Watchdog Timer" | 447 | tristate "W83877F (EMACS) Watchdog Timer" |
435 | depends on WATCHDOG && X86 | 448 | depends on WATCHDOG && X86 |