diff options
Diffstat (limited to 'drivers/watchdog/Kconfig')
-rw-r--r-- | drivers/watchdog/Kconfig | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig index a5ad77ef4266..8a3aa2f050c8 100644 --- a/drivers/watchdog/Kconfig +++ b/drivers/watchdog/Kconfig | |||
@@ -722,14 +722,15 @@ config SMSC37B787_WDT | |||
722 | Most people will say N. | 722 | Most people will say N. |
723 | 723 | ||
724 | config W83627HF_WDT | 724 | config W83627HF_WDT |
725 | tristate "W83627HF Watchdog Timer" | 725 | tristate "W83627HF/W83627DHG Watchdog Timer" |
726 | depends on X86 | 726 | depends on X86 |
727 | ---help--- | 727 | ---help--- |
728 | This is the driver for the hardware watchdog on the W83627HF chipset | 728 | This is the driver for the hardware watchdog on the W83627HF chipset |
729 | as used in Advantech PC-9578 and Tyan S2721-533 motherboards | 729 | as used in Advantech PC-9578 and Tyan S2721-533 motherboards |
730 | (and likely others). This watchdog simply watches your kernel to | 730 | (and likely others). The driver also supports the W83627DHG chip. |
731 | make sure it doesn't freeze, and if it does, it reboots your computer | 731 | This watchdog simply watches your kernel to make sure it doesn't |
732 | after a certain amount of time. | 732 | freeze, and if it does, it reboots your computer after a certain |
733 | amount of time. | ||
733 | 734 | ||
734 | To compile this driver as a module, choose M here: the | 735 | To compile this driver as a module, choose M here: the |
735 | module will be called w83627hf_wdt. | 736 | module will be called w83627hf_wdt. |