-============================================================
-WDT Watchdog Timer Interfaces For The Linux Operating System
-============================================================
+.. SPDX-License-Identifier: GPL-2.0-or-later
+
+==========================================
+Industrial Computer Source Watchdog Driver
+==========================================
Last Reviewed: 10/05/2007
Most people will say N.
config WDT
- tristate "WDT Watchdog timer"
+ tristate "ICS WDT500P/501P Watchdog timer"
depends on ISA
help
- If you have a WDT500P or WDT501P watchdog board, say Y here,
+ If you have an Industrial Computer Source (ICS) WDT500P or WDT501P
+ watchdog board, say Y here,
otherwise N. It is not possible to probe for this board, which means
that you have to inform the kernel about the IO port and IRQ that
is needed (you can do this via the io and irq parameters)
Most people will say N.
config WDTPCI
- tristate "PCI-WDT500/501 Watchdog timer"
+ tristate "ICS PCI-WDT500/501 Watchdog timer"
depends on PCI && HAS_IOPORT
help
- If you have a PCI-WDT500/501 watchdog board, say Y here, otherwise N.
+ If you have an Industrial Computer Source (ICS) PCI-WDT500/501 watchdog
+ board, say Y here, otherwise N.
If you have a PCI-WDT501 watchdog board then you can enable the
temperature sensor by setting the type parameter to 501.
* mknod /dev/watchdog c 10 130
*
* For an example userspace keep-alive daemon, see:
- * Documentation/watchdog/wdt.rst
+ * samples/watchdog/watchdog-simple.c
*/
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt