blob: 5f93452188bd87450a8227cee5bfcf28a7264d62 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#
2# Watchdog device configuration
3#
4
5menu "Watchdog Cards"
6
7config WATCHDOG
8 bool "Watchdog Timer Support"
9 ---help---
10 If you say Y here (and to one of the following options) and create a
11 character special file /dev/watchdog with major number 10 and minor
12 number 130 using mknod ("man mknod"), you will get a watchdog, i.e.:
13 subsequently opening the file and then failing to write to it for
14 longer than 1 minute will result in rebooting the machine. This
15 could be useful for a networked machine that needs to come back
16 online as fast as possible after a lock-up. There's both a watchdog
17 implementation entirely in software (which can sometimes fail to
18 reboot the machine) and a driver for hardware watchdog boards, which
19 are more robust and can also keep track of the temperature inside
20 your computer. For details, read <file:Documentation/watchdog/watchdog.txt>
21 in the kernel source.
22
23 The watchdog is usually used together with the watchdog daemon
24 which is available from
25 <ftp://ibiblio.org/pub/Linux/system/daemons/watchdog/>. This daemon can
26 also monitor NFS connections and can reboot the machine when the process
27 table is full.
28
29 If unsure, say N.
30
31config WATCHDOG_NOWAYOUT
32 bool "Disable watchdog shutdown on close"
33 depends on WATCHDOG
34 help
35 The default watchdog behaviour (which you get if you say N here) is
36 to stop the timer if the process managing it closes the file
37 /dev/watchdog. It's always remotely possible that this process might
38 get killed. If you say Y here, the watchdog cannot be stopped once
39 it has been started.
40
41#
42# General Watchdog drivers
43#
44
45comment "Watchdog Device Drivers"
46 depends on WATCHDOG
47
48# Architecture Independant
49
50config SOFT_WATCHDOG
51 tristate "Software watchdog"
52 depends on WATCHDOG
53 help
54 A software monitoring watchdog. This will fail to reboot your system
55 from some situations that the hardware watchdog will recover
56 from. Equally it's a lot cheaper to install.
57
58 To compile this driver as a module, choose M here: the
59 module will be called softdog.
60
61# ARM Architecture
62
63config 21285_WATCHDOG
64 tristate "DC21285 watchdog"
65 depends on WATCHDOG && FOOTBRIDGE
66 help
67 The Intel Footbridge chip contains a builtin watchdog circuit. Say Y
68 here if you wish to use this. Alternatively say M to compile the
69 driver as a module, which will be called wdt285.
70
71 This driver does not work on all machines. In particular, early CATS
72 boards have hardware problems that will cause the machine to simply
73 lock up if the watchdog fires.
74
75 "If in doubt, leave it out" - say N.
76
77config 977_WATCHDOG
78 tristate "NetWinder WB83C977 watchdog"
79 depends on WATCHDOG && FOOTBRIDGE && ARCH_NETWINDER
80 help
81 Say Y here to include support for the WB977 watchdog included in
82 NetWinder machines. Alternatively say M to compile the driver as
83 a module, which will be called wdt977.
84
85 Not sure? It's safe to say N.
86
Wim Van Sebroeck180536f2005-09-10 20:53:57 +020087config IXP2000_WATCHDOG
88 tristate "IXP2000 Watchdog"
89 depends on WATCHDOG && ARCH_IXP2000
90 help
91 Say Y here if to include support for the watchdog timer
92 in the Intel IXP2000(2400, 2800, 2850) network processors.
93 This driver can be built as a module by choosing M. The module
94 will be called ixp2000_wdt.
95
96 Say N if you are unsure.
97
Linus Torvalds1da177e2005-04-16 15:20:36 -070098config IXP4XX_WATCHDOG
99 tristate "IXP4xx Watchdog"
100 depends on WATCHDOG && ARCH_IXP4XX
101 help
102 Say Y here if to include support for the watchdog timer
103 in the Intel IXP4xx network processors. This driver can
104 be built as a module by choosing M. The module will
105 be called ixp4xx_wdt.
106
107 Note: The internal IXP4xx watchdog does a soft CPU reset
108 which doesn't reset any peripherals. There are circumstances
109 where the watchdog will fail to reset the board correctly
110 (e.g., if the boot ROM is in an unreadable state).
111
112 Say N if you are unsure.
113
Linus Torvalds1da177e2005-04-16 15:20:36 -0700114config S3C2410_WATCHDOG
115 tristate "S3C2410 Watchdog"
116 depends on WATCHDOG && ARCH_S3C2410
117 help
118 Watchdog timer block in the Samsung S3C2410 chips. This will
119 reboot the system when the timer expires with the watchdog
120 enabled.
121
122 The driver is limited by the speed of the system's PCLK
123 signal, so with reasonbaly fast systems (PCLK around 50-66MHz)
124 then watchdog intervals of over approximately 20seconds are
125 unavailable.
126
127 The driver can be built as a module by choosing M, and will
128 be called s3c2410_wdt
129
130config SA1100_WATCHDOG
131 tristate "SA1100/PXA2xx watchdog"
132 depends on WATCHDOG && ( ARCH_SA1100 || ARCH_PXA )
133 help
134 Watchdog timer embedded into SA11x0 and PXA2xx chips. This will
135 reboot your system when timeout is reached.
136
137 NOTE: once enabled, this timer cannot be disabled.
138
139 To compile this driver as a module, choose M here: the
140 module will be called sa1100_wdt.
141
142# X86 (i386 + ia64 + x86_64) Architecture
143
144config ACQUIRE_WDT
145 tristate "Acquire SBC Watchdog Timer"
146 depends on WATCHDOG && X86
147 ---help---
148 This is the driver for the hardware watchdog on Single Board
149 Computers produced by Acquire Inc (and others). This watchdog
150 simply watches your kernel to make sure it doesn't freeze, and if
151 it does, it reboots your computer after a certain amount of time.
152
153 To compile this driver as a module, choose M here: the
154 module will be called acquirewdt.
155
156 Most people will say N.
157
158config ADVANTECH_WDT
159 tristate "Advantech SBC Watchdog Timer"
160 depends on WATCHDOG && X86
161 help
162 If you are configuring a Linux kernel for the Advantech single-board
163 computer, say `Y' here to support its built-in watchdog timer
164 feature. More information can be found at
165 <http://www.advantech.com.tw/products/>
166
167config ALIM1535_WDT
168 tristate "ALi M1535 PMU Watchdog Timer"
169 depends on WATCHDOG && X86 && PCI
170 ---help---
171 This is the driver for the hardware watchdog on the ALi M1535 PMU.
172
173 To compile this driver as a module, choose M here: the
174 module will be called alim1535_wdt.
175
176 Most people will say N.
177
178config ALIM7101_WDT
179 tristate "ALi M7101 PMU Computer Watchdog"
180 depends on WATCHDOG && X86 && PCI
181 help
182 This is the driver for the hardware watchdog on the ALi M7101 PMU
183 as used in the x86 Cobalt servers.
184
185 To compile this driver as a module, choose M here: the
186 module will be called alim7101_wdt.
187
188 Most people will say N.
189
190config SC520_WDT
191 tristate "AMD Elan SC520 processor Watchdog"
192 depends on WATCHDOG && X86
193 help
194 This is the driver for the hardware watchdog built in to the
195 AMD "Elan" SC520 microcomputer commonly used in embedded systems.
196 This watchdog simply watches your kernel to make sure it doesn't
197 freeze, and if it does, it reboots your computer after a certain
198 amount of time.
199
200 You can compile this driver directly into the kernel, or use
201 it as a module. The module will be called sc520_wdt.
202
203config EUROTECH_WDT
204 tristate "Eurotech CPU-1220/1410 Watchdog Timer"
205 depends on WATCHDOG && X86
206 help
207 Enable support for the watchdog timer on the Eurotech CPU-1220 and
208 CPU-1410 cards. These are PC/104 SBCs. Spec sheets and product
209 information are at <http://www.eurotech.it/>.
210
211config IB700_WDT
212 tristate "IB700 SBC Watchdog Timer"
213 depends on WATCHDOG && X86
214 ---help---
215 This is the driver for the hardware watchdog on the IB700 Single
216 Board Computer produced by TMC Technology (www.tmc-uk.com). This watchdog
217 simply watches your kernel to make sure it doesn't freeze, and if
218 it does, it reboots your computer after a certain amount of time.
219
220 This driver is like the WDT501 driver but for slightly different hardware.
221
222 To compile this driver as a module, choose M here: the
223 module will be called ib700wdt.
224
225 Most people will say N.
226
Andrey Panind5321342005-08-19 23:15:11 +0200227config IBMASR
228 tristate "IBM Automatic Server Restart"
229 depends on WATCHDOG && X86
230 help
231 This is the driver for the IBM Automatic Server Restart watchdog
232 timer builtin into some eServer xSeries machines.
233
234 To compile this driver as a module, choose M here: the
235 module will be called ibmasr.
236
Linus Torvalds1da177e2005-04-16 15:20:36 -0700237config WAFER_WDT
238 tristate "ICP Wafer 5823 Single Board Computer Watchdog"
239 depends on WATCHDOG && X86
240 help
241 This is a driver for the hardware watchdog on the ICP Wafer 5823
242 Single Board Computer (and probably other similar models).
243
244 To compile this driver as a module, choose M here: the
245 module will be called wafer5823wdt.
246
David Hardemancc90ef02005-08-17 09:07:44 +0200247config I6300ESB_WDT
248 tristate "Intel 6300ESB Timer/Watchdog"
249 depends on WATCHDOG && X86 && PCI
250 ---help---
251 Hardware driver for the watchdog timer built into the Intel
252 6300ESB controller hub.
253
254 To compile this driver as a module, choose M here: the
255 module will be called i6300esb.
256
Linus Torvalds1da177e2005-04-16 15:20:36 -0700257config I8XX_TCO
258 tristate "Intel i8xx TCO Timer/Watchdog"
259 depends on WATCHDOG && (X86 || IA64) && PCI
260 ---help---
261 Hardware driver for the TCO timer built into the Intel 82801
262 I/O Controller Hub family. The TCO (Total Cost of Ownership)
263 timer is a watchdog timer that will reboot the machine after
264 its second expiration. The expiration time can be configured
265 with the "heartbeat" parameter.
266
267 On some motherboards the driver may fail to reset the chipset's
268 NO_REBOOT flag which prevents the watchdog from rebooting the
269 machine. If this is the case you will get a kernel message like
270 "failed to reset NO_REBOOT flag, reboot disabled by hardware".
271
272 To compile this driver as a module, choose M here: the
273 module will be called i8xx_tco.
274
275config SC1200_WDT
276 tristate "National Semiconductor PC87307/PC97307 (ala SC1200) Watchdog"
277 depends on WATCHDOG && X86
278 help
279 This is a driver for National Semiconductor PC87307/PC97307 hardware
280 watchdog cards as found on the SC1200. This watchdog is mainly used
281 for power management purposes and can be used to power down the device
282 during inactivity periods (includes interrupt activity monitoring).
283
284 To compile this driver as a module, choose M here: the
285 module will be called sc1200wdt.
286
287 Most people will say N.
288
289config SCx200_WDT
290 tristate "National Semiconductor SCx200 Watchdog"
291 depends on WATCHDOG && SCx200 && PCI
292 help
293 Enable the built-in watchdog timer support on the National
294 Semiconductor SCx200 processors.
295
296 If compiled as a module, it will be called scx200_wdt.
297
298config 60XX_WDT
299 tristate "SBC-60XX Watchdog Timer"
300 depends on WATCHDOG && X86
301 help
302 This driver can be used with the watchdog timer found on some
303 single board computers, namely the 6010 PII based computer.
304 It may well work with other cards. It reads port 0x443 to enable
305 and re-set the watchdog timer, and reads port 0x45 to disable
306 the watchdog. If you have a card that behave in similar ways,
307 you can probably make this driver work with your card as well.
308
309 You can compile this driver directly into the kernel, or use
310 it as a module. The module will be called sbc60xxwdt.
311
312config CPU5_WDT
313 tristate "SMA CPU5 Watchdog"
314 depends on WATCHDOG && X86
315 ---help---
316 TBD.
317 To compile this driver as a module, choose M here: the
318 module will be called cpu5wdt.
319
320config W83627HF_WDT
321 tristate "W83627HF Watchdog Timer"
322 depends on WATCHDOG && X86
323 ---help---
324 This is the driver for the hardware watchdog on the W83627HF chipset
325 as used in Advantech PC-9578 and Tyan S2721-533 motherboards
326 (and likely others). This watchdog simply watches your kernel to
327 make sure it doesn't freeze, and if it does, it reboots your computer
328 after a certain amount of time.
329
330 To compile this driver as a module, choose M here: the
331 module will be called w83627hf_wdt.
332
333 Most people will say N.
334
335config W83877F_WDT
336 tristate "W83877F (EMACS) Watchdog Timer"
337 depends on WATCHDOG && X86
338 ---help---
339 This is the driver for the hardware watchdog on the W83877F chipset
340 as used in EMACS PC-104 motherboards (and likely others). This
341 watchdog simply watches your kernel to make sure it doesn't freeze,
342 and if it does, it reboots your computer after a certain amount of
343 time.
344
345 To compile this driver as a module, choose M here: the
346 module will be called w83877f_wdt.
347
348 Most people will say N.
349
350config MACHZ_WDT
351 tristate "ZF MachZ Watchdog"
352 depends on WATCHDOG && X86
353 ---help---
354 If you are using a ZF Micro MachZ processor, say Y here, otherwise
355 N. This is the driver for the watchdog timer builtin on that
356 processor using ZF-Logic interface. This watchdog simply watches
357 your kernel to make sure it doesn't freeze, and if it does, it
358 reboots your computer after a certain amount of time.
359
360 To compile this driver as a module, choose M here: the
361 module will be called machzwd.
362
363# PowerPC Architecture
364
365config 8xx_WDT
366 tristate "MPC8xx Watchdog Timer"
367 depends on WATCHDOG && 8xx
368
James Chapman3be10212005-08-17 09:01:33 +0200369config MV64X60_WDT
370 tristate "MV64X60 (Marvell Discovery) Watchdog Timer"
371 depends on WATCHDOG && MV64X60
372
Kumar Galaa2f40cc2005-09-03 15:55:33 -0700373config BOOKE_WDT
374 tristate "PowerPC Book-E Watchdog Timer"
375 depends on WATCHDOG && (BOOKE || 4xx)
Kumar Gala39cdc4b2005-09-03 15:55:39 -0700376 ---help---
377 Please see Documentation/watchdog/watchdog-api.txt for
378 more information.
Kumar Galaa2f40cc2005-09-03 15:55:33 -0700379
Wim Van Sebroeck180536f2005-09-10 20:53:57 +0200380# PPC64 Architecture
381
382config WATCHDOG_RTAS
383 tristate "RTAS watchdog"
384 depends on WATCHDOG && PPC_RTAS
385 help
386 This driver adds watchdog support for the RTAS watchdog.
387
388 To compile this driver as a module, choose M here. The module
389 will be called wdrtas.
390
Linus Torvalds1da177e2005-04-16 15:20:36 -0700391# MIPS Architecture
392
393config INDYDOG
394 tristate "Indy/I2 Hardware Watchdog"
395 depends on WATCHDOG && SGI_IP22
396 help
397 Hardwaredriver for the Indy's/I2's watchdog. This is a
398 watchdog timer that will reboot the machine after a 60 second
399 timer expired and no process has written to /dev/watchdog during
400 that time.
401
402# S390 Architecture
403
404config ZVM_WATCHDOG
405 tristate "z/VM Watchdog Timer"
406 depends on WATCHDOG && ARCH_S390
407 help
408 IBM s/390 and zSeries machines running under z/VM 5.1 or later
409 provide a virtual watchdog timer to their guest that cause a
410 user define Control Program command to be executed after a
411 timeout.
412
413 To compile this driver as a module, choose M here. The module
414 will be called vmwatchdog.
415
416# SUPERH Architecture
417
418config SH_WDT
419 tristate "SuperH Watchdog"
420 depends on WATCHDOG && SUPERH
421 help
422 This driver adds watchdog support for the integrated watchdog in the
423 SuperH processors. If you have one of these processors and wish
424 to have watchdog support enabled, say Y, otherwise say N.
425
426 As a side note, saying Y here will automatically boost HZ to 1000
427 so that the timer has a chance to clear the overflow counter. On
428 slower systems (such as the SH-2 and SH-3) this will likely yield
429 some performance issues. As such, the WDT should be avoided here
430 unless it is absolutely necessary.
431
432 To compile this driver as a module, choose M here: the
433 module will be called shwdt.
434
435# SPARC64 Architecture
436
437config WATCHDOG_CP1XXX
438 tristate "CP1XXX Hardware Watchdog support"
439 depends on WATCHDOG && SPARC64 && PCI
440 ---help---
441 This is the driver for the hardware watchdog timers present on
442 Sun Microsystems CompactPCI models CP1400 and CP1500.
443
444 To compile this driver as a module, choose M here: the
445 module will be called cpwatchdog.
446
447 If you do not have a CompactPCI model CP1400 or CP1500, or
448 another UltraSPARC-IIi-cEngine boardset with hardware watchdog,
449 you should say N to this option.
450
451config WATCHDOG_RIO
452 tristate "RIO Hardware Watchdog support"
453 depends on WATCHDOG && SPARC64 && PCI
454 help
455 Say Y here to support the hardware watchdog capability on Sun RIO
456 machines. The watchdog timeout period is normally one minute but
457 can be changed with a boot-time parameter.
458
Linus Torvalds1da177e2005-04-16 15:20:36 -0700459#
460# ISA-based Watchdog Cards
461#
462
463comment "ISA-based Watchdog Cards"
464 depends on WATCHDOG && ISA
465
466config PCWATCHDOG
467 tristate "Berkshire Products ISA-PC Watchdog"
468 depends on WATCHDOG && ISA
469 ---help---
470 This is the driver for the Berkshire Products ISA-PC Watchdog card.
471 This card simply watches your kernel to make sure it doesn't freeze,
472 and if it does, it reboots your computer after a certain amount of
473 time. This driver is like the WDT501 driver but for different
474 hardware. Please read <file:Documentation/watchdog/pcwd-watchdog.txt>. The PC
475 watchdog cards can be ordered from <http://www.berkprod.com/>.
476
477 To compile this driver as a module, choose M here: the
478 module will be called pcwd.
479
480 Most people will say N.
481
482config MIXCOMWD
483 tristate "Mixcom Watchdog"
484 depends on WATCHDOG && ISA
485 ---help---
486 This is a driver for the Mixcom hardware watchdog cards. This
487 watchdog simply watches your kernel to make sure it doesn't freeze,
488 and if it does, it reboots your computer after a certain amount of
489 time.
490
491 To compile this driver as a module, choose M here: the
492 module will be called mixcomwd.
493
494 Most people will say N.
495
496config WDT
497 tristate "WDT Watchdog timer"
498 depends on WATCHDOG && ISA
499 ---help---
500 If you have a WDT500P or WDT501P watchdog board, say Y here,
501 otherwise N. It is not possible to probe for this board, which means
502 that you have to inform the kernel about the IO port and IRQ that
503 is needed (you can do this via the io and irq parameters)
504
505 To compile this driver as a module, choose M here: the
506 module will be called wdt.
507
508config WDT_501
509 bool "WDT501 features"
510 depends on WDT
511 help
512 Saying Y here and creating a character special file /dev/temperature
513 with major number 10 and minor number 131 ("man mknod") will give
514 you a thermometer inside your computer: reading from
515 /dev/temperature yields one byte, the temperature in degrees
516 Fahrenheit. This works only if you have a WDT501P watchdog board
517 installed.
518
519 If you want to enable the Fan Tachometer on the WDT501P, then you
520 can do this via the tachometer parameter. Only do this if you have a
521 fan tachometer actually set up.
522
523#
524# PCI-based Watchdog Cards
525#
526
527comment "PCI-based Watchdog Cards"
528 depends on WATCHDOG && PCI
529
530config PCIPCWATCHDOG
531 tristate "Berkshire Products PCI-PC Watchdog"
532 depends on WATCHDOG && PCI
533 ---help---
534 This is the driver for the Berkshire Products PCI-PC Watchdog card.
535 This card simply watches your kernel to make sure it doesn't freeze,
536 and if it does, it reboots your computer after a certain amount of
537 time. The card can also monitor the internal temperature of the PC.
538 More info is available at <http://www.berkprod.com/pci_pc_watchdog.htm>.
539
540 To compile this driver as a module, choose M here: the
541 module will be called pcwd_pci.
542
543 Most people will say N.
544
545config WDTPCI
546 tristate "PCI-WDT500/501 Watchdog timer"
547 depends on WATCHDOG && PCI
548 ---help---
549 If you have a PCI-WDT500/501 watchdog board, say Y here, otherwise N.
550
551 To compile this driver as a module, choose M here: the
552 module will be called wdt_pci.
553
554config WDT_501_PCI
555 bool "PCI-WDT501 features"
556 depends on WDTPCI
557 help
558 Saying Y here and creating a character special file /dev/temperature
559 with major number 10 and minor number 131 ("man mknod") will give
560 you a thermometer inside your computer: reading from
561 /dev/temperature yields one byte, the temperature in degrees
562 Fahrenheit. This works only if you have a PCI-WDT501 watchdog board
563 installed.
564
565 If you want to enable the Fan Tachometer on the PCI-WDT501, then you
566 can do this via the tachometer parameter. Only do this if you have a
567 fan tachometer actually set up.
568
569#
570# USB-based Watchdog Cards
571#
572
573comment "USB-based Watchdog Cards"
574 depends on WATCHDOG && USB
575
576config USBPCWATCHDOG
577 tristate "Berkshire Products USB-PC Watchdog"
578 depends on WATCHDOG && USB
579 ---help---
580 This is the driver for the Berkshire Products USB-PC Watchdog card.
581 This card simply watches your kernel to make sure it doesn't freeze,
582 and if it does, it reboots your computer after a certain amount of
583 time. The card can also monitor the internal temperature of the PC.
584 More info is available at <http://www.berkprod.com/usb_pc_watchdog.htm>.
585
586 To compile this driver as a module, choose M here: the
587 module will be called pcwd_usb.
588
589 Most people will say N.
590
591endmenu