Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
[wrt350n-kernel.git] / drivers / watchdog / Kconfig
blob857c7679cbda6a194ef3d692f5ca32ccba4f1d1e
2 # Watchdog device configuration
5 menuconfig WATCHDOG
6         bool "Watchdog Timer Support"
7         ---help---
8           If you say Y here (and to one of the following options) and create a
9           character special file /dev/watchdog with major number 10 and minor
10           number 130 using mknod ("man mknod"), you will get a watchdog, i.e.:
11           subsequently opening the file and then failing to write to it for
12           longer than 1 minute will result in rebooting the machine. This
13           could be useful for a networked machine that needs to come back
14           on-line as fast as possible after a lock-up. There's both a watchdog
15           implementation entirely in software (which can sometimes fail to
16           reboot the machine) and a driver for hardware watchdog boards, which
17           are more robust and can also keep track of the temperature inside
18           your computer. For details, read
19           <file:Documentation/watchdog/watchdog-api.txt> in the kernel source.
21           The watchdog is usually used together with the watchdog daemon
22           which is available from
23           <ftp://ibiblio.org/pub/Linux/system/daemons/watchdog/>. This daemon can
24           also monitor NFS connections and can reboot the machine when the process
25           table is full.
27           If unsure, say N.
29 if WATCHDOG
31 config WATCHDOG_NOWAYOUT
32         bool "Disable watchdog shutdown on close"
33         help
34           The default watchdog behaviour (which you get if you say N here) is
35           to stop the timer if the process managing it closes the file
36           /dev/watchdog. It's always remotely possible that this process might
37           get killed. If you say Y here, the watchdog cannot be stopped once
38           it has been started.
41 # General Watchdog drivers
44 comment "Watchdog Device Drivers"
46 # Architecture Independent
48 config SOFT_WATCHDOG
49         tristate "Software watchdog"
50         help
51           A software monitoring watchdog. This will fail to reboot your system
52           from some situations that the hardware watchdog will recover
53           from. Equally it's a lot cheaper to install.
55           To compile this driver as a module, choose M here: the
56           module will be called softdog.
58 # ALPHA Architecture
60 # ARM Architecture
62 config AT91RM9200_WATCHDOG
63         tristate "AT91RM9200 watchdog"
64         depends on ARCH_AT91RM9200
65         help
66           Watchdog timer embedded into AT91RM9200 chips. This will reboot your
67           system when the timeout is reached.
69 config 21285_WATCHDOG
70         tristate "DC21285 watchdog"
71         depends on FOOTBRIDGE
72         help
73           The Intel Footbridge chip contains a built-in watchdog circuit. Say Y
74           here if you wish to use this. Alternatively say M to compile the
75           driver as a module, which will be called wdt285.
77           This driver does not work on all machines. In particular, early CATS
78           boards have hardware problems that will cause the machine to simply
79           lock up if the watchdog fires.
81           "If in doubt, leave it out" - say N.
83 config 977_WATCHDOG
84         tristate "NetWinder WB83C977 watchdog"
85         depends on FOOTBRIDGE && ARCH_NETWINDER
86         help
87           Say Y here to include support for the WB977 watchdog included in
88           NetWinder machines. Alternatively say M to compile the driver as
89           a module, which will be called wdt977.
91           Not sure? It's safe to say N.
93 config IXP2000_WATCHDOG
94         tristate "IXP2000 Watchdog"
95         depends on ARCH_IXP2000
96         help
97           Say Y here if to include support for the watchdog timer
98           in the Intel IXP2000(2400, 2800, 2850) network processors.
99           This driver can be built as a module by choosing M. The module
100           will be called ixp2000_wdt.
102           Say N if you are unsure.
104 config IXP4XX_WATCHDOG
105         tristate "IXP4xx Watchdog"
106         depends on ARCH_IXP4XX
107         help
108           Say Y here if to include support for the watchdog timer
109           in the Intel IXP4xx network processors. This driver can
110           be built as a module by choosing M. The module will
111           be called ixp4xx_wdt.
113           Note: The internal IXP4xx watchdog does a soft CPU reset
114           which doesn't reset any peripherals. There are circumstances
115           where the watchdog will fail to reset the board correctly
116           (e.g., if the boot ROM is in an unreadable state).
118           Say N if you are unsure.
120 config KS8695_WATCHDOG
121         tristate "KS8695 watchdog"
122         depends on ARCH_KS8695
123         help
124           Watchdog timer embedded into KS8695 processor. This will reboot your
125           system when the timeout is reached.
127 config S3C2410_WATCHDOG
128         tristate "S3C2410 Watchdog"
129         depends on ARCH_S3C2410
130         help
131           Watchdog timer block in the Samsung S3C2410 chips. This will
132           reboot the system when the timer expires with the watchdog
133           enabled.
135           The driver is limited by the speed of the system's PCLK
136           signal, so with reasonably fast systems (PCLK around 50-66MHz)
137           then watchdog intervals of over approximately 20seconds are
138           unavailable.
140           The driver can be built as a module by choosing M, and will
141           be called s3c2410_wdt
143 config SA1100_WATCHDOG
144         tristate "SA1100/PXA2xx watchdog"
145         depends on ARCH_SA1100 || ARCH_PXA
146         help
147           Watchdog timer embedded into SA11x0 and PXA2xx chips. This will
148           reboot your system when timeout is reached.
150           NOTE: once enabled, this timer cannot be disabled.
152           To compile this driver as a module, choose M here: the
153           module will be called sa1100_wdt.
155 config MPCORE_WATCHDOG
156         tristate "MPcore watchdog"
157         depends on ARM_MPCORE_PLATFORM && LOCAL_TIMERS
158         help
159           Watchdog timer embedded into the MPcore system.
161           To compile this driver as a module, choose M here: the
162           module will be called mpcore_wdt.
164 config EP93XX_WATCHDOG
165         tristate "EP93xx Watchdog"
166         depends on ARCH_EP93XX
167         help
168           Say Y here if to include support for the watchdog timer
169           embedded in the Cirrus Logic EP93xx family of devices.
171           To compile this driver as a module, choose M here: the
172           module will be called ep93xx_wdt.
174 config OMAP_WATCHDOG
175         tristate "OMAP Watchdog"
176         depends on ARCH_OMAP16XX || ARCH_OMAP24XX
177         help
178           Support for TI OMAP1610/OMAP1710/OMAP2420 watchdog.  Say 'Y' here to
179           enable the OMAP1610/OMAP1710 watchdog timer.
181 config PNX4008_WATCHDOG
182         tristate "PNX4008 Watchdog"
183         depends on ARCH_PNX4008
184         help
185           Say Y here if to include support for the watchdog timer
186           in the PNX4008 processor.
187           This driver can be built as a module by choosing M. The module
188           will be called pnx4008_wdt.
190           Say N if you are unsure.
192 config IOP_WATCHDOG
193         tristate "IOP Watchdog"
194         depends on PLAT_IOP
195         select WATCHDOG_NOWAYOUT if (ARCH_IOP32X || ARCH_IOP33X)
196         help
197           Say Y here if to include support for the watchdog timer
198           in the Intel IOP3XX & IOP13XX I/O Processors.  This driver can
199           be built as a module by choosing M. The module will
200           be called iop_wdt.
202           Note: The IOP13XX watchdog does an Internal Bus Reset which will
203           affect both cores and the peripherals of the IOP.  The ATU-X
204           and/or ATUe configuration registers will remain intact, but if
205           operating as an Root Complex and/or Central Resource, the PCI-X
206           and/or PCIe busses will also be reset.  THIS IS A VERY BIG HAMMER.
208 config DAVINCI_WATCHDOG
209         tristate "DaVinci watchdog"
210         depends on ARCH_DAVINCI
211         help
212           Say Y here if to include support for the watchdog timer
213           in the DaVinci DM644x/DM646x processors.
214           To compile this driver as a module, choose M here: the
215           module will be called davinci_wdt.
217           NOTE: once enabled, this timer cannot be disabled.
218           Say N if you are unsure.
220 # ARM26 Architecture
222 # AVR32 Architecture
224 config AT32AP700X_WDT
225         tristate "AT32AP700x watchdog"
226         depends on CPU_AT32AP700X
227         help
228           Watchdog timer embedded into AT32AP700x devices. This will reboot
229           your system when the timeout is reached.
231 # BLACKFIN Architecture
233 config BFIN_WDT
234         tristate "Blackfin On-Chip Watchdog Timer"
235         depends on BLACKFIN
236         ---help---
237           If you say yes here you will get support for the Blackfin On-Chip
238           Watchdog Timer. If you have one of these processors and wish to
239           have watchdog support enabled, say Y, otherwise say N.
241           To compile this driver as a module, choose M here: the
242           module will be called bfin_wdt.
244 # CRIS Architecture
246 # FRV Architecture
248 # H8300 Architecture
250 # X86 (i386 + ia64 + x86_64) Architecture
252 config ACQUIRE_WDT
253         tristate "Acquire SBC Watchdog Timer"
254         depends on X86
255         ---help---
256           This is the driver for the hardware watchdog on Single Board
257           Computers produced by Acquire Inc (and others). This watchdog
258           simply watches your kernel to make sure it doesn't freeze, and if
259           it does, it reboots your computer after a certain amount of time.
261           To compile this driver as a module, choose M here: the
262           module will be called acquirewdt.
264           Most people will say N.
266 config ADVANTECH_WDT
267         tristate "Advantech SBC Watchdog Timer"
268         depends on X86
269         help
270           If you are configuring a Linux kernel for the Advantech single-board
271           computer, say `Y' here to support its built-in watchdog timer
272           feature. More information can be found at
273           <http://www.advantech.com.tw/products/>
275 config ALIM1535_WDT
276         tristate "ALi M1535 PMU Watchdog Timer"
277         depends on X86 && PCI
278         ---help---
279           This is the driver for the hardware watchdog on the ALi M1535 PMU.
281           To compile this driver as a module, choose M here: the
282           module will be called alim1535_wdt.
284           Most people will say N.
286 config ALIM7101_WDT
287         tristate "ALi M7101 PMU Computer Watchdog"
288         depends on X86 && PCI
289         help
290           This is the driver for the hardware watchdog on the ALi M7101 PMU
291           as used in the x86 Cobalt servers.
293           To compile this driver as a module, choose M here: the
294           module will be called alim7101_wdt.
296           Most people will say N.
298 config SC520_WDT
299         tristate "AMD Elan SC520 processor Watchdog"
300         depends on X86
301         help
302           This is the driver for the hardware watchdog built in to the
303           AMD "Elan" SC520 microcomputer commonly used in embedded systems.
304           This watchdog simply watches your kernel to make sure it doesn't
305           freeze, and if it does, it reboots your computer after a certain
306           amount of time.
308           You can compile this driver directly into the kernel, or use
309           it as a module.  The module will be called sc520_wdt.
311 config EUROTECH_WDT
312         tristate "Eurotech CPU-1220/1410 Watchdog Timer"
313         depends on X86
314         help
315           Enable support for the watchdog timer on the Eurotech CPU-1220 and
316           CPU-1410 cards.  These are PC/104 SBCs. Spec sheets and product
317           information are at <http://www.eurotech.it/>.
319 config IB700_WDT
320         tristate "IB700 SBC Watchdog Timer"
321         depends on X86
322         ---help---
323           This is the driver for the hardware watchdog on the IB700 Single
324           Board Computer produced by TMC Technology (www.tmc-uk.com). This watchdog
325           simply watches your kernel to make sure it doesn't freeze, and if
326           it does, it reboots your computer after a certain amount of time.
328           This driver is like the WDT501 driver but for slightly different hardware.
330           To compile this driver as a module, choose M here: the
331           module will be called ib700wdt.
333           Most people will say N.
335 config IBMASR
336         tristate "IBM Automatic Server Restart"
337         depends on X86
338         help
339           This is the driver for the IBM Automatic Server Restart watchdog
340           timer built-in into some eServer xSeries machines.
342           To compile this driver as a module, choose M here: the
343           module will be called ibmasr.
345 config WAFER_WDT
346         tristate "ICP Single Board Computer Watchdog Timer"
347         depends on X86
348         help
349           This is a driver for the hardware watchdog on the ICP Single
350           Board Computer. This driver is working on (at least) the following
351           IPC SBC's: Wafer 5823, Rocky 4783, Rocky 3703 and Rocky 3782.
353           To compile this driver as a module, choose M here: the
354           module will be called wafer5823wdt.
356 config I6300ESB_WDT
357         tristate "Intel 6300ESB Timer/Watchdog"
358         depends on X86 && PCI
359         ---help---
360           Hardware driver for the watchdog timer built into the Intel
361           6300ESB controller hub.
363           To compile this driver as a module, choose M here: the
364           module will be called i6300esb.
366 config ITCO_WDT
367         tristate "Intel TCO Timer/Watchdog"
368         depends on (X86 || IA64) && PCI
369         ---help---
370           Hardware driver for the intel TCO timer based watchdog devices.
371           These drivers are included in the Intel 82801 I/O Controller
372           Hub family (from ICH0 up to ICH8) and in the Intel 6300ESB
373           controller hub.
375           The TCO (Total Cost of Ownership) timer is a watchdog timer
376           that will reboot the machine after its second expiration. The
377           expiration time can be configured with the "heartbeat" parameter.
379           On some motherboards the driver may fail to reset the chipset's
380           NO_REBOOT flag which prevents the watchdog from rebooting the
381           machine. If this is the case you will get a kernel message like
382           "failed to reset NO_REBOOT flag, reboot disabled by hardware".
384           To compile this driver as a module, choose M here: the
385           module will be called iTCO_wdt.
387 config ITCO_VENDOR_SUPPORT
388         bool "Intel TCO Timer/Watchdog Specific Vendor Support"
389         depends on ITCO_WDT
390         ---help---
391           Add vendor specific support to the intel TCO timer based watchdog
392           devices. At this moment we only have additional support for some
393           SuperMicro Inc. motherboards.
395 config IT8712F_WDT
396         tristate "IT8712F (Smart Guardian) Watchdog Timer"
397         depends on X86
398         ---help---
399           This is the driver for the built-in watchdog timer on the IT8712F
400           Super I/0 chipset used on many motherboards.
402           To compile this driver as a module, choose M here: the
403           module will be called it8712f_wdt.
405 <<<<<<< HEAD:drivers/watchdog/Kconfig
406 =======
407 config HP_WATCHDOG
408         tristate "HP Proliant iLO 2 Hardware Watchdog Timer"
409         depends on X86
410         help
411           A software monitoring watchdog and NMI sourcing driver. This driver
412           will detect lockups and provide stack trace. Also, when an NMI
413           occurs this driver will make the necessary BIOS calls to log
414           the cause of the NMI. This is a driver that will only load on a
415           HP ProLiant system with a minimum of iLO2 support.
416           To compile this driver as a module, choose M here: the
417           module will be called hpwdt.
419 >>>>>>> 264e3e889d86e552b4191d69bb60f4f3b383135a:drivers/watchdog/Kconfig
420 config SC1200_WDT
421         tristate "National Semiconductor PC87307/PC97307 (ala SC1200) Watchdog"
422         depends on X86
423         help
424           This is a driver for National Semiconductor PC87307/PC97307 hardware
425           watchdog cards as found on the SC1200. This watchdog is mainly used
426           for power management purposes and can be used to power down the device
427           during inactivity periods (includes interrupt activity monitoring).
429           To compile this driver as a module, choose M here: the
430           module will be called sc1200wdt.
432           Most people will say N.
434 config SCx200_WDT
435         tristate "National Semiconductor SCx200 Watchdog"
436         depends on SCx200 && PCI
437         help
438           Enable the built-in watchdog timer support on the National
439           Semiconductor SCx200 processors.
441           If compiled as a module, it will be called scx200_wdt.
443 config PC87413_WDT
444         tristate "NS PC87413 watchdog"
445         depends on X86
446         ---help---
447           This is the driver for the hardware watchdog on the PC87413 chipset
448           This watchdog simply watches your kernel to make sure it doesn't
449           freeze, and if it does, it reboots your computer after a certain
450           amount of time.
452           To compile this driver as a module, choose M here: the
453           module will be called pc87413_wdt.
455           Most people will say N.
457 config 60XX_WDT
458         tristate "SBC-60XX Watchdog Timer"
459         depends on X86
460         help
461           This driver can be used with the watchdog timer found on some
462           single board computers, namely the 6010 PII based computer.
463           It may well work with other cards.  It reads port 0x443 to enable
464           and re-set the watchdog timer, and reads port 0x45 to disable
465           the watchdog.  If you have a card that behave in similar ways,
466           you can probably make this driver work with your card as well.
468           You can compile this driver directly into the kernel, or use
469           it as a module.  The module will be called sbc60xxwdt.
471 config SBC8360_WDT
472         tristate "SBC8360 Watchdog Timer"
473         depends on X86
474         ---help---
476           This is the driver for the hardware watchdog on the SBC8360 Single
477           Board Computer produced by Axiomtek Co., Ltd. (www.axiomtek.com).
479           To compile this driver as a module, choose M here: the
480           module will be called sbc8360.ko.
482           Most people will say N.
484 config SBC7240_WDT
485         tristate "SBC Nano 7240 Watchdog Timer"
486         depends on X86_32
487         ---help---
488           This is the driver for the hardware watchdog found on the IEI
489           single board computers EPIC Nano 7240 (and likely others). This
490           watchdog simply watches your kernel to make sure it doesn't freeze,
491           and if it does, it reboots your computer after a certain amount of
492           time.
494           To compile this driver as a module, choose M here: the
495           module will be called sbc7240_wdt.
497 config CPU5_WDT
498         tristate "SMA CPU5 Watchdog"
499         depends on X86
500         ---help---
501           TBD.
502           To compile this driver as a module, choose M here: the
503           module will be called cpu5wdt.
505 config SMSC37B787_WDT
506         tristate "Winbond SMsC37B787 Watchdog Timer"
507         depends on X86
508         ---help---
509           This is the driver for the hardware watchdog component on the
510           Winbond SMsC37B787 chipset as used on the NetRunner Mainboard
511           from Vision Systems and maybe others.
513           This watchdog simply watches your kernel to make sure it doesn't
514           freeze, and if it does, it reboots your computer after a certain
515           amount of time.
517           Usually a userspace daemon will notify the kernel WDT driver that
518           userspace is still alive, at regular intervals.
520           To compile this driver as a module, choose M here: the
521           module will be called smsc37b787_wdt.
523           Most people will say N.
525 config W83627HF_WDT
526         tristate "W83627HF Watchdog Timer"
527         depends on X86
528         ---help---
529           This is the driver for the hardware watchdog on the W83627HF chipset
530           as used in Advantech PC-9578 and Tyan S2721-533 motherboards
531           (and likely others).  This watchdog simply watches your kernel to
532           make sure it doesn't freeze, and if it does, it reboots your computer
533           after a certain amount of time.
535           To compile this driver as a module, choose M here: the
536           module will be called w83627hf_wdt.
538           Most people will say N.
540 config W83697HF_WDT
541         tristate "W83697HF/W83697HG Watchdog Timer"
542         depends on X86
543         ---help---
544           This is the driver for the hardware watchdog on the W83697HF/HG
545           chipset as used in Dedibox/VIA motherboards (and likely others).
546           This watchdog simply watches your kernel to make sure it doesn't
547           freeze, and if it does, it reboots your computer after a certain
548           amount of time.
550           To compile this driver as a module, choose M here: the
551           module will be called w83697hf_wdt.
553           Most people will say N.
555 config W83877F_WDT
556         tristate "W83877F (EMACS) Watchdog Timer"
557         depends on X86
558         ---help---
559           This is the driver for the hardware watchdog on the W83877F chipset
560           as used in EMACS PC-104 motherboards (and likely others).  This
561           watchdog simply watches your kernel to make sure it doesn't freeze,
562           and if it does, it reboots your computer after a certain amount of
563           time.
565           To compile this driver as a module, choose M here: the
566           module will be called w83877f_wdt.
568           Most people will say N.
570 config W83977F_WDT
571         tristate "W83977F (PCM-5335) Watchdog Timer"
572         depends on X86
573         ---help---
574           This is the driver for the hardware watchdog on the W83977F I/O chip
575           as used in AAEON's PCM-5335 SBC (and likely others).  This
576           watchdog simply watches your kernel to make sure it doesn't freeze,
577           and if it does, it reboots your computer after a certain amount of
578           time.
580           To compile this driver as a module, choose M here: the
581           module will be called w83977f_wdt.
583 config MACHZ_WDT
584         tristate "ZF MachZ Watchdog"
585         depends on X86
586         ---help---
587           If you are using a ZF Micro MachZ processor, say Y here, otherwise
588           N.  This is the driver for the watchdog timer built-in on that
589           processor using ZF-Logic interface.  This watchdog simply watches
590           your kernel to make sure it doesn't freeze, and if it does, it
591           reboots your computer after a certain amount of time.
593           To compile this driver as a module, choose M here: the
594           module will be called machzwd.
596 config SBC_EPX_C3_WATCHDOG
597         tristate "Winsystems SBC EPX-C3 watchdog"
598         depends on X86
599         ---help---
600           This is the driver for the built-in watchdog timer on the EPX-C3
601           Single-board computer made by Winsystems, Inc.
603           *Note*: This hardware watchdog is not probeable and thus there
604           is no way to know if writing to its IO address will corrupt
605           your system or have any real effect.  The only way to be sure
606           that this driver does what you want is to make sure you
607           are running it on an EPX-C3 from Winsystems with the watchdog
608           timer at IO address 0x1ee and 0x1ef.  It will write to both those
609           IO ports.  Basically, the assumption is made that if you compile
610           this driver into your kernel and/or load it as a module, that you
611           know what you are doing and that you are in fact running on an
612           EPX-C3 board!
614           To compile this driver as a module, choose M here: the
615           module will be called sbc_epx_c3.
617 # M32R Architecture
619 # M68K Architecture
621 # M68KNOMMU Architecture
623 # MIPS Architecture
625 config INDYDOG
626         tristate "Indy/I2 Hardware Watchdog"
627         depends on SGI_HAS_INDYDOG
628         help
629           Hardware driver for the Indy's/I2's watchdog. This is a
630           watchdog timer that will reboot the machine after a 60 second
631           timer expired and no process has written to /dev/watchdog during
632           that time.
634 config WDT_MTX1
635         tristate "MTX-1 Hardware Watchdog"
636         depends on MIPS_MTX1
637         help
638           Hardware driver for the MTX-1 boards. This is a watchdog timer that
639           will reboot the machine after a 100 seconds timer expired.
641 config WDT_RM9K_GPI
642         tristate "RM9000/GPI hardware watchdog"
643         depends on CPU_RM9000
644         help
645           Watchdog implementation using the GPI hardware found on
646           PMC-Sierra RM9xxx CPUs.
648           To compile this driver as a module, choose M here: the
649           module will be called rm9k_wdt.
651 <<<<<<< HEAD:drivers/watchdog/Kconfig
652 =======
653 config SIBYTE_WDOG
654         tristate "Sibyte SoC hardware watchdog"
655         depends on CPU_SB1
656         help
657           Watchdog driver for the built in watchdog hardware in Sibyte
658           SoC processors.  There are apparently two watchdog timers
659           on such processors; this driver supports only the first one,
660           because currently Linux only supports exporting one watchdog
661           to userspace.
663           To compile this driver as a loadable module, choose M here.
664           The module will be called sb_wdog.
666 >>>>>>> 264e3e889d86e552b4191d69bb60f4f3b383135a:drivers/watchdog/Kconfig
667 config AR7_WDT
668         tristate "TI AR7 Watchdog Timer"
669         depends on AR7
670         help
671           Hardware driver for the TI AR7 Watchdog Timer.
673 config TXX9_WDT
674         tristate "Toshiba TXx9 Watchdog Timer"
675         depends on CPU_TX39XX || CPU_TX49XX
676         help
677           Hardware driver for the built-in watchdog timer on TXx9 MIPS SoCs.
679 # PARISC Architecture
681 # POWERPC Architecture
683 config MPC5200_WDT
684         tristate "MPC5200 Watchdog Timer"
685         depends on PPC_MPC52xx
687 config 8xx_WDT
688         tristate "MPC8xx Watchdog Timer"
689         depends on 8xx
691 config 83xx_WDT
692         tristate "MPC83xx Watchdog Timer"
693         depends on PPC_83xx
695 config MV64X60_WDT
696         tristate "MV64X60 (Marvell Discovery) Watchdog Timer"
697         depends on MV64X60
699 config BOOKE_WDT
700         bool "PowerPC Book-E Watchdog Timer"
701         depends on BOOKE || 4xx
702         ---help---
703           Please see Documentation/watchdog/watchdog-api.txt for
704           more information.
706 # PPC64 Architecture
708 config WATCHDOG_RTAS
709         tristate "RTAS watchdog"
710         depends on PPC_RTAS
711         help
712           This driver adds watchdog support for the RTAS watchdog.
714           To compile this driver as a module, choose M here. The module
715           will be called wdrtas.
717 # S390 Architecture
719 config ZVM_WATCHDOG
720         tristate "z/VM Watchdog Timer"
721         depends on S390
722         help
723           IBM s/390 and zSeries machines running under z/VM 5.1 or later
724           provide a virtual watchdog timer to their guest that cause a
725           user define Control Program command to be executed after a
726           timeout.
728           To compile this driver as a module, choose M here. The module
729           will be called vmwatchdog.
731 # SUPERH (sh + sh64) Architecture
733 config SH_WDT
734         tristate "SuperH Watchdog"
735         depends on SUPERH && (CPU_SH3 || CPU_SH4)
736         help
737           This driver adds watchdog support for the integrated watchdog in the
738           SuperH processors. If you have one of these processors and wish
739           to have watchdog support enabled, say Y, otherwise say N.
741           As a side note, saying Y here will automatically boost HZ to 1000
742           so that the timer has a chance to clear the overflow counter. On
743           slower systems (such as the SH-2 and SH-3) this will likely yield
744           some performance issues. As such, the WDT should be avoided here
745           unless it is absolutely necessary.
747           To compile this driver as a module, choose M here: the
748           module will be called shwdt.
750 config SH_WDT_MMAP
751         bool "Allow mmap of SH WDT"
752         default n
753         depends on SH_WDT
754         help
755           If you say Y here, user applications will be able to mmap the
756           WDT/CPG registers.
758 # SPARC Architecture
760 # SPARC64 Architecture
762 config WATCHDOG_CP1XXX
763         tristate "CP1XXX Hardware Watchdog support"
764         depends on SPARC64 && PCI
765         ---help---
766           This is the driver for the hardware watchdog timers present on
767           Sun Microsystems CompactPCI models CP1400 and CP1500.
769           To compile this driver as a module, choose M here: the
770           module will be called cpwatchdog.
772           If you do not have a CompactPCI model CP1400 or CP1500, or
773           another UltraSPARC-IIi-cEngine boardset with hardware watchdog,
774           you should say N to this option.
776 config WATCHDOG_RIO
777         tristate "RIO Hardware Watchdog support"
778         depends on SPARC64 && PCI
779         help
780           Say Y here to support the hardware watchdog capability on Sun RIO
781           machines.  The watchdog timeout period is normally one minute but
782           can be changed with a boot-time parameter.
784 # V850 Architecture
786 # XTENSA Architecture
789 # ISA-based Watchdog Cards
792 comment "ISA-based Watchdog Cards"
793         depends on ISA
795 config PCWATCHDOG
796         tristate "Berkshire Products ISA-PC Watchdog"
797         depends on ISA
798         ---help---
799           This is the driver for the Berkshire Products ISA-PC Watchdog card.
800           This card simply watches your kernel to make sure it doesn't freeze,
801           and if it does, it reboots your computer after a certain amount of
802           time. This driver is like the WDT501 driver but for different
803           hardware. Please read <file:Documentation/watchdog/pcwd-watchdog.txt>. The PC
804           watchdog cards can be ordered from <http://www.berkprod.com/>.
806           To compile this driver as a module, choose M here: the
807           module will be called pcwd.
809           Most people will say N.
811 config MIXCOMWD
812         tristate "Mixcom Watchdog"
813         depends on ISA
814         ---help---
815           This is a driver for the Mixcom hardware watchdog cards.  This
816           watchdog simply watches your kernel to make sure it doesn't freeze,
817           and if it does, it reboots your computer after a certain amount of
818           time.
820           To compile this driver as a module, choose M here: the
821           module will be called mixcomwd.
823           Most people will say N.
825 config WDT
826         tristate "WDT Watchdog timer"
827         depends on ISA
828         ---help---
829           If you have a WDT500P or WDT501P watchdog board, say Y here,
830           otherwise N. It is not possible to probe for this board, which means
831           that you have to inform the kernel about the IO port and IRQ that
832           is needed (you can do this via the io and irq parameters)
834           To compile this driver as a module, choose M here: the
835           module will be called wdt.
837 config WDT_501
838         bool "WDT501 features"
839         depends on WDT
840         help
841           Saying Y here and creating a character special file /dev/temperature
842           with major number 10 and minor number 131 ("man mknod") will give
843           you a thermometer inside your computer: reading from
844           /dev/temperature yields one byte, the temperature in degrees
845           Fahrenheit. This works only if you have a WDT501P watchdog board
846           installed.
848           If you want to enable the Fan Tachometer on the WDT501P, then you
849           can do this via the tachometer parameter. Only do this if you have a
850           fan tachometer actually set up.
853 # PCI-based Watchdog Cards
856 comment "PCI-based Watchdog Cards"
857         depends on PCI
859 config PCIPCWATCHDOG
860         tristate "Berkshire Products PCI-PC Watchdog"
861         depends on PCI
862         ---help---
863           This is the driver for the Berkshire Products PCI-PC Watchdog card.
864           This card simply watches your kernel to make sure it doesn't freeze,
865           and if it does, it reboots your computer after a certain amount of
866           time. The card can also monitor the internal temperature of the PC.
867           More info is available at <http://www.berkprod.com/pci_pc_watchdog.htm>.
869           To compile this driver as a module, choose M here: the
870           module will be called pcwd_pci.
872           Most people will say N.
874 config WDTPCI
875         tristate "PCI-WDT500/501 Watchdog timer"
876         depends on PCI
877         ---help---
878           If you have a PCI-WDT500/501 watchdog board, say Y here, otherwise N.
880           To compile this driver as a module, choose M here: the
881           module will be called wdt_pci.
883 config WDT_501_PCI
884         bool "PCI-WDT501 features"
885         depends on WDTPCI
886         help
887           Saying Y here and creating a character special file /dev/temperature
888           with major number 10 and minor number 131 ("man mknod") will give
889           you a thermometer inside your computer: reading from
890           /dev/temperature yields one byte, the temperature in degrees
891           Fahrenheit. This works only if you have a PCI-WDT501 watchdog board
892           installed.
894           If you want to enable the Fan Tachometer on the PCI-WDT501, then you
895           can do this via the tachometer parameter. Only do this if you have a
896           fan tachometer actually set up.
899 # USB-based Watchdog Cards
902 comment "USB-based Watchdog Cards"
903         depends on USB
905 config USBPCWATCHDOG
906         tristate "Berkshire Products USB-PC Watchdog"
907         depends on USB
908         ---help---
909           This is the driver for the Berkshire Products USB-PC Watchdog card.
910           This card simply watches your kernel to make sure it doesn't freeze,
911           and if it does, it reboots your computer after a certain amount of
912           time. The card can also monitor the internal temperature of the PC.
913           More info is available at <http://www.berkprod.com/usb_pc_watchdog.htm>.
915           To compile this driver as a module, choose M here: the
916           module will be called pcwd_usb.
918           Most people will say N.
920 endif # WATCHDOG