diff options
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 |