diff options
author | Denis Turischev <denis@compulab.co.il> | 2009-07-21 06:13:29 -0400 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2009-09-18 04:34:56 -0400 |
commit | 3a5f90002e9d08e5a6406fc650bfd838bf23bc1b (patch) | |
tree | 4c8865511780f18214bad55de595687e242305cb /drivers/watchdog/Kconfig | |
parent | df58bee21ed218cb7dfb561a590b1bd2a99531cf (diff) |
[WATCHDOG] add SBC-FITPC2 watchdog driver
Add support for watchdog found on SBC-FITPC2 board.
Signed-off-by: Denis Turischev <denis@compulab.co.il>
Signed-off-by: Mike Rapoport <mike@compulab.co.il>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'drivers/watchdog/Kconfig')
-rw-r--r-- | drivers/watchdog/Kconfig | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig index b1ccc04f3c9a..1940a08d18de 100644 --- a/drivers/watchdog/Kconfig +++ b/drivers/watchdog/Kconfig | |||
@@ -369,6 +369,28 @@ config SC520_WDT | |||
369 | You can compile this driver directly into the kernel, or use | 369 | You can compile this driver directly into the kernel, or use |
370 | it as a module. The module will be called sc520_wdt. | 370 | it as a module. The module will be called sc520_wdt. |
371 | 371 | ||
372 | config SBC_FITPC2_WATCHDOG | ||
373 | tristate "Compulab SBC-FITPC2 watchdog" | ||
374 | depends on X86 | ||
375 | ---help--- | ||
376 | This is the driver for the built-in watchdog timer on the fit-PC2 | ||
377 | Single-board computer made by Compulab. | ||
378 | |||
379 | It`s possible to enable watchdog timer either from BIOS (F2) or from booted Linux. | ||
380 | When "Watchdog Timer Value" enabled one can set 31-255 s operational range. | ||
381 | |||
382 | Entering BIOS setup temporary disables watchdog operation regardless to current state, | ||
383 | so system will not be restarted while user in BIOS setup. | ||
384 | |||
385 | Once watchdog was enabled the system will be restarted every | ||
386 | "Watchdog Timer Value" period, so to prevent it user can restart or | ||
387 | disable the watchdog. | ||
388 | |||
389 | To compile this driver as a module, choose M here: the | ||
390 | module will be called sbc_fitpc2_wdt. | ||
391 | |||
392 | Most people will say N. | ||
393 | |||
372 | config EUROTECH_WDT | 394 | config EUROTECH_WDT |
373 | tristate "Eurotech CPU-1220/1410 Watchdog Timer" | 395 | tristate "Eurotech CPU-1220/1410 Watchdog Timer" |
374 | depends on X86 | 396 | depends on X86 |