diff options
author | Oliver Schuster <olivers137@aol.com> | 2008-03-05 10:48:45 -0500 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2008-10-10 09:09:17 -0400 |
commit | e1fee94f346387739e683b31815ab54dc0a30bd6 (patch) | |
tree | 033e9a8ba356d021feceab3ba5ee03bcfa36779f /drivers/watchdog/Kconfig | |
parent | 3fa8749e584b55f1180411ab1b51117190bac1e5 (diff) |
[WATCHDOG] add watchdog driver IT8716 IT8726 IT8712J/K
Add it87xx watchdog driver
IT8716 IT8718 IT8726 IT8712-J IT8712-K
Signed-off-by: Oliver Schuster <olivers137@aol.com>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Diffstat (limited to 'drivers/watchdog/Kconfig')
-rw-r--r-- | drivers/watchdog/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig index c51036716700..82e65154e75c 100644 --- a/drivers/watchdog/Kconfig +++ b/drivers/watchdog/Kconfig | |||
@@ -416,6 +416,18 @@ config IT8712F_WDT | |||
416 | To compile this driver as a module, choose M here: the | 416 | To compile this driver as a module, choose M here: the |
417 | module will be called it8712f_wdt. | 417 | module will be called it8712f_wdt. |
418 | 418 | ||
419 | config IT87_WDT | ||
420 | tristate "IT87 Watchdog Timer" | ||
421 | depends on X86 && EXPERIMENTAL | ||
422 | ---help--- | ||
423 | This is the driver for the hardware watchdog on the ITE IT8716, | ||
424 | IT8718, IT8726, IT8712(Version J,K) Super I/O chips. This watchdog | ||
425 | simply watches your kernel to make sure it doesn't freeze, and if | ||
426 | it does, it reboots your computer after a certain amount of time. | ||
427 | |||
428 | To compile this driver as a module, choose M here: the module will | ||
429 | be called it87_wdt. | ||
430 | |||
419 | config HP_WATCHDOG | 431 | config HP_WATCHDOG |
420 | tristate "HP Proliant iLO 2 Hardware Watchdog Timer" | 432 | tristate "HP Proliant iLO 2 Hardware Watchdog Timer" |
421 | depends on X86 | 433 | depends on X86 |