diff options
author | Kyle Roeschley <kyle.roeschley@ni.com> | 2016-02-25 11:28:00 -0600 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2016-03-01 16:25:39 +0100 |
commit | 70f3997667fb127333862977ba4fd3e855fbf617 (patch) | |
tree | 78e0f853571f83539f9620d68cd3bb34eb8b68e7 /drivers/watchdog/Kconfig | |
parent | 4d8b229d5ea610affe672e919021e9d02cd877da (diff) | |
download | talos-obmc-linux-70f3997667fb127333862977ba4fd3e855fbf617.tar.gz talos-obmc-linux-70f3997667fb127333862977ba4fd3e855fbf617.zip |
watchdog: ni903x_wdt: Add NI 903x/913x watchdog driver
Add support for the watchdog timer on NI cRIO-903x and cDAQ-913x real-
time controllers.
Signed-off-by: Jeff Westfahl <jeff.westfahl@ni.com>
Signed-off-by: Kyle Roeschley <kyle.roeschley@ni.com>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Diffstat (limited to 'drivers/watchdog/Kconfig')
-rw-r--r-- | drivers/watchdog/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig index 5f29f72f4691..6f9530318e14 100644 --- a/drivers/watchdog/Kconfig +++ b/drivers/watchdog/Kconfig @@ -1217,6 +1217,17 @@ config SBC_EPX_C3_WATCHDOG To compile this driver as a module, choose M here: the module will be called sbc_epx_c3. +config NI903X_WDT + tristate "NI 903x/913x Watchdog" + depends on X86 && ACPI + select WATCHDOG_CORE + ---help--- + This is the driver for the watchdog timer on the National Instruments + 903x/913x real-time controllers. + + To compile this driver as a module, choose M here: the module will be + called ni903x_wdt. + # M32R Architecture # M68K Architecture |