diff options
author | Kyle Roeschley <kyle.roeschley@ni.com> | 2016-02-25 12:28:00 -0500 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2016-03-01 10:25:39 -0500 |
commit | 70f3997667fb127333862977ba4fd3e855fbf617 (patch) | |
tree | 78e0f853571f83539f9620d68cd3bb34eb8b68e7 /drivers/watchdog/Kconfig | |
parent | 4d8b229d5ea610affe672e919021e9d02cd877da (diff) |
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 | |||
1217 | To compile this driver as a module, choose M here: the | 1217 | To compile this driver as a module, choose M here: the |
1218 | module will be called sbc_epx_c3. | 1218 | module will be called sbc_epx_c3. |
1219 | 1219 | ||
1220 | config NI903X_WDT | ||
1221 | tristate "NI 903x/913x Watchdog" | ||
1222 | depends on X86 && ACPI | ||
1223 | select WATCHDOG_CORE | ||
1224 | ---help--- | ||
1225 | This is the driver for the watchdog timer on the National Instruments | ||
1226 | 903x/913x real-time controllers. | ||
1227 | |||
1228 | To compile this driver as a module, choose M here: the module will be | ||
1229 | called ni903x_wdt. | ||
1230 | |||
1220 | # M32R Architecture | 1231 | # M32R Architecture |
1221 | 1232 | ||
1222 | # M68K Architecture | 1233 | # M68K Architecture |