diff options
Diffstat (limited to 'drivers/char/watchdog/Kconfig')
-rw-r--r-- | drivers/char/watchdog/Kconfig | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/drivers/char/watchdog/Kconfig b/drivers/char/watchdog/Kconfig index 0187b1185323..d3e99982b69a 100644 --- a/drivers/char/watchdog/Kconfig +++ b/drivers/char/watchdog/Kconfig | |||
@@ -363,6 +363,20 @@ config SCx200_WDT | |||
363 | 363 | ||
364 | If compiled as a module, it will be called scx200_wdt. | 364 | If compiled as a module, it will be called scx200_wdt. |
365 | 365 | ||
366 | config PC87413_WDT | ||
367 | tristate "NS PC87413 watchdog" | ||
368 | depends on WATCHDOG && X86 | ||
369 | ---help--- | ||
370 | This is the driver for the hardware watchdog on the PC87413 chipset | ||
371 | This watchdog simply watches your kernel to make sure it doesn't | ||
372 | freeze, and if it does, it reboots your computer after a certain | ||
373 | amount of time. | ||
374 | |||
375 | To compile this driver as a module, choose M here: the | ||
376 | module will be called pc87413_wdt. | ||
377 | |||
378 | Most people will say N. | ||
379 | |||
366 | config 60XX_WDT | 380 | config 60XX_WDT |
367 | tristate "SBC-60XX Watchdog Timer" | 381 | tristate "SBC-60XX Watchdog Timer" |
368 | depends on WATCHDOG && X86 | 382 | depends on WATCHDOG && X86 |