Compulab SBC-FITPC2 watchdog

modulename: sbc_fitpc2_wdt.ko

configname: CONFIG_SBC_FITPC2_WATCHDOG

Linux Kernel Configuration
└─>Device Drivers
└─>Watchdog Timer Support
└─>Compulab SBC-FITPC2 watchdog
In linux kernel since version 2.6.32 (release Date: 2009-12-02)  
This is the driver for the built-in watchdog timer on the fit-PC2,
fit-PC2i, CM-iAM single-board computers made by Compulab.

It's possible to enable the watchdog timer either from BIOS (F2) or
from booted Linux.
When the "Watchdog Timer Value" is enabled one can set 31-255 seconds
operational range.

Entering BIOS setup temporarily disables watchdog operation regardless
of current state, so system will not be restarted while user is in
BIOS setup.

Once the watchdog is enabled the system will be restarted every
"Watchdog Timer Value" period, so to prevent it user can restart or
disable the watchdog.

To compile this driver as a module, choose M here: the
module will be called sbc_fitpc2_wdt.

Most people will say N.

source code:
depends
CONFIG_HAS_IOPORT
CONFIG_WATCHDOG
CONFIG_COMPILE_TEST or CONFIG_X86