aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/watchdog/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/char/watchdog/Kconfig')
-rw-r--r--drivers/char/watchdog/Kconfig13
1 files changed, 13 insertions, 0 deletions
diff --git a/drivers/char/watchdog/Kconfig b/drivers/char/watchdog/Kconfig
index 442e9eedff29..2dfaf969f1a9 100644
--- a/drivers/char/watchdog/Kconfig
+++ b/drivers/char/watchdog/Kconfig
@@ -212,6 +212,19 @@ config AT32AP700X_WDT
212 Watchdog timer embedded into AT32AP700x devices. This will reboot 212 Watchdog timer embedded into AT32AP700x devices. This will reboot
213 your system when the timeout is reached. 213 your system when the timeout is reached.
214 214
215# Blackfin Architecture
216
217config BFIN_WDT
218 tristate "Blackfin On-Chip Watchdog Timer"
219 depends on WATCHDOG && BLACKFIN
220 ---help---
221 If you say yes here you will get support for the Blackfin On-Chip
222 Watchdog Timer. If you have one of these processors and wish to
223 have watchdog support enabled, say Y, otherwise say N.
224
225 To compile this driver as a module, choose M here: the
226 module will be called bfin_wdt.
227
215# X86 (i386 + ia64 + x86_64) Architecture 228# X86 (i386 + ia64 + x86_64) Architecture
216 229
217config ACQUIRE_WDT 230config ACQUIRE_WDT