diff options
Diffstat (limited to 'drivers/char/watchdog/Kconfig')
-rw-r--r-- | drivers/char/watchdog/Kconfig | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/drivers/char/watchdog/Kconfig b/drivers/char/watchdog/Kconfig index e18a4102163f..2d78962b4de7 100644 --- a/drivers/char/watchdog/Kconfig +++ b/drivers/char/watchdog/Kconfig | |||
@@ -360,6 +360,19 @@ config W83877F_WDT | |||
360 | 360 | ||
361 | Most people will say N. | 361 | Most people will say N. |
362 | 362 | ||
363 | config W83977F_WDT | ||
364 | tristate "W83977F (PCM-5335) Watchdog Timer" | ||
365 | depends on WATCHDOG && X86 | ||
366 | ---help--- | ||
367 | This is the driver for the hardware watchdog on the W83977F I/O chip | ||
368 | as used in AAEON's PCM-5335 SBC (and likely others). This | ||
369 | watchdog simply watches your kernel to make sure it doesn't freeze, | ||
370 | and if it does, it reboots your computer after a certain amount of | ||
371 | time. | ||
372 | |||
373 | To compile this driver as a module, choose M here: the | ||
374 | module will be called w83977f_wdt. | ||
375 | |||
363 | config MACHZ_WDT | 376 | config MACHZ_WDT |
364 | tristate "ZF MachZ Watchdog" | 377 | tristate "ZF MachZ Watchdog" |
365 | depends on WATCHDOG && X86 | 378 | depends on WATCHDOG && X86 |