summaryrefslogtreecommitdiffstats
path: root/drivers/watchdog/Kconfig
diff options
context:
space:
mode:
authorHui Chun Ong2016-12-28 08:51:40 +0100
committerGuenter Roeck2017-02-24 23:00:23 +0100
commit98078ca34a0a71d012e88d6d0a7de18d11c44f96 (patch)
tree4938567aef5b1a9d365bc0e5c208452dcb371fb5 /drivers/watchdog/Kconfig
parentwatchdog: constify watchdog_info structures (diff)
downloadkernel-qcow2-linux-98078ca34a0a71d012e88d6d0a7de18d11c44f96.tar.gz
kernel-qcow2-linux-98078ca34a0a71d012e88d6d0a7de18d11c44f96.tar.xz
kernel-qcow2-linux-98078ca34a0a71d012e88d6d0a7de18d11c44f96.zip
watchdog: nic7018_wdt: Add NIC7018 watchdog driver
Add support for the watchdog timer on PXI Embedded Controller. Signed-off-by: Hui Chun Ong <hui.chun.ong@ni.com> Reviewed-by: Guenter Roeck <linux@roeck-us.net> Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'drivers/watchdog/Kconfig')
-rw-r--r--drivers/watchdog/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig
index acb00b53a520..e20eb42864ef 100644
--- a/drivers/watchdog/Kconfig
+++ b/drivers/watchdog/Kconfig
@@ -1326,6 +1326,16 @@ config NI903X_WDT
To compile this driver as a module, choose M here: the module will be
called ni903x_wdt.
+config NIC7018_WDT
+ tristate "NIC7018 Watchdog"
+ depends on X86 && ACPI
+ select WATCHDOG_CORE
+ ---help---
+ Support for National Instruments NIC7018 Watchdog.
+
+ To compile this driver as a module, choose M here: the module will be
+ called nic7018_wdt.
+
# M32R Architecture
# M68K Architecture