aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/watchdog/Kconfig
diff options
context:
space:
mode:
authorGilles Gigan <gilles.gigan@gmail.com>2007-10-31 02:31:42 -0400
committerWim Van Sebroeck <wim@iguana.be>2007-12-04 11:48:06 -0500
commitc4c283357d865aad1f124c069f5f6e3f39e76790 (patch)
tree261561355eb90e63f5880f93b0c4e07f9559941c /drivers/watchdog/Kconfig
parent783e6bcde4e6a7c849fa5fa7f35b0fba721ac5f4 (diff)
[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
466 466
467 Most people will say N. 467 Most people will say N.
468 468
469config SBC7240_WDT
470 tristate "SBC Nano 7240 Watchdog Timer"
471 depends on X86_32
472 ---help---
473 This is the driver for the hardware watchdog found on the IEI
474 single board computers EPIC Nano 7240 (and likely others). This
475 watchdog simply watches your kernel to make sure it doesn't freeze,
476 and if it does, it reboots your computer after a certain amount of
477 time.
478
479 To compile this driver as a module, choose M here: the
480 module will be called sbc7240_wdt.
481
469config CPU5_WDT 482config CPU5_WDT
470 tristate "SMA CPU5 Watchdog" 483 tristate "SMA CPU5 Watchdog"
471 depends on X86 484 depends on X86