diff options
author | Sven Anders & Marcus Junker <anders@anduras.de, junker@anduras.de> | 2006-08-24 17:11:50 +0200 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2006-10-15 20:04:59 +0200 |
commit | 789fc0adbaf3a3ca95a3894aedacfc01863e8ae3 (patch) | |
tree | 095a8e2abad707c245f16126925553fc44a58a4d /drivers/char/watchdog/Kconfig | |
parent | cbf40d3f04c2c76a58f1183bb4a9a82fefb842e3 (diff) | |
download | op-kernel-dev-789fc0adbaf3a3ca95a3894aedacfc01863e8ae3.zip op-kernel-dev-789fc0adbaf3a3ca95a3894aedacfc01863e8ae3.tar.gz |
[WATCHDOG] NS pc87413-wdt Watchdog driver
New watchdog driver for the NS pc87413-wdt Watchdog Timer.
Signed-off-by: Sven Anders <anders@anduras.de>
Signed-off-by: Marcus Junker <junker@anduras.de>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
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 0187b11..d3e9998 100644 --- a/drivers/char/watchdog/Kconfig +++ b/drivers/char/watchdog/Kconfig @@ -363,6 +363,20 @@ config SCx200_WDT If compiled as a module, it will be called scx200_wdt. +config PC87413_WDT + tristate "NS PC87413 watchdog" + depends on WATCHDOG && X86 + ---help--- + This is the driver for the hardware watchdog on the PC87413 chipset + This watchdog simply watches your kernel to make sure it doesn't + freeze, and if it does, it reboots your computer after a certain + amount of time. + + To compile this driver as a module, choose M here: the + module will be called pc87413_wdt. + + Most people will say N. + config 60XX_WDT tristate "SBC-60XX Watchdog Timer" depends on WATCHDOG && X86 |