diff options
author | Ondrej Zajicek <santiago@crfreenet.org> | 2010-09-13 20:54:16 -0400 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2010-10-28 17:41:08 -0400 |
commit | dfb0b8eae1f78c7d0cf7c8abe6c84ff8cefde50e (patch) | |
tree | 1d704a2b912a5668b9bdb3a7b694cad4e1ef46c0 /drivers/watchdog/Kconfig | |
parent | ee3e96583e42dcb4bd406ce4e5f824bd5bb80013 (diff) |
watchdog: it87_wdt: Add support for watchdogs with 8b timers
This patch adds support for watchdogs with 8b timers, like ones in
IT8702F and older revisions of IT8712F Super IO chip, to it87_wdt
driver. This patch should be used after the patch
'it87_wdt: Add support for IT8720F watchdog'.
Signed-off-by: Ondrej Zajicek <santiago@crfreenet.org>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'drivers/watchdog/Kconfig')
-rw-r--r-- | drivers/watchdog/Kconfig | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig index cc53136122f9..5a5c024482fa 100644 --- a/drivers/watchdog/Kconfig +++ b/drivers/watchdog/Kconfig | |||
@@ -565,11 +565,11 @@ config IT87_WDT | |||
565 | tristate "IT87 Watchdog Timer" | 565 | tristate "IT87 Watchdog Timer" |
566 | depends on X86 && EXPERIMENTAL | 566 | depends on X86 && EXPERIMENTAL |
567 | ---help--- | 567 | ---help--- |
568 | This is the driver for the hardware watchdog on the ITE | 568 | This is the driver for the hardware watchdog on the ITE IT8702, |
569 | IT8716, IT8718, IT8720, IT8726, IT8712(Version J,K) Super I/O | 569 | IT8712, IT8716, IT8718, IT8720, IT8726, IT8712 Super I/O chips. |
570 | chips. This watchdog simply watches your kernel to make sure | 570 | This watchdog simply watches your kernel to make sure it doesn't |
571 | it doesn't freeze, and if it does, it reboots your computer | 571 | freeze, and if it does, it reboots your computer after a certain |
572 | after a certain amount of time. | 572 | amount of time. |
573 | 573 | ||
574 | To compile this driver as a module, choose M here: the module will | 574 | To compile this driver as a module, choose M here: the module will |
575 | be called it87_wdt. | 575 | be called it87_wdt. |