GNU Linux-libre 4.14.266-gnu1
[releases.git] / drivers / watchdog / Kconfig
1
2 #
3 # Watchdog device configuration
4 #
5
6 menuconfig WATCHDOG
7         bool "Watchdog Timer Support"
8         ---help---
9           If you say Y here (and to one of the following options) and create a
10           character special file /dev/watchdog with major number 10 and minor
11           number 130 using mknod ("man mknod"), you will get a watchdog, i.e.:
12           subsequently opening the file and then failing to write to it for
13           longer than 1 minute will result in rebooting the machine. This
14           could be useful for a networked machine that needs to come back
15           on-line as fast as possible after a lock-up. There's both a watchdog
16           implementation entirely in software (which can sometimes fail to
17           reboot the machine) and a driver for hardware watchdog boards, which
18           are more robust and can also keep track of the temperature inside
19           your computer. For details, read
20           <file:Documentation/watchdog/watchdog-api.txt> in the kernel source.
21
22           The watchdog is usually used together with the watchdog daemon
23           which is available from
24           <ftp://ibiblio.org/pub/Linux/system/daemons/watchdog/>. This daemon can
25           also monitor NFS connections and can reboot the machine when the process
26           table is full.
27
28           If unsure, say N.
29
30 if WATCHDOG
31
32 config WATCHDOG_CORE
33         bool "WatchDog Timer Driver Core"
34         ---help---
35           Say Y here if you want to use the new watchdog timer driver core.
36           This driver provides a framework for all watchdog timer drivers
37           and gives them the /dev/watchdog interface (and later also the
38           sysfs interface).
39
40 config WATCHDOG_NOWAYOUT
41         bool "Disable watchdog shutdown on close"
42         help
43           The default watchdog behaviour (which you get if you say N here) is
44           to stop the timer if the process managing it closes the file
45           /dev/watchdog. It's always remotely possible that this process might
46           get killed. If you say Y here, the watchdog cannot be stopped once
47           it has been started.
48
49 config WATCHDOG_HANDLE_BOOT_ENABLED
50         bool "Update boot-enabled watchdog until userspace takes over"
51         default y
52         help
53           The default watchdog behaviour (which you get if you say Y here) is
54           to ping watchdog devices that were enabled before the driver has
55           been loaded until control is taken over from userspace using the
56           /dev/watchdog file. If you say N here, the kernel will not update
57           the watchdog on its own. Thus if your userspace does not start fast
58           enough your device will reboot.
59
60 config WATCHDOG_SYSFS
61         bool "Read different watchdog information through sysfs"
62         help
63           Say Y here if you want to enable watchdog device status read through
64           sysfs attributes.
65
66 #
67 # General Watchdog drivers
68 #
69
70 comment "Watchdog Device Drivers"
71
72 # Architecture Independent
73
74 config SOFT_WATCHDOG
75         tristate "Software watchdog"
76         select WATCHDOG_CORE
77         help
78           A software monitoring watchdog. This will fail to reboot your system
79           from some situations that the hardware watchdog will recover
80           from. Equally it's a lot cheaper to install.
81
82           To compile this driver as a module, choose M here: the
83           module will be called softdog.
84
85 config SOFT_WATCHDOG_PRETIMEOUT
86         bool "Software watchdog pretimeout governor support"
87         depends on SOFT_WATCHDOG && WATCHDOG_PRETIMEOUT_GOV
88         help
89           Enable this if you want to use pretimeout governors with the software
90           watchdog. Be aware that governors might affect the watchdog because it
91           is purely software, e.g. the panic governor will stall it!
92
93 config DA9052_WATCHDOG
94         tristate "Dialog DA9052 Watchdog"
95         depends on PMIC_DA9052 || COMPILE_TEST
96         select WATCHDOG_CORE
97         help
98           Support for the watchdog in the DA9052 PMIC. Watchdog trigger
99           cause system reset.
100
101           Say Y here to include support for the DA9052 watchdog.
102           Alternatively say M to compile the driver as a module,
103           which will be called da9052_wdt.
104
105 config DA9055_WATCHDOG
106         tristate "Dialog Semiconductor DA9055 Watchdog"
107         depends on MFD_DA9055 || COMPILE_TEST
108         select WATCHDOG_CORE
109         help
110           If you say yes here you get support for watchdog on the Dialog
111           Semiconductor DA9055 PMIC.
112
113           This driver can also be built as a module.  If so, the module
114           will be called da9055_wdt.
115
116 config DA9063_WATCHDOG
117         tristate "Dialog DA9063 Watchdog"
118         depends on MFD_DA9063 || COMPILE_TEST
119         select WATCHDOG_CORE
120         help
121           Support for the watchdog in the DA9063 PMIC.
122
123           This driver can be built as a module. The module name is da9063_wdt.
124
125 config DA9062_WATCHDOG
126         tristate "Dialog DA9062/61 Watchdog"
127         depends on MFD_DA9062 || COMPILE_TEST
128         select WATCHDOG_CORE
129         help
130           Support for the watchdog in the DA9062 and DA9061 PMICs.
131
132           This driver can be built as a module. The module name is da9062_wdt.
133
134 config GPIO_WATCHDOG
135         tristate "Watchdog device controlled through GPIO-line"
136         depends on OF_GPIO
137         select WATCHDOG_CORE
138         help
139           If you say yes here you get support for watchdog device
140           controlled through GPIO-line.
141
142 config GPIO_WATCHDOG_ARCH_INITCALL
143         bool "Register the watchdog as early as possible"
144         depends on GPIO_WATCHDOG=y
145         help
146           In some situations, the default initcall level (module_init)
147           in not early enough in the boot process to avoid the watchdog
148           to be triggered.
149           If you say yes here, the initcall level would be raised to
150           arch_initcall.
151           If in doubt, say N.
152
153 config MENF21BMC_WATCHDOG
154         tristate "MEN 14F021P00 BMC Watchdog"
155         depends on MFD_MENF21BMC || COMPILE_TEST
156         depends on I2C
157         select WATCHDOG_CORE
158         help
159           Say Y here to include support for the MEN 14F021P00 BMC Watchdog.
160
161           This driver can also be built as a module. If so the module
162           will be called menf21bmc_wdt.
163
164 config TANGOX_WATCHDOG
165         tristate "Sigma Designs SMP86xx/SMP87xx watchdog"
166         select WATCHDOG_CORE
167         depends on ARCH_TANGO || COMPILE_TEST
168         depends on HAS_IOMEM
169         help
170           Support for the watchdog in Sigma Designs SMP86xx (tango3)
171           and SMP87xx (tango4) family chips.
172
173           This driver can be built as a module. The module name is tangox_wdt.
174
175 config WDAT_WDT
176         tristate "ACPI Watchdog Action Table (WDAT)"
177         depends on ACPI
178         select WATCHDOG_CORE
179         select ACPI_WATCHDOG
180         help
181           This driver adds support for systems with ACPI Watchdog Action
182           Table (WDAT) table. Servers typically have this but it can be
183           found on some desktop machines as well. This driver will take
184           over the native iTCO watchdog driver found on many Intel CPUs.
185
186           To compile this driver as module, choose M here: the module will
187           be called wdat_wdt.
188
189 config WM831X_WATCHDOG
190         tristate "WM831x watchdog"
191         depends on MFD_WM831X
192         select WATCHDOG_CORE
193         help
194           Support for the watchdog in the WM831x AudioPlus PMICs.  When
195           the watchdog triggers the system will be reset.
196
197 config WM8350_WATCHDOG
198         tristate "WM8350 watchdog"
199         depends on MFD_WM8350
200         select WATCHDOG_CORE
201         help
202           Support for the watchdog in the WM8350 AudioPlus PMIC.  When
203           the watchdog triggers the system will be reset.
204
205 config XILINX_WATCHDOG
206         tristate "Xilinx Watchdog timer"
207         depends on HAS_IOMEM
208         select WATCHDOG_CORE
209         help
210           Watchdog driver for the xps_timebase_wdt ip core.
211
212           To compile this driver as a module, choose M here: the
213           module will be called of_xilinx_wdt.
214
215 config ZIIRAVE_WATCHDOG
216         tristate "Zodiac RAVE Watchdog Timer"
217         depends on I2C
218         select WATCHDOG_CORE
219         help
220           Watchdog driver for the Zodiac Aerospace RAVE Switch Watchdog
221           Processor.
222
223           To compile this driver as a module, choose M here: the
224           module will be called ziirave_wdt.
225
226 # ALPHA Architecture
227
228 # ARM Architecture
229
230 config ARM_SP805_WATCHDOG
231         tristate "ARM SP805 Watchdog"
232         depends on (ARM || ARM64 || COMPILE_TEST) && ARM_AMBA
233         select WATCHDOG_CORE
234         help
235           ARM Primecell SP805 Watchdog timer. This will reboot your system when
236           the timeout is reached.
237
238 config ARM_SBSA_WATCHDOG
239         tristate "ARM SBSA Generic Watchdog"
240         depends on ARM64
241         depends on ARM_ARCH_TIMER
242         select WATCHDOG_CORE
243         help
244           ARM SBSA Generic Watchdog has two stage timeouts:
245           the first signal (WS0) is for alerting the system by interrupt,
246           the second one (WS1) is a real hardware reset.
247           More details: ARM DEN0029B - Server Base System Architecture (SBSA)
248
249           This driver can operate ARM SBSA Generic Watchdog as a single stage
250           or a two stages watchdog, it depends on the module parameter "action".
251
252           Note: the maximum timeout in the two stages mode is half of that in
253           the single stage mode.
254
255           To compile this driver as module, choose M here: The module
256           will be called sbsa_gwdt.
257
258 config ASM9260_WATCHDOG
259         tristate "Alphascale ASM9260 watchdog"
260         depends on MACH_ASM9260 || COMPILE_TEST
261         depends on OF
262         select WATCHDOG_CORE
263         select RESET_CONTROLLER
264         help
265           Watchdog timer embedded into Alphascale asm9260 chips. This will reboot your
266           system when the timeout is reached.
267
268 config AT91RM9200_WATCHDOG
269         tristate "AT91RM9200 watchdog"
270         depends on (SOC_AT91RM9200 && MFD_SYSCON) || COMPILE_TEST
271         help
272           Watchdog timer embedded into AT91RM9200 chips. This will reboot your
273           system when the timeout is reached.
274
275 config AT91SAM9X_WATCHDOG
276         tristate "AT91SAM9X / AT91CAP9 watchdog"
277         depends on ARCH_AT91 || COMPILE_TEST
278         select WATCHDOG_CORE
279         help
280           Watchdog timer embedded into AT91SAM9X and AT91CAP9 chips. This will
281           reboot your system when the timeout is reached.
282
283 config SAMA5D4_WATCHDOG
284         tristate "Atmel SAMA5D4 Watchdog Timer"
285         depends on ARCH_AT91 || COMPILE_TEST
286         select WATCHDOG_CORE
287         help
288           Atmel SAMA5D4 watchdog timer is embedded into SAMA5D4 chips.
289           Its Watchdog Timer Mode Register can be written more than once.
290           This will reboot your system when the timeout is reached.
291
292 config CADENCE_WATCHDOG
293         tristate "Cadence Watchdog Timer"
294         depends on HAS_IOMEM
295         select WATCHDOG_CORE
296         help
297           Say Y here if you want to include support for the watchdog
298           timer in the Xilinx Zynq.
299
300 config 21285_WATCHDOG
301         tristate "DC21285 watchdog"
302         depends on FOOTBRIDGE
303         help
304           The Intel Footbridge chip contains a built-in watchdog circuit. Say Y
305           here if you wish to use this. Alternatively say M to compile the
306           driver as a module, which will be called wdt285.
307
308           This driver does not work on all machines. In particular, early CATS
309           boards have hardware problems that will cause the machine to simply
310           lock up if the watchdog fires.
311
312           "If in doubt, leave it out" - say N.
313
314 config 977_WATCHDOG
315         tristate "NetWinder WB83C977 watchdog"
316         depends on (FOOTBRIDGE && ARCH_NETWINDER) || (ARM && COMPILE_TEST)
317         help
318           Say Y here to include support for the WB977 watchdog included in
319           NetWinder machines. Alternatively say M to compile the driver as
320           a module, which will be called wdt977.
321
322           Not sure? It's safe to say N.
323
324 config GEMINI_WATCHDOG
325         tristate "Gemini watchdog"
326         depends on ARCH_GEMINI
327         select WATCHDOG_CORE
328         help
329           Say Y here if to include support for the watchdog timer
330           embedded in the Cortina Systems Gemini family of devices.
331
332           To compile this driver as a module, choose M here: the
333           module will be called gemini_wdt.
334
335 config IXP4XX_WATCHDOG
336         tristate "IXP4xx Watchdog"
337         depends on ARCH_IXP4XX
338         help
339           Say Y here if to include support for the watchdog timer
340           in the Intel IXP4xx network processors. This driver can
341           be built as a module by choosing M. The module will
342           be called ixp4xx_wdt.
343
344           Note: The internal IXP4xx watchdog does a soft CPU reset
345           which doesn't reset any peripherals. There are circumstances
346           where the watchdog will fail to reset the board correctly
347           (e.g., if the boot ROM is in an unreadable state).
348
349           Say N if you are unsure.
350
351 config KS8695_WATCHDOG
352         tristate "KS8695 watchdog"
353         depends on ARCH_KS8695
354         help
355           Watchdog timer embedded into KS8695 processor. This will reboot your
356           system when the timeout is reached.
357
358 config HAVE_S3C2410_WATCHDOG
359         bool
360         help
361           This will include watchdog timer support for Samsung SoCs. If
362           you want to include watchdog support for any machine, kindly
363           select this in the respective mach-XXXX/Kconfig file.
364
365 config S3C2410_WATCHDOG
366         tristate "S3C2410 Watchdog"
367         depends on HAVE_S3C2410_WATCHDOG || COMPILE_TEST
368         select WATCHDOG_CORE
369         select MFD_SYSCON if ARCH_EXYNOS
370         help
371           Watchdog timer block in the Samsung SoCs. This will reboot
372           the system when the timer expires with the watchdog enabled.
373
374           The driver is limited by the speed of the system's PCLK
375           signal, so with reasonably fast systems (PCLK around 50-66MHz)
376           then watchdog intervals of over approximately 20seconds are
377           unavailable.
378
379           The driver can be built as a module by choosing M, and will
380           be called s3c2410_wdt
381
382 config SA1100_WATCHDOG
383         tristate "SA1100/PXA2xx watchdog"
384         depends on ARCH_SA1100 || ARCH_PXA
385         help
386           Watchdog timer embedded into SA11x0 and PXA2xx chips. This will
387           reboot your system when timeout is reached.
388
389           NOTE: once enabled, this timer cannot be disabled.
390
391           To compile this driver as a module, choose M here: the
392           module will be called sa1100_wdt.
393
394 config DW_WATCHDOG
395         tristate "Synopsys DesignWare watchdog"
396         depends on HAS_IOMEM
397         select WATCHDOG_CORE
398         help
399           Say Y here if to include support for the Synopsys DesignWare
400           watchdog timer found in many chips.
401           To compile this driver as a module, choose M here: the
402           module will be called dw_wdt.
403
404 config EP93XX_WATCHDOG
405         tristate "EP93xx Watchdog"
406         depends on ARCH_EP93XX || COMPILE_TEST
407         select WATCHDOG_CORE
408         help
409           Say Y here if to include support for the watchdog timer
410           embedded in the Cirrus Logic EP93xx family of devices.
411
412           To compile this driver as a module, choose M here: the
413           module will be called ep93xx_wdt.
414
415 config OMAP_WATCHDOG
416         tristate "OMAP Watchdog"
417         depends on ARCH_OMAP16XX || ARCH_OMAP2PLUS || COMPILE_TEST
418         select WATCHDOG_CORE
419         help
420           Support for TI OMAP1610/OMAP1710/OMAP2420/OMAP3430/OMAP4430 watchdog.  Say 'Y'
421           here to enable the OMAP1610/OMAP1710/OMAP2420/OMAP3430/OMAP4430 watchdog timer.
422
423 config PNX4008_WATCHDOG
424         tristate "LPC32XX Watchdog"
425         depends on ARCH_LPC32XX
426         select WATCHDOG_CORE
427         help
428           Say Y here if to include support for the watchdog timer
429           in the LPC32XX processor.
430           This driver can be built as a module by choosing M. The module
431           will be called pnx4008_wdt.
432
433           Say N if you are unsure.
434
435 config IOP_WATCHDOG
436         tristate "IOP Watchdog"
437         depends on ARCH_IOP13XX
438         select WATCHDOG_NOWAYOUT if (ARCH_IOP32X || ARCH_IOP33X)
439         help
440           Say Y here if to include support for the watchdog timer
441           in the Intel IOP3XX & IOP13XX I/O Processors.  This driver can
442           be built as a module by choosing M. The module will
443           be called iop_wdt.
444
445           Note: The IOP13XX watchdog does an Internal Bus Reset which will
446           affect both cores and the peripherals of the IOP.  The ATU-X
447           and/or ATUe configuration registers will remain intact, but if
448           operating as an Root Complex and/or Central Resource, the PCI-X
449           and/or PCIe busses will also be reset.  THIS IS A VERY BIG HAMMER.
450
451 config DAVINCI_WATCHDOG
452         tristate "DaVinci watchdog"
453         depends on ARCH_DAVINCI || ARCH_KEYSTONE || COMPILE_TEST
454         select WATCHDOG_CORE
455         help
456           Say Y here if to include support for the watchdog timer
457           in the DaVinci DM644x/DM646x or Keystone processors.
458           To compile this driver as a module, choose M here: the
459           module will be called davinci_wdt.
460
461           NOTE: once enabled, this timer cannot be disabled.
462           Say N if you are unsure.
463
464 config ORION_WATCHDOG
465         tristate "Orion watchdog"
466         depends on ARCH_ORION5X || ARCH_DOVE || MACH_DOVE || ARCH_MVEBU || (COMPILE_TEST && !ARCH_EBSA110)
467         depends on ARM
468         select WATCHDOG_CORE
469         help
470           Say Y here if to include support for the watchdog timer
471           in the Marvell Orion5x and Kirkwood ARM SoCs.
472           To compile this driver as a module, choose M here: the
473           module will be called orion_wdt.
474
475 config RN5T618_WATCHDOG
476         tristate "Ricoh RN5T618 watchdog"
477         depends on MFD_RN5T618 || COMPILE_TEST
478         select WATCHDOG_CORE
479         help
480           If you say yes here you get support for watchdog on the Ricoh
481           RN5T618 PMIC.
482
483           This driver can also be built as a module.  If so, the module
484           will be called rn5t618_wdt.
485
486 config SUNXI_WATCHDOG
487         tristate "Allwinner SoCs watchdog support"
488         depends on ARCH_SUNXI || COMPILE_TEST
489         select WATCHDOG_CORE
490         help
491           Say Y here to include support for the watchdog timer
492           in Allwinner SoCs.
493           To compile this driver as a module, choose M here: the
494           module will be called sunxi_wdt.
495
496 config COH901327_WATCHDOG
497         bool "ST-Ericsson COH 901 327 watchdog"
498         depends on ARCH_U300 || (ARM && COMMON_CLK && COMPILE_TEST)
499         default y if MACH_U300
500         select WATCHDOG_CORE
501         help
502           Say Y here to include Watchdog timer support for the
503           watchdog embedded into the ST-Ericsson U300 series platforms.
504           This watchdog is used to reset the system and thus cannot be
505           compiled as a module.
506
507 config TWL4030_WATCHDOG
508         tristate "TWL4030 Watchdog"
509         depends on TWL4030_CORE
510         select WATCHDOG_CORE
511         help
512           Support for TI TWL4030 watchdog.  Say 'Y' here to enable the
513           watchdog timer support for TWL4030 chips.
514
515 config STMP3XXX_RTC_WATCHDOG
516         tristate "Freescale STMP3XXX & i.MX23/28 watchdog"
517         depends on RTC_DRV_STMP || COMPILE_TEST
518         select WATCHDOG_CORE
519         help
520           Say Y here to include support for the watchdog timer inside
521           the RTC for the STMP37XX/378X or i.MX23/28 SoC.
522           To compile this driver as a module, choose M here: the
523           module will be called stmp3xxx_rtc_wdt.
524
525 config NUC900_WATCHDOG
526         tristate "Nuvoton NUC900 watchdog"
527         depends on ARCH_W90X900 || COMPILE_TEST
528         help
529           Say Y here if to include support for the watchdog timer
530           for the Nuvoton NUC900 series SoCs.
531           To compile this driver as a module, choose M here: the
532           module will be called nuc900_wdt.
533
534 config TS4800_WATCHDOG
535         tristate "TS-4800 Watchdog"
536         depends on HAS_IOMEM && OF
537         depends on SOC_IMX51 || COMPILE_TEST
538         select WATCHDOG_CORE
539         select MFD_SYSCON
540         help
541           Technologic Systems TS-4800 has watchdog timer implemented in
542           an external FPGA. Say Y here if you want to support for the
543           watchdog timer on TS-4800 board.
544
545 config TS72XX_WATCHDOG
546         tristate "TS-72XX SBC Watchdog"
547         depends on MACH_TS72XX || COMPILE_TEST
548         help
549           Technologic Systems TS-7200, TS-7250 and TS-7260 boards have
550           watchdog timer implemented in a external CPLD chip. Say Y here
551           if you want to support for the watchdog timer on TS-72XX boards.
552
553           To compile this driver as a module, choose M here: the
554           module will be called ts72xx_wdt.
555
556 config MAX63XX_WATCHDOG
557         tristate "Max63xx watchdog"
558         depends on HAS_IOMEM
559         select WATCHDOG_CORE
560         help
561           Support for memory mapped max63{69,70,71,72,73,74} watchdog timer.
562
563 config MAX77620_WATCHDOG
564         tristate "Maxim Max77620 Watchdog Timer"
565         depends on MFD_MAX77620 || COMPILE_TEST
566         select WATCHDOG_CORE
567         help
568          This is the driver for the Max77620 watchdog timer.
569          Say 'Y' here to enable the watchdog timer support for
570          MAX77620 chips. To compile this driver as a module,
571          choose M here: the module will be called max77620_wdt.
572
573 config IMX2_WDT
574         tristate "IMX2+ Watchdog"
575         depends on ARCH_MXC || ARCH_LAYERSCAPE || COMPILE_TEST
576         select REGMAP_MMIO
577         select WATCHDOG_CORE
578         help
579           This is the driver for the hardware watchdog
580           on the Freescale IMX2 and later processors.
581           If you have one of these processors and wish to have
582           watchdog support enabled, say Y, otherwise say N.
583
584           To compile this driver as a module, choose M here: the
585           module will be called imx2_wdt.
586
587 config UX500_WATCHDOG
588         tristate "ST-Ericsson Ux500 watchdog"
589         depends on MFD_DB8500_PRCMU
590         select WATCHDOG_CORE
591         default y
592         help
593           Say Y here to include Watchdog timer support for the watchdog
594           existing in the prcmu of ST-Ericsson Ux500 series platforms.
595
596           To compile this driver as a module, choose M here: the
597           module will be called ux500_wdt.
598
599 config RETU_WATCHDOG
600         tristate "Retu watchdog"
601         depends on MFD_RETU
602         select WATCHDOG_CORE
603         help
604           Retu watchdog driver for Nokia Internet Tablets (770, N800,
605           N810). At least on N800 the watchdog cannot be disabled, so
606           this driver is essential and you should enable it.
607
608           To compile this driver as a module, choose M here: the
609           module will be called retu_wdt.
610
611 config MOXART_WDT
612         tristate "MOXART watchdog"
613         depends on ARCH_MOXART || COMPILE_TEST
614         help
615           Say Y here to include Watchdog timer support for the watchdog
616           existing on the MOXA ART SoC series platforms.
617
618           To compile this driver as a module, choose M here: the
619           module will be called moxart_wdt.
620
621 config SIRFSOC_WATCHDOG
622         tristate "SiRFSOC watchdog"
623         depends on HAS_IOMEM
624         depends on ARCH_SIRF || COMPILE_TEST
625         select WATCHDOG_CORE
626         default y
627         help
628           Support for CSR SiRFprimaII and SiRFatlasVI watchdog. When
629           the watchdog triggers the system will be reset.
630
631 config ST_LPC_WATCHDOG
632         tristate "STMicroelectronics LPC Watchdog"
633         depends on ARCH_STI || COMPILE_TEST
634         depends on OF
635         select WATCHDOG_CORE
636         help
637           Say Y here to include STMicroelectronics Low Power Controller
638           (LPC) based Watchdog timer support.
639
640           To compile this driver as a module, choose M here: the
641           module will be called st_lpc_wdt.
642
643 config TEGRA_WATCHDOG
644         tristate "Tegra watchdog"
645         depends on (ARCH_TEGRA || COMPILE_TEST) && HAS_IOMEM
646         select WATCHDOG_CORE
647         help
648           Say Y here to include support for the watchdog timer
649           embedded in NVIDIA Tegra SoCs.
650
651           To compile this driver as a module, choose M here: the
652           module will be called tegra_wdt.
653
654 config QCOM_WDT
655         tristate "QCOM watchdog"
656         depends on HAS_IOMEM
657         depends on ARCH_QCOM || COMPILE_TEST
658         select WATCHDOG_CORE
659         help
660           Say Y here to include Watchdog timer support for the watchdog found
661           on QCOM chipsets.  Currently supported targets are the MSM8960,
662           APQ8064, and IPQ8064.
663
664           To compile this driver as a module, choose M here: the
665           module will be called qcom_wdt.
666
667 config MESON_GXBB_WATCHDOG
668         tristate "Amlogic Meson GXBB SoCs watchdog support"
669         depends on ARCH_MESON || COMPILE_TEST
670         select WATCHDOG_CORE
671         help
672           Say Y here to include support for the watchdog timer
673           in Amlogic Meson GXBB SoCs.
674           To compile this driver as a module, choose M here: the
675           module will be called meson_gxbb_wdt.
676
677 config MESON_WATCHDOG
678         tristate "Amlogic Meson SoCs watchdog support"
679         depends on ARCH_MESON || COMPILE_TEST
680         select WATCHDOG_CORE
681         help
682           Say Y here to include support for the watchdog timer
683           in Amlogic Meson SoCs.
684           To compile this driver as a module, choose M here: the
685           module will be called meson_wdt.
686
687 config MEDIATEK_WATCHDOG
688         tristate "Mediatek SoCs watchdog support"
689         depends on ARCH_MEDIATEK || COMPILE_TEST
690         select WATCHDOG_CORE
691         help
692           Say Y here to include support for the watchdog timer
693           in Mediatek SoCs.
694           To compile this driver as a module, choose M here: the
695           module will be called mtk_wdt.
696
697 config DIGICOLOR_WATCHDOG
698         tristate "Conexant Digicolor SoCs watchdog support"
699         depends on ARCH_DIGICOLOR || COMPILE_TEST
700         select WATCHDOG_CORE
701         help
702           Say Y here to include support for the watchdog timer
703           in Conexant Digicolor SoCs.
704           To compile this driver as a module, choose M here: the
705           module will be called digicolor_wdt.
706
707 config LPC18XX_WATCHDOG
708         tristate "LPC18xx/43xx Watchdog"
709         depends on ARCH_LPC18XX || COMPILE_TEST
710         depends on HAS_IOMEM
711         select WATCHDOG_CORE
712         help
713           Say Y here if to include support for the watchdog timer
714           in NXP LPC SoCs family, which includes LPC18xx/LPC43xx
715           processors.
716           To compile this driver as a module, choose M here: the
717           module will be called lpc18xx_wdt.
718
719 config ATLAS7_WATCHDOG
720         tristate "CSRatlas7 watchdog"
721         depends on ARCH_ATLAS7 || COMPILE_TEST
722         help
723           Say Y here to include Watchdog timer support for the watchdog
724           existing on the CSRatlas7 series platforms.
725
726           To compile this driver as a module, choose M here: the
727           module will be called atlas7_wdt.
728
729 config RENESAS_WDT
730         tristate "Renesas WDT Watchdog"
731         depends on ARCH_RENESAS || COMPILE_TEST
732         select WATCHDOG_CORE
733         help
734           This driver adds watchdog support for the integrated watchdogs in the
735           Renesas R-Car and other SH-Mobile SoCs (usually named RWDT or SWDT).
736
737 config RENESAS_RZAWDT
738         tristate "Renesas RZ/A WDT Watchdog"
739         depends on ARCH_RENESAS || COMPILE_TEST
740         select WATCHDOG_CORE
741         help
742           This driver adds watchdog support for the integrated watchdogs in the
743           Renesas RZ/A SoCs. These watchdogs can be used to reset a system.
744
745 config ASPEED_WATCHDOG
746         tristate "Aspeed 2400 watchdog support"
747         depends on ARCH_ASPEED || COMPILE_TEST
748         select WATCHDOG_CORE
749         help
750           Say Y here to include support for the watchdog timer
751           in Apseed BMC SoCs.
752
753           This driver is required to reboot the SoC.
754
755           To compile this driver as a module, choose M here: the
756           module will be called aspeed_wdt.
757
758 config ZX2967_WATCHDOG
759         tristate "ZTE zx2967 SoCs watchdog support"
760         depends on ARCH_ZX
761         select WATCHDOG_CORE
762         help
763           Say Y here to include support for the watchdog timer
764           in ZTE zx2967 SoCs.
765           To compile this driver as a module, choose M here: the
766           module will be called zx2967_wdt.
767
768 config STM32_WATCHDOG
769         tristate "STM32 Independent WatchDoG (IWDG) support"
770         depends on ARCH_STM32
771         select WATCHDOG_CORE
772         default y
773         help
774           Say Y here to include support for the watchdog timer
775           in stm32 SoCs.
776
777           To compile this driver as a module, choose M here: the
778           module will be called stm32_iwdg.
779
780 config UNIPHIER_WATCHDOG
781         tristate "UniPhier watchdog support"
782         depends on ARCH_UNIPHIER || COMPILE_TEST
783         depends on OF && MFD_SYSCON
784         select WATCHDOG_CORE
785         help
786           Say Y here to include support watchdog timer embedded
787           into the UniPhier system.
788
789           To compile this driver as a module, choose M here: the
790           module will be called uniphier_wdt.
791
792 # AVR32 Architecture
793
794 config AT32AP700X_WDT
795         tristate "AT32AP700x watchdog"
796         depends on CPU_AT32AP700X || COMPILE_TEST
797         help
798           Watchdog timer embedded into AT32AP700x devices. This will reboot
799           your system when the timeout is reached.
800
801 # BLACKFIN Architecture
802
803 config BFIN_WDT
804         tristate "Blackfin On-Chip Watchdog Timer"
805         depends on BLACKFIN
806         ---help---
807           If you say yes here you will get support for the Blackfin On-Chip
808           Watchdog Timer. If you have one of these processors and wish to
809           have watchdog support enabled, say Y, otherwise say N.
810
811           To compile this driver as a module, choose M here: the
812           module will be called bfin_wdt.
813
814 # CRIS Architecture
815
816 # FRV Architecture
817
818 # X86 (i386 + ia64 + x86_64) Architecture
819
820 config ACQUIRE_WDT
821         tristate "Acquire SBC Watchdog Timer"
822         depends on X86
823         ---help---
824           This is the driver for the hardware watchdog on Single Board
825           Computers produced by Acquire Inc (and others). This watchdog
826           simply watches your kernel to make sure it doesn't freeze, and if
827           it does, it reboots your computer after a certain amount of time.
828
829           To compile this driver as a module, choose M here: the
830           module will be called acquirewdt.
831
832           Most people will say N.
833
834 config ADVANTECH_WDT
835         tristate "Advantech SBC Watchdog Timer"
836         depends on X86
837         help
838           If you are configuring a Linux kernel for the Advantech single-board
839           computer, say `Y' here to support its built-in watchdog timer
840           feature. More information can be found at
841           <http://www.advantech.com.tw/products/>
842
843 config ALIM1535_WDT
844         tristate "ALi M1535 PMU Watchdog Timer"
845         depends on X86 && PCI
846         ---help---
847           This is the driver for the hardware watchdog on the ALi M1535 PMU.
848
849           To compile this driver as a module, choose M here: the
850           module will be called alim1535_wdt.
851
852           Most people will say N.
853
854 config ALIM7101_WDT
855         tristate "ALi M7101 PMU Computer Watchdog"
856         depends on PCI
857         help
858           This is the driver for the hardware watchdog on the ALi M7101 PMU
859           as used in the x86 Cobalt servers and also found in some
860           SPARC Netra servers too.
861
862           To compile this driver as a module, choose M here: the
863           module will be called alim7101_wdt.
864
865           Most people will say N.
866
867 config EBC_C384_WDT
868         tristate "WinSystems EBC-C384 Watchdog Timer"
869         depends on X86 && ISA_BUS_API
870         select WATCHDOG_CORE
871         help
872           Enables watchdog timer support for the watchdog timer on the
873           WinSystems EBC-C384 motherboard. The timeout may be configured via
874           the timeout module parameter.
875
876 config F71808E_WDT
877         tristate "Fintek F718xx, F818xx Super I/O Watchdog"
878         depends on X86
879         help
880           This is the driver for the hardware watchdog on the Fintek F71808E,
881           F71862FG, F71868, F71869, F71882FG, F71889FG, F81865 and F81866
882           Super I/O controllers.
883
884           You can compile this driver directly into the kernel, or use
885           it as a module.  The module will be called f71808e_wdt.
886
887 config SP5100_TCO
888         tristate "AMD/ATI SP5100 TCO Timer/Watchdog"
889         depends on X86 && PCI
890         ---help---
891           Hardware watchdog driver for the AMD/ATI SP5100 chipset. The TCO
892           (Total Cost of Ownership) timer is a watchdog timer that will reboot
893           the machine after its expiration. The expiration time can be
894           configured with the "heartbeat" parameter.
895
896           To compile this driver as a module, choose M here: the
897           module will be called sp5100_tco.
898
899 config GEODE_WDT
900         tristate "AMD Geode CS5535/CS5536 Watchdog"
901         depends on CS5535_MFGPT
902         help
903           This driver enables a watchdog capability built into the
904           CS5535/CS5536 companion chips for the AMD Geode GX and LX
905           processors.  This watchdog watches your kernel to make sure
906           it doesn't freeze, and if it does, it reboots your computer after
907           a certain amount of time.
908
909           You can compile this driver directly into the kernel, or use
910           it as a module.  The module will be called geodewdt.
911
912 config SC520_WDT
913         tristate "AMD Elan SC520 processor Watchdog"
914         depends on MELAN || COMPILE_TEST
915         help
916           This is the driver for the hardware watchdog built in to the
917           AMD "Elan" SC520 microcomputer commonly used in embedded systems.
918           This watchdog simply watches your kernel to make sure it doesn't
919           freeze, and if it does, it reboots your computer after a certain
920           amount of time.
921
922           You can compile this driver directly into the kernel, or use
923           it as a module.  The module will be called sc520_wdt.
924
925 config SBC_FITPC2_WATCHDOG
926         tristate "Compulab SBC-FITPC2 watchdog"
927         depends on X86
928         ---help---
929           This is the driver for the built-in watchdog timer on the fit-PC2,
930           fit-PC2i, CM-iAM single-board computers made by Compulab.
931
932           It`s possible to enable watchdog timer either from BIOS (F2) or from booted Linux.
933           When "Watchdog Timer Value" enabled one can set 31-255 s operational range.
934
935           Entering BIOS setup temporary disables watchdog operation regardless to current state,
936           so system will not be restarted while user in BIOS setup.
937
938           Once watchdog was enabled the system will be restarted every
939           "Watchdog Timer Value" period, so to prevent it user can restart or
940           disable the watchdog.
941
942           To compile this driver as a module, choose M here: the
943           module will be called sbc_fitpc2_wdt.
944
945           Most people will say N.
946
947 config EUROTECH_WDT
948         tristate "Eurotech CPU-1220/1410 Watchdog Timer"
949         depends on X86
950         help
951           Enable support for the watchdog timer on the Eurotech CPU-1220 and
952           CPU-1410 cards.  These are PC/104 SBCs. Spec sheets and product
953           information are at <http://www.eurotech.it/>.
954
955 config IB700_WDT
956         tristate "IB700 SBC Watchdog Timer"
957         depends on X86
958         ---help---
959           This is the driver for the hardware watchdog on the IB700 Single
960           Board Computer produced by TMC Technology (www.tmc-uk.com). This watchdog
961           simply watches your kernel to make sure it doesn't freeze, and if
962           it does, it reboots your computer after a certain amount of time.
963
964           This driver is like the WDT501 driver but for slightly different hardware.
965
966           To compile this driver as a module, choose M here: the
967           module will be called ib700wdt.
968
969           Most people will say N.
970
971 config IBMASR
972         tristate "IBM Automatic Server Restart"
973         depends on X86
974         help
975           This is the driver for the IBM Automatic Server Restart watchdog
976           timer built-in into some eServer xSeries machines.
977
978           To compile this driver as a module, choose M here: the
979           module will be called ibmasr.
980
981 config WAFER_WDT
982         tristate "ICP Single Board Computer Watchdog Timer"
983         depends on X86
984         help
985           This is a driver for the hardware watchdog on the ICP Single
986           Board Computer. This driver is working on (at least) the following
987           IPC SBC's: Wafer 5823, Rocky 4783, Rocky 3703 and Rocky 3782.
988
989           To compile this driver as a module, choose M here: the
990           module will be called wafer5823wdt.
991
992 config I6300ESB_WDT
993         tristate "Intel 6300ESB Timer/Watchdog"
994         depends on PCI
995         ---help---
996           Hardware driver for the watchdog timer built into the Intel
997           6300ESB controller hub.
998
999           To compile this driver as a module, choose M here: the
1000           module will be called i6300esb.
1001
1002 config IE6XX_WDT
1003         tristate "Intel Atom E6xx Watchdog"
1004         depends on X86 && PCI
1005         select WATCHDOG_CORE
1006         select MFD_CORE
1007         select LPC_SCH
1008         ---help---
1009           Hardware driver for the watchdog timer built into the Intel
1010           Atom E6XX (TunnelCreek) processor.
1011
1012           To compile this driver as a module, choose M here: the
1013           module will be called ie6xx_wdt.
1014
1015 config INTEL_SCU_WATCHDOG
1016         bool "Intel SCU Watchdog for Mobile Platforms"
1017         depends on X86_INTEL_MID
1018         ---help---
1019           Hardware driver for the watchdog time built into the Intel SCU
1020           for Intel Mobile Platforms.
1021
1022           To compile this driver as a module, choose M here.
1023
1024 config INTEL_MID_WATCHDOG
1025         tristate "Intel MID Watchdog Timer"
1026         depends on X86_INTEL_MID
1027         select WATCHDOG_CORE
1028         ---help---
1029           Watchdog timer driver built into the Intel SCU for Intel MID
1030           Platforms.
1031
1032           This driver currently supports only the watchdog evolution
1033           implementation in SCU, available for Merrifield generation.
1034
1035           To compile this driver as a module, choose M here.
1036
1037 config ITCO_WDT
1038         tristate "Intel TCO Timer/Watchdog"
1039         depends on (X86 || IA64) && PCI
1040         select WATCHDOG_CORE
1041         depends on I2C || I2C=n
1042         select LPC_ICH if !EXPERT
1043         select I2C_I801 if !EXPERT && I2C
1044         ---help---
1045           Hardware driver for the intel TCO timer based watchdog devices.
1046           These drivers are included in the Intel 82801 I/O Controller
1047           Hub family (from ICH0 up to ICH10) and in the Intel 63xxESB
1048           controller hub.
1049
1050           The TCO (Total Cost of Ownership) timer is a watchdog timer
1051           that will reboot the machine after its second expiration. The
1052           expiration time can be configured with the "heartbeat" parameter.
1053
1054           On some motherboards the driver may fail to reset the chipset's
1055           NO_REBOOT flag which prevents the watchdog from rebooting the
1056           machine. If this is the case you will get a kernel message like
1057           "failed to reset NO_REBOOT flag, reboot disabled by hardware".
1058
1059           To compile this driver as a module, choose M here: the
1060           module will be called iTCO_wdt.
1061
1062 config ITCO_VENDOR_SUPPORT
1063         bool "Intel TCO Timer/Watchdog Specific Vendor Support"
1064         depends on ITCO_WDT
1065         ---help---
1066           Add vendor specific support to the intel TCO timer based watchdog
1067           devices. At this moment we only have additional support for some
1068           SuperMicro Inc. motherboards.
1069
1070 config IT8712F_WDT
1071         tristate "IT8712F (Smart Guardian) Watchdog Timer"
1072         depends on X86
1073         ---help---
1074           This is the driver for the built-in watchdog timer on the IT8712F
1075           Super I/0 chipset used on many motherboards.
1076
1077           If the driver does not work, then make sure that the game port in
1078           the BIOS is enabled.
1079
1080           To compile this driver as a module, choose M here: the
1081           module will be called it8712f_wdt.
1082
1083 config IT87_WDT
1084         tristate "IT87 Watchdog Timer"
1085         depends on X86
1086         select WATCHDOG_CORE
1087         ---help---
1088           This is the driver for the hardware watchdog on the ITE IT8607,
1089           IT8620, IT8622, IT8625, IT8628, IT8655, IT8665, IT8686, IT8702,
1090           IT8712, IT8716, IT8718, IT8720, IT8721, IT8726, IT8728, and
1091           IT8783 Super I/O chips.
1092
1093           This watchdog simply watches your kernel to make sure it doesn't
1094           freeze, and if it does, it reboots your computer after a certain
1095           amount of time.
1096
1097           To compile this driver as a module, choose M here: the module will
1098           be called it87_wdt.
1099
1100 config HP_WATCHDOG
1101         tristate "HP ProLiant iLO2+ Hardware Watchdog Timer"
1102         depends on X86 && PCI
1103         help
1104           A software monitoring watchdog and NMI sourcing driver. This driver
1105           will detect lockups and provide a stack trace. This is a driver that
1106           will only load on an HP ProLiant system with a minimum of iLO2 support.
1107           To compile this driver as a module, choose M here: the module will be
1108           called hpwdt.
1109
1110 config KEMPLD_WDT
1111         tristate "Kontron COM Watchdog Timer"
1112         depends on MFD_KEMPLD
1113         select WATCHDOG_CORE
1114         help
1115           Support for the PLD watchdog on some Kontron ETX and COMexpress
1116           (ETXexpress) modules
1117
1118           This driver can also be built as a module. If so, the module will be
1119           called kempld_wdt.
1120
1121 config HPWDT_NMI_DECODING
1122         bool "NMI decoding support for the HP ProLiant iLO2+ Hardware Watchdog Timer"
1123         depends on HP_WATCHDOG
1124         default y
1125         help
1126           When an NMI occurs this feature will make the necessary BIOS calls to
1127           log the cause of the NMI.
1128
1129 config SC1200_WDT
1130         tristate "National Semiconductor PC87307/PC97307 (ala SC1200) Watchdog"
1131         depends on X86
1132         help
1133           This is a driver for National Semiconductor PC87307/PC97307 hardware
1134           watchdog cards as found on the SC1200. This watchdog is mainly used
1135           for power management purposes and can be used to power down the device
1136           during inactivity periods (includes interrupt activity monitoring).
1137
1138           To compile this driver as a module, choose M here: the
1139           module will be called sc1200wdt.
1140
1141           Most people will say N.
1142
1143 config SCx200_WDT
1144         tristate "National Semiconductor SCx200 Watchdog"
1145         depends on SCx200 && PCI
1146         help
1147           Enable the built-in watchdog timer support on the National
1148           Semiconductor SCx200 processors.
1149
1150           If compiled as a module, it will be called scx200_wdt.
1151
1152 config PC87413_WDT
1153         tristate "NS PC87413 watchdog"
1154         depends on X86
1155         ---help---
1156           This is the driver for the hardware watchdog on the PC87413 chipset
1157           This watchdog simply watches your kernel to make sure it doesn't
1158           freeze, and if it does, it reboots your computer after a certain
1159           amount of time.
1160
1161           To compile this driver as a module, choose M here: the
1162           module will be called pc87413_wdt.
1163
1164           Most people will say N.
1165
1166 config NV_TCO
1167         tristate "nVidia TCO Timer/Watchdog"
1168         depends on X86 && PCI
1169         ---help---
1170           Hardware driver for the TCO timer built into the nVidia Hub family
1171           (such as the MCP51).  The TCO (Total Cost of Ownership) timer is a
1172           watchdog timer that will reboot the machine after its second
1173           expiration. The expiration time can be configured with the
1174           "heartbeat" parameter.
1175
1176           On some motherboards the driver may fail to reset the chipset's
1177           NO_REBOOT flag which prevents the watchdog from rebooting the
1178           machine. If this is the case you will get a kernel message like
1179           "failed to reset NO_REBOOT flag, reboot disabled by hardware".
1180
1181           To compile this driver as a module, choose M here: the
1182           module will be called nv_tco.
1183
1184 config RDC321X_WDT
1185         tristate "RDC R-321x SoC watchdog"
1186         depends on X86_RDC321X || COMPILE_TEST
1187         depends on PCI
1188         help
1189           This is the driver for the built in hardware watchdog
1190           in the RDC R-321x SoC.
1191
1192           To compile this driver as a module, choose M here: the
1193           module will be called rdc321x_wdt.
1194
1195 config 60XX_WDT
1196         tristate "SBC-60XX Watchdog Timer"
1197         depends on X86
1198         help
1199           This driver can be used with the watchdog timer found on some
1200           single board computers, namely the 6010 PII based computer.
1201           It may well work with other cards.  It reads port 0x443 to enable
1202           and re-set the watchdog timer, and reads port 0x45 to disable
1203           the watchdog.  If you have a card that behave in similar ways,
1204           you can probably make this driver work with your card as well.
1205
1206           You can compile this driver directly into the kernel, or use
1207           it as a module.  The module will be called sbc60xxwdt.
1208
1209 config SBC8360_WDT
1210         tristate "SBC8360 Watchdog Timer"
1211         depends on X86_32
1212         ---help---
1213
1214           This is the driver for the hardware watchdog on the SBC8360 Single
1215           Board Computer produced by Axiomtek Co., Ltd. (www.axiomtek.com).
1216
1217           To compile this driver as a module, choose M here: the
1218           module will be called sbc8360.
1219
1220           Most people will say N.
1221
1222 config SBC7240_WDT
1223         tristate "SBC Nano 7240 Watchdog Timer"
1224         depends on X86_32 && !UML
1225         ---help---
1226           This is the driver for the hardware watchdog found on the IEI
1227           single board computers EPIC Nano 7240 (and likely others). This
1228           watchdog simply watches your kernel to make sure it doesn't freeze,
1229           and if it does, it reboots your computer after a certain amount of
1230           time.
1231
1232           To compile this driver as a module, choose M here: the
1233           module will be called sbc7240_wdt.
1234
1235 config CPU5_WDT
1236         tristate "SMA CPU5 Watchdog"
1237         depends on X86
1238         ---help---
1239           TBD.
1240           To compile this driver as a module, choose M here: the
1241           module will be called cpu5wdt.
1242
1243 config SMSC_SCH311X_WDT
1244         tristate "SMSC SCH311X Watchdog Timer"
1245         depends on X86
1246         ---help---
1247           This is the driver for the hardware watchdog timer on the
1248           SMSC SCH3112, SCH3114 and SCH3116 Super IO chipset
1249           (LPC IO with 8042 KBC, Reset Generation, HWM and multiple
1250           serial ports).
1251
1252           To compile this driver as a module, choose M here: the
1253           module will be called sch311x_wdt.
1254
1255 config SMSC37B787_WDT
1256         tristate "Winbond SMsC37B787 Watchdog Timer"
1257         depends on X86
1258         ---help---
1259           This is the driver for the hardware watchdog component on the
1260           Winbond SMsC37B787 chipset as used on the NetRunner Mainboard
1261           from Vision Systems and maybe others.
1262
1263           This watchdog simply watches your kernel to make sure it doesn't
1264           freeze, and if it does, it reboots your computer after a certain
1265           amount of time.
1266
1267           Usually a userspace daemon will notify the kernel WDT driver that
1268           userspace is still alive, at regular intervals.
1269
1270           To compile this driver as a module, choose M here: the
1271           module will be called smsc37b787_wdt.
1272
1273           Most people will say N.
1274
1275 config VIA_WDT
1276         tristate "VIA Watchdog Timer"
1277         depends on X86 && PCI
1278         select WATCHDOG_CORE
1279         ---help---
1280         This is the driver for the hardware watchdog timer on VIA
1281         southbridge chipset CX700, VX800/VX820 or VX855/VX875.
1282
1283         To compile this driver as a module, choose M here; the module
1284         will be called via_wdt.
1285
1286         Most people will say N.
1287
1288 config W83627HF_WDT
1289         tristate "Watchdog timer for W83627HF/W83627DHG and compatibles"
1290         depends on X86
1291         select WATCHDOG_CORE
1292         ---help---
1293           This is the driver for the hardware watchdog on the following
1294           Super I/O chips.
1295                 W83627DHG/DHG-P/EHF/EHG/F/G/HF/S/SF/THF/UHG/UG
1296                 W83637HF
1297                 W83667HG/HG-B
1298                 W83687THF
1299                 W83697HF
1300                 W83697UG
1301                 NCT6775
1302                 NCT6776
1303                 NCT6779
1304                 NCT6791
1305                 NCT6792
1306                 NCT6102D/04D/06D
1307
1308           This watchdog simply watches your kernel to make sure it doesn't
1309           freeze, and if it does, it reboots your computer after a certain
1310           amount of time.
1311
1312           To compile this driver as a module, choose M here: the
1313           module will be called w83627hf_wdt.
1314
1315           Most people will say N.
1316
1317 config W83877F_WDT
1318         tristate "W83877F (EMACS) Watchdog Timer"
1319         depends on X86
1320         ---help---
1321           This is the driver for the hardware watchdog on the W83877F chipset
1322           as used in EMACS PC-104 motherboards (and likely others).  This
1323           watchdog simply watches your kernel to make sure it doesn't freeze,
1324           and if it does, it reboots your computer after a certain amount of
1325           time.
1326
1327           To compile this driver as a module, choose M here: the
1328           module will be called w83877f_wdt.
1329
1330           Most people will say N.
1331
1332 config W83977F_WDT
1333         tristate "W83977F (PCM-5335) Watchdog Timer"
1334         depends on X86
1335         ---help---
1336           This is the driver for the hardware watchdog on the W83977F I/O chip
1337           as used in AAEON's PCM-5335 SBC (and likely others).  This
1338           watchdog simply watches your kernel to make sure it doesn't freeze,
1339           and if it does, it reboots your computer after a certain amount of
1340           time.
1341
1342           To compile this driver as a module, choose M here: the
1343           module will be called w83977f_wdt.
1344
1345 config MACHZ_WDT
1346         tristate "ZF MachZ Watchdog"
1347         depends on X86
1348         ---help---
1349           If you are using a ZF Micro MachZ processor, say Y here, otherwise
1350           N.  This is the driver for the watchdog timer built-in on that
1351           processor using ZF-Logic interface.  This watchdog simply watches
1352           your kernel to make sure it doesn't freeze, and if it does, it
1353           reboots your computer after a certain amount of time.
1354
1355           To compile this driver as a module, choose M here: the
1356           module will be called machzwd.
1357
1358 config SBC_EPX_C3_WATCHDOG
1359         tristate "Winsystems SBC EPX-C3 watchdog"
1360         depends on X86
1361         ---help---
1362           This is the driver for the built-in watchdog timer on the EPX-C3
1363           Single-board computer made by Winsystems, Inc.
1364
1365           *Note*: This hardware watchdog is not probeable and thus there
1366           is no way to know if writing to its IO address will corrupt
1367           your system or have any real effect.  The only way to be sure
1368           that this driver does what you want is to make sure you
1369           are running it on an EPX-C3 from Winsystems with the watchdog
1370           timer at IO address 0x1ee and 0x1ef.  It will write to both those
1371           IO ports.  Basically, the assumption is made that if you compile
1372           this driver into your kernel and/or load it as a module, that you
1373           know what you are doing and that you are in fact running on an
1374           EPX-C3 board!
1375
1376           To compile this driver as a module, choose M here: the
1377           module will be called sbc_epx_c3.
1378
1379 config INTEL_MEI_WDT
1380         tristate "Intel MEI iAMT Watchdog"
1381         depends on INTEL_MEI && X86
1382         select WATCHDOG_CORE
1383         ---help---
1384           A device driver for the Intel MEI iAMT watchdog.
1385
1386           The Intel AMT Watchdog is an OS Health (Hang/Crash) watchdog.
1387           Whenever the OS hangs or crashes, iAMT will send an event
1388           to any subscriber to this event. The watchdog doesn't reset the
1389           the platform.
1390
1391           To compile this driver as a module, choose M here:
1392           the module will be called mei_wdt.
1393
1394 config NI903X_WDT
1395         tristate "NI 903x/913x Watchdog"
1396         depends on X86 && ACPI
1397         select WATCHDOG_CORE
1398         ---help---
1399           This is the driver for the watchdog timer on the National Instruments
1400           903x/913x real-time controllers.
1401
1402           To compile this driver as a module, choose M here: the module will be
1403           called ni903x_wdt.
1404
1405 config NIC7018_WDT
1406         tristate "NIC7018 Watchdog"
1407         depends on X86 && ACPI
1408         select WATCHDOG_CORE
1409         ---help---
1410           Support for National Instruments NIC7018 Watchdog.
1411
1412           To compile this driver as a module, choose M here: the module will be
1413           called nic7018_wdt.
1414
1415 # M32R Architecture
1416
1417 # M68K Architecture
1418
1419 config M54xx_WATCHDOG
1420         tristate "MCF54xx watchdog support"
1421         depends on M548x
1422         help
1423           To compile this driver as a module, choose M here: the
1424           module will be called m54xx_wdt.
1425
1426 # MicroBlaze Architecture
1427
1428 # MIPS Architecture
1429
1430 config ATH79_WDT
1431         tristate "Atheros AR71XX/AR724X/AR913X hardware watchdog"
1432         depends on ATH79 || (ARM && COMPILE_TEST)
1433         help
1434           Hardware driver for the built-in watchdog timer on the Atheros
1435           AR71XX/AR724X/AR913X SoCs.
1436
1437 config BCM47XX_WDT
1438         tristate "Broadcom BCM47xx Watchdog Timer"
1439         depends on BCM47XX || ARCH_BCM_5301X || COMPILE_TEST
1440         select WATCHDOG_CORE
1441         help
1442           Hardware driver for the Broadcom BCM47xx Watchdog Timer.
1443
1444 config RC32434_WDT
1445         tristate "IDT RC32434 SoC Watchdog Timer"
1446         depends on MIKROTIK_RB532
1447         help
1448           Hardware driver for the IDT RC32434 SoC built-in
1449           watchdog timer.
1450
1451           To compile this driver as a module, choose M here: the
1452           module will be called rc32434_wdt.
1453
1454 config INDYDOG
1455         tristate "Indy/I2 Hardware Watchdog"
1456         depends on SGI_HAS_INDYDOG
1457         help
1458           Hardware driver for the Indy's/I2's watchdog. This is a
1459           watchdog timer that will reboot the machine after a 60 second
1460           timer expired and no process has written to /dev/watchdog during
1461           that time.
1462
1463 config JZ4740_WDT
1464         tristate "Ingenic jz4740 SoC hardware watchdog"
1465         depends on MACH_JZ4740
1466         select WATCHDOG_CORE
1467         help
1468           Hardware driver for the built-in watchdog timer on Ingenic jz4740 SoCs.
1469
1470 config WDT_MTX1
1471         tristate "MTX-1 Hardware Watchdog"
1472         depends on MIPS_MTX1 || (MIPS && COMPILE_TEST)
1473         help
1474           Hardware driver for the MTX-1 boards. This is a watchdog timer that
1475           will reboot the machine after a 100 seconds timer expired.
1476
1477 config PNX833X_WDT
1478         tristate "PNX833x Hardware Watchdog"
1479         depends on SOC_PNX8335
1480         depends on BROKEN
1481         help
1482           Hardware driver for the PNX833x's watchdog. This is a
1483           watchdog timer that will reboot the machine after a programmable
1484           timer has expired and no process has written to /dev/watchdog during
1485           that time.
1486
1487 config SIBYTE_WDOG
1488         tristate "Sibyte SoC hardware watchdog"
1489         depends on CPU_SB1 || (MIPS && COMPILE_TEST)
1490         help
1491           Watchdog driver for the built in watchdog hardware in Sibyte
1492           SoC processors.  There are apparently two watchdog timers
1493           on such processors; this driver supports only the first one,
1494           because currently Linux only supports exporting one watchdog
1495           to userspace.
1496
1497           To compile this driver as a loadable module, choose M here.
1498           The module will be called sb_wdog.
1499
1500 config AR7_WDT
1501         tristate "TI AR7 Watchdog Timer"
1502         depends on AR7 || (MIPS && 32BIT && COMPILE_TEST)
1503         help
1504           Hardware driver for the TI AR7 Watchdog Timer.
1505
1506 config TXX9_WDT
1507         tristate "Toshiba TXx9 Watchdog Timer"
1508         depends on CPU_TX39XX || CPU_TX49XX || (MIPS && COMPILE_TEST)
1509         select WATCHDOG_CORE
1510         help
1511           Hardware driver for the built-in watchdog timer on TXx9 MIPS SoCs.
1512
1513 config OCTEON_WDT
1514         tristate "Cavium OCTEON SOC family Watchdog Timer"
1515         depends on CAVIUM_OCTEON_SOC
1516         default y
1517         select WATCHDOG_CORE
1518         select EXPORT_UASM if OCTEON_WDT = m
1519         help
1520           Hardware driver for OCTEON's on chip watchdog timer.
1521           Enables the watchdog for all cores running Linux. It
1522           installs a NMI handler and pokes the watchdog based on an
1523           interrupt.  On first expiration of the watchdog, the
1524           interrupt handler pokes it.  The second expiration causes an
1525           NMI that prints a message. The third expiration causes a
1526           global soft reset.
1527
1528           When userspace has /dev/watchdog open, no poking is done
1529           from the first interrupt, it is then only poked when the
1530           device is written.
1531
1532 config BCM63XX_WDT
1533         tristate "Broadcom BCM63xx hardware watchdog"
1534         depends on BCM63XX
1535         help
1536           Watchdog driver for the built in watchdog hardware in Broadcom
1537           BCM63xx SoC.
1538
1539           To compile this driver as a loadable module, choose M here.
1540           The module will be called bcm63xx_wdt.
1541
1542 config BCM2835_WDT
1543         tristate "Broadcom BCM2835 hardware watchdog"
1544         depends on ARCH_BCM2835 || (OF && COMPILE_TEST)
1545         select WATCHDOG_CORE
1546         help
1547           Watchdog driver for the built in watchdog hardware in Broadcom
1548           BCM2835 SoC.
1549
1550           To compile this driver as a loadable module, choose M here.
1551           The module will be called bcm2835_wdt.
1552
1553 config BCM_KONA_WDT
1554         tristate "BCM Kona Watchdog"
1555         depends on ARCH_BCM_MOBILE || COMPILE_TEST
1556         select WATCHDOG_CORE
1557         help
1558           Support for the watchdog timer on the following Broadcom BCM281xx
1559           family, which includes BCM11130, BCM11140, BCM11351, BCM28145 and
1560           BCM28155 variants.
1561
1562           Say 'Y' or 'M' here to enable the driver. The module will be called
1563           bcm_kona_wdt.
1564
1565 config BCM_KONA_WDT_DEBUG
1566         bool "DEBUGFS support for BCM Kona Watchdog"
1567         depends on BCM_KONA_WDT || COMPILE_TEST
1568         help
1569           If enabled, adds /sys/kernel/debug/bcm_kona_wdt/info which provides
1570           access to the driver's internal data structures as well as watchdog
1571           timer hardware registres.
1572
1573           If in doubt, say 'N'.
1574
1575 config BCM7038_WDT
1576         tristate "BCM7038 Watchdog"
1577         select WATCHDOG_CORE
1578         depends on HAS_IOMEM
1579         depends on ARCH_BRCMSTB || BMIPS_GENERIC || COMPILE_TEST
1580         help
1581          Watchdog driver for the built-in hardware in Broadcom 7038 and
1582          later SoCs used in set-top boxes.  BCM7038 was made public
1583          during the 2004 CES, and since then, many Broadcom chips use this
1584          watchdog block, including some cable modem chips.
1585
1586 config IMGPDC_WDT
1587         tristate "Imagination Technologies PDC Watchdog Timer"
1588         depends on HAS_IOMEM
1589         depends on METAG || MIPS || COMPILE_TEST
1590         select WATCHDOG_CORE
1591         help
1592           Driver for Imagination Technologies PowerDown Controller
1593           Watchdog Timer.
1594
1595           To compile this driver as a loadable module, choose M here.
1596           The module will be called imgpdc_wdt.
1597
1598 config LANTIQ_WDT
1599         tristate "Lantiq SoC watchdog"
1600         depends on LANTIQ
1601         help
1602           Hardware driver for the Lantiq SoC Watchdog Timer.
1603
1604 config LOONGSON1_WDT
1605         tristate "Loongson1 SoC hardware watchdog"
1606         depends on MACH_LOONGSON32
1607         select WATCHDOG_CORE
1608         help
1609           Hardware driver for the Loongson1 SoC Watchdog Timer.
1610
1611 config RALINK_WDT
1612         tristate "Ralink SoC watchdog"
1613         select WATCHDOG_CORE
1614         depends on RALINK
1615         help
1616           Hardware driver for the Ralink SoC Watchdog Timer.
1617
1618 config MT7621_WDT
1619         tristate "Mediatek SoC watchdog"
1620         select WATCHDOG_CORE
1621         depends on SOC_MT7620 || SOC_MT7621
1622         help
1623           Hardware driver for the Mediatek/Ralink MT7621/8 SoC Watchdog Timer.
1624
1625 config PIC32_WDT
1626         tristate "Microchip PIC32 hardware watchdog"
1627         select WATCHDOG_CORE
1628         depends on MACH_PIC32 || (MIPS && COMPILE_TEST)
1629         help
1630           Watchdog driver for the built in watchdog hardware in a PIC32.
1631
1632           Configuration bits must be set appropriately for the watchdog to be
1633           controlled by this driver.
1634
1635           To compile this driver as a loadable module, choose M here.
1636           The module will be called pic32-wdt.
1637
1638 config PIC32_DMT
1639         tristate "Microchip PIC32 Deadman Timer"
1640         select WATCHDOG_CORE
1641         depends on MACH_PIC32 || (MIPS && COMPILE_TEST)
1642         help
1643           Watchdog driver for PIC32 instruction fetch counting timer. This specific
1644           timer is typically be used in misson critical and safety critical
1645           applications, where any single failure of the software functionality
1646           and sequencing must be detected.
1647
1648           To compile this driver as a loadable module, choose M here.
1649           The module will be called pic32-dmt.
1650
1651 # PARISC Architecture
1652
1653 # POWERPC Architecture
1654
1655 config GEF_WDT
1656         tristate "GE Watchdog Timer"
1657         depends on GE_FPGA
1658         ---help---
1659           Watchdog timer found in a number of GE single board computers.
1660
1661 config MPC5200_WDT
1662         bool "MPC52xx Watchdog Timer"
1663         depends on PPC_MPC52xx || COMPILE_TEST
1664         help
1665           Use General Purpose Timer (GPT) 0 on the MPC5200 as Watchdog.
1666
1667 config 8xxx_WDT
1668         tristate "MPC8xxx Platform Watchdog Timer"
1669         depends on PPC_8xx || PPC_83xx || PPC_86xx || PPC_MPC512x
1670         select WATCHDOG_CORE
1671         help
1672           This driver is for a SoC level watchdog that exists on some
1673           Freescale PowerPC processors. So far this driver supports:
1674           - MPC8xx watchdogs
1675           - MPC83xx watchdogs
1676           - MPC86xx watchdogs
1677
1678           For BookE processors (MPC85xx) use the BOOKE_WDT driver instead.
1679
1680 config MV64X60_WDT
1681         tristate "MV64X60 (Marvell Discovery) Watchdog Timer"
1682         depends on MV64X60 || COMPILE_TEST
1683
1684 config PIKA_WDT
1685         tristate "PIKA FPGA Watchdog"
1686         depends on WARP || (PPC64 && COMPILE_TEST)
1687         default y
1688         help
1689           This enables the watchdog in the PIKA FPGA. Currently used on
1690           the Warp platform.
1691
1692 config BOOKE_WDT
1693         tristate "PowerPC Book-E Watchdog Timer"
1694         depends on BOOKE || 4xx
1695         select WATCHDOG_CORE
1696         ---help---
1697           Watchdog driver for PowerPC Book-E chips, such as the Freescale
1698           MPC85xx SOCs and the IBM PowerPC 440.
1699
1700           Please see Documentation/watchdog/watchdog-api.txt for
1701           more information.
1702
1703 config BOOKE_WDT_DEFAULT_TIMEOUT
1704         int "PowerPC Book-E Watchdog Timer Default Timeout"
1705         depends on BOOKE_WDT
1706         default 38 if PPC_FSL_BOOK3E
1707         range 0 63 if PPC_FSL_BOOK3E
1708         default 3 if !PPC_FSL_BOOK3E
1709         range 0 3 if !PPC_FSL_BOOK3E
1710         help
1711           Select the default watchdog timer period to be used by the PowerPC
1712           Book-E watchdog driver.  A watchdog "event" occurs when the bit
1713           position represented by this number transitions from zero to one.
1714
1715           For Freescale Book-E processors, this is a number between 0 and 63.
1716           For other Book-E processors, this is a number between 0 and 3.
1717
1718           The value can be overridden by the wdt_period command-line parameter.
1719
1720 config MEN_A21_WDT
1721         tristate "MEN A21 VME CPU Carrier Board Watchdog Timer"
1722         select WATCHDOG_CORE
1723         depends on GPIOLIB || COMPILE_TEST
1724         help
1725           Watchdog driver for MEN A21 VMEbus CPU Carrier Boards.
1726
1727           The driver can also be built as a module. If so, the module will be
1728           called mena21_wdt.
1729
1730           If unsure select N here.
1731
1732 # PPC64 Architecture
1733
1734 config WATCHDOG_RTAS
1735         tristate "RTAS watchdog"
1736         depends on PPC_RTAS
1737         help
1738           This driver adds watchdog support for the RTAS watchdog.
1739
1740           To compile this driver as a module, choose M here. The module
1741           will be called wdrtas.
1742
1743 # S390 Architecture
1744
1745 config DIAG288_WATCHDOG
1746         tristate "System z diag288 Watchdog"
1747         depends on S390
1748         select WATCHDOG_CORE
1749         help
1750           IBM s/390 and zSeries machines running under z/VM 5.1 or later
1751           provide a virtual watchdog timer to their guest that cause a
1752           user define Control Program command to be executed after a
1753           timeout.
1754           LPAR provides a very similar interface. This driver handles
1755           both.
1756
1757           To compile this driver as a module, choose M here. The module
1758           will be called diag288_wdt.
1759
1760 # SUPERH (sh + sh64) Architecture
1761
1762 config SH_WDT
1763         tristate "SuperH Watchdog"
1764         depends on SUPERH && (CPU_SH3 || CPU_SH4 || COMPILE_TEST)
1765         select WATCHDOG_CORE
1766         help
1767           This driver adds watchdog support for the integrated watchdog in the
1768           SuperH processors. If you have one of these processors and wish
1769           to have watchdog support enabled, say Y, otherwise say N.
1770
1771           As a side note, saying Y here will automatically boost HZ to 1000
1772           so that the timer has a chance to clear the overflow counter. On
1773           slower systems (such as the SH-2 and SH-3) this will likely yield
1774           some performance issues. As such, the WDT should be avoided here
1775           unless it is absolutely necessary.
1776
1777           To compile this driver as a module, choose M here: the
1778           module will be called shwdt.
1779
1780 # SPARC Architecture
1781
1782 # SPARC64 Architecture
1783
1784 config WATCHDOG_CP1XXX
1785         tristate "CP1XXX Hardware Watchdog support"
1786         depends on SPARC64 && PCI
1787         ---help---
1788           This is the driver for the hardware watchdog timers present on
1789           Sun Microsystems CompactPCI models CP1400 and CP1500.
1790
1791           To compile this driver as a module, choose M here: the
1792           module will be called cpwatchdog.
1793
1794           If you do not have a CompactPCI model CP1400 or CP1500, or
1795           another UltraSPARC-IIi-cEngine boardset with hardware watchdog,
1796           you should say N to this option.
1797
1798 config WATCHDOG_RIO
1799         tristate "RIO Hardware Watchdog support"
1800         depends on SPARC64 && PCI
1801         help
1802           Say Y here to support the hardware watchdog capability on Sun RIO
1803           machines.  The watchdog timeout period is normally one minute but
1804           can be changed with a boot-time parameter.
1805
1806 config WATCHDOG_SUN4V
1807         tristate "Sun4v Watchdog support"
1808         select WATCHDOG_CORE
1809         depends on SPARC64
1810         help
1811           Say Y here to support the hypervisor watchdog capability embedded
1812           in the SPARC sun4v architecture.
1813
1814           To compile this driver as a module, choose M here. The module will
1815           be called sun4v_wdt.
1816
1817 # XTENSA Architecture
1818
1819 # Xen Architecture
1820
1821 config XEN_WDT
1822         tristate "Xen Watchdog support"
1823         depends on XEN
1824         help
1825           Say Y here to support the hypervisor watchdog capability provided
1826           by Xen 4.0 and newer.  The watchdog timeout period is normally one
1827           minute but can be changed with a boot-time parameter.
1828
1829 config UML_WATCHDOG
1830         tristate "UML watchdog"
1831         depends on UML || COMPILE_TEST
1832
1833 #
1834 # ISA-based Watchdog Cards
1835 #
1836
1837 comment "ISA-based Watchdog Cards"
1838         depends on ISA
1839
1840 config PCWATCHDOG
1841         tristate "Berkshire Products ISA-PC Watchdog"
1842         depends on ISA
1843         ---help---
1844           This is the driver for the Berkshire Products ISA-PC Watchdog card.
1845           This card simply watches your kernel to make sure it doesn't freeze,
1846           and if it does, it reboots your computer after a certain amount of
1847           time. This driver is like the WDT501 driver but for different
1848           hardware. Please read <file:Documentation/watchdog/pcwd-watchdog.txt>. The PC
1849           watchdog cards can be ordered from <http://www.berkprod.com/>.
1850
1851           To compile this driver as a module, choose M here: the
1852           module will be called pcwd.
1853
1854           Most people will say N.
1855
1856 config MIXCOMWD
1857         tristate "Mixcom Watchdog"
1858         depends on ISA
1859         ---help---
1860           This is a driver for the Mixcom hardware watchdog cards.  This
1861           watchdog simply watches your kernel to make sure it doesn't freeze,
1862           and if it does, it reboots your computer after a certain amount of
1863           time.
1864
1865           To compile this driver as a module, choose M here: the
1866           module will be called mixcomwd.
1867
1868           Most people will say N.
1869
1870 config WDT
1871         tristate "WDT Watchdog timer"
1872         depends on ISA
1873         ---help---
1874           If you have a WDT500P or WDT501P watchdog board, say Y here,
1875           otherwise N. It is not possible to probe for this board, which means
1876           that you have to inform the kernel about the IO port and IRQ that
1877           is needed (you can do this via the io and irq parameters)
1878
1879           To compile this driver as a module, choose M here: the
1880           module will be called wdt.
1881
1882 #
1883 # PCI-based Watchdog Cards
1884 #
1885
1886 comment "PCI-based Watchdog Cards"
1887         depends on PCI
1888
1889 config PCIPCWATCHDOG
1890         tristate "Berkshire Products PCI-PC Watchdog"
1891         depends on PCI
1892         ---help---
1893           This is the driver for the Berkshire Products PCI-PC Watchdog card.
1894           This card simply watches your kernel to make sure it doesn't freeze,
1895           and if it does, it reboots your computer after a certain amount of
1896           time. The card can also monitor the internal temperature of the PC.
1897           More info is available at <http://www.berkprod.com/pci_pc_watchdog.htm>.
1898
1899           To compile this driver as a module, choose M here: the
1900           module will be called pcwd_pci.
1901
1902           Most people will say N.
1903
1904 config WDTPCI
1905         tristate "PCI-WDT500/501 Watchdog timer"
1906         depends on PCI
1907         ---help---
1908           If you have a PCI-WDT500/501 watchdog board, say Y here, otherwise N.
1909
1910           If you have a PCI-WDT501 watchdog board then you can enable the
1911           temperature sensor by setting the type parameter to 501.
1912
1913           If you want to enable the Fan Tachometer on the PCI-WDT501, then you
1914           can do this via the tachometer parameter. Only do this if you have a
1915           fan tachometer actually set up.
1916
1917           To compile this driver as a module, choose M here: the
1918           module will be called wdt_pci.
1919
1920 #
1921 # USB-based Watchdog Cards
1922 #
1923
1924 comment "USB-based Watchdog Cards"
1925         depends on USB
1926
1927 config USBPCWATCHDOG
1928         tristate "Berkshire Products USB-PC Watchdog"
1929         depends on USB
1930         ---help---
1931           This is the driver for the Berkshire Products USB-PC Watchdog card.
1932           This card simply watches your kernel to make sure it doesn't freeze,
1933           and if it does, it reboots your computer after a certain amount of
1934           time. The card can also monitor the internal temperature of the PC.
1935           More info is available at <http://www.berkprod.com/usb_pc_watchdog.htm>.
1936
1937           To compile this driver as a module, choose M here: the
1938           module will be called pcwd_usb.
1939
1940           Most people will say N.
1941
1942 comment "Watchdog Pretimeout Governors"
1943
1944 config WATCHDOG_PRETIMEOUT_GOV
1945         bool "Enable watchdog pretimeout governors"
1946         depends on WATCHDOG_CORE
1947         help
1948           The option allows to select watchdog pretimeout governors.
1949
1950 if WATCHDOG_PRETIMEOUT_GOV
1951
1952 choice
1953         prompt "Default Watchdog Pretimeout Governor"
1954         default WATCHDOG_PRETIMEOUT_DEFAULT_GOV_PANIC
1955         help
1956           This option selects a default watchdog pretimeout governor.
1957           The governor takes its action, if a watchdog is capable
1958           to report a pretimeout event.
1959
1960 config WATCHDOG_PRETIMEOUT_DEFAULT_GOV_NOOP
1961         bool "noop"
1962         select WATCHDOG_PRETIMEOUT_GOV_NOOP
1963         help
1964           Use noop watchdog pretimeout governor by default. If noop
1965           governor is selected by a user, write a short message to
1966           the kernel log buffer and don't do any system changes.
1967
1968 config WATCHDOG_PRETIMEOUT_DEFAULT_GOV_PANIC
1969         bool "panic"
1970         select WATCHDOG_PRETIMEOUT_GOV_PANIC
1971         help
1972           Use panic watchdog pretimeout governor by default, if
1973           a watchdog pretimeout event happens, consider that
1974           a watchdog feeder is dead and reboot is unavoidable.
1975
1976 endchoice
1977
1978 config WATCHDOG_PRETIMEOUT_GOV_NOOP
1979         tristate "Noop watchdog pretimeout governor"
1980         help
1981           Noop watchdog pretimeout governor, only an informational
1982           message is added to kernel log buffer.
1983
1984 config WATCHDOG_PRETIMEOUT_GOV_PANIC
1985         tristate "Panic watchdog pretimeout governor"
1986         help
1987           Panic watchdog pretimeout governor, on watchdog pretimeout
1988           event put the kernel into panic.
1989
1990 endif # WATCHDOG_PRETIMEOUT_GOV
1991
1992 endif # WATCHDOG