summaryrefslogtreecommitdiffstats
path: root/drivers/watchdog/Kconfig
diff options
context:
space:
mode:
authorGilles Gigan2007-10-31 07:31:42 +0100
committerWim Van Sebroeck2007-12-04 17:48:06 +0100
commitc4c283357d865aad1f124c069f5f6e3f39e76790 (patch)
tree261561355eb90e63f5880f93b0c4e07f9559941c /drivers/watchdog/Kconfig
parent[WATCHDOG] ipmi: add the standard watchdog timeout ioctls (diff)
downloadkernel-qcow2-linux-c4c283357d865aad1f124c069f5f6e3f39e76790.tar.gz
kernel-qcow2-linux-c4c283357d865aad1f124c069f5f6e3f39e76790.tar.xz
kernel-qcow2-linux-c4c283357d865aad1f124c069f5f6e3f39e76790.zip
[WATCHDOG] add Nano 7240 driver
Adds support for the built-in watchdog on EPIC Nano 7240 boards from IEI. Tested on Nano-7240RS. Hardware documentation of the platform (including watchdog) can be found on the IEI website: http://www.ieiworld.com Signed-off-by: Gilles Gigan <gilles.gigan@gmail.com> Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Diffstat (limited to 'drivers/watchdog/Kconfig')
-rw-r--r--drivers/watchdog/Kconfig13
1 files changed, 13 insertions, 0 deletions
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig
index 126b554810c8..52dff40ec192 100644
--- a/drivers/watchdog/Kconfig
+++ b/drivers/watchdog/Kconfig
@@ -466,6 +466,19 @@ config SBC8360_WDT
Most people will say N.
+config SBC7240_WDT
+ tristate "SBC Nano 7240 Watchdog Timer"
+ depends on X86_32
+ ---help---
+ This is the driver for the hardware watchdog found on the IEI
+ single board computers EPIC Nano 7240 (and likely others). 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 sbc7240_wdt.
+
config CPU5_WDT
tristate "SMA CPU5 Watchdog"
depends on X86