diff options
-rw-r--r-- | drivers/char/watchdog/Kconfig | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/drivers/char/watchdog/Kconfig b/drivers/char/watchdog/Kconfig index ecae59cd7678..847a26064b68 100644 --- a/drivers/char/watchdog/Kconfig +++ b/drivers/char/watchdog/Kconfig | |||
@@ -431,12 +431,14 @@ 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/W83697HG 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/HG |
438 | This watchdog simply watches your kernel to make sure it doesn't freeze, | 438 | chipset as used in Dedibox/VIA motherboards (and likely others). |
439 | and if it does, it reboots your computer after a certain amount of time. | 439 | This watchdog simply watches your kernel to make sure it doesn't |
440 | freeze, and if it does, it reboots your computer after a certain | ||
441 | amount of time. | ||
440 | 442 | ||
441 | To compile this driver as a module, choose M here: the | 443 | To compile this driver as a module, choose M here: the |
442 | module will be called w83697hf_wdt. | 444 | module will be called w83697hf_wdt. |