vserver 1.9.3
[linux-2.6.git] / drivers / char / watchdog / Kconfig
1 #
2 # Watchdog device configuration
3 #
4
5 menu "Watchdog Cards"
6
7 config 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
31 config 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
45 comment "Watchdog Device Drivers"
46         depends on WATCHDOG
47
48 # Architecture Independant
49
50 config 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
63 config 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
77 config 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
87 config IXP4XX_WATCHDOG
88         tristate "IXP4xx Watchdog"
89         depends on WATCHDOG && ARCH_IXP4XX
90         help
91           Say Y here if to include support for the watchdog timer
92           in the Intel IXP4xx network processors. This driver can
93           be built as a module by choosing M. The module will
94           be called ixp4xx_wdt.
95
96           Say N if you are unsure.
97
98 config IXP2000_WATCHDOG
99         tristate "IXP2000 Watchdog"
100         depends on WATCHDOG && ARCH_IXP2000
101         help
102           Say Y here if to include support for the watchdog timer
103           in the Intel IXP2000(2400, 2800, 2850) network processors.
104           This driver can be built as a module by choosing M. The module
105           will be called ixp2000_wdt.
106
107           Say N if you are unsure.
108
109 config SA1100_WATCHDOG
110         tristate "SA1100/PXA2xx watchdog"
111         depends on WATCHDOG && ( ARCH_SA1100 || ARCH_PXA )
112         help
113           Watchdog timer embedded into SA11x0 and PXA2xx chips. This will
114           reboot your system when timeout is reached.
115
116           NOTE: once enabled, this timer cannot be disabled.
117
118           To compile this driver as a module, choose M here: the
119           module will be called sa1100_wdt.
120
121 # X86 (i386 + ia64 + x86_64) Architecture
122
123 config ACQUIRE_WDT
124         tristate "Acquire SBC Watchdog Timer"
125         depends on WATCHDOG && X86
126         ---help---
127           This is the driver for the hardware watchdog on Single Board
128           Computers produced by Acquire Inc (and others). This watchdog
129           simply watches your kernel to make sure it doesn't freeze, and if
130           it does, it reboots your computer after a certain amount of time.
131
132           To compile this driver as a module, choose M here: the
133           module will be called acquirewdt.
134
135           Most people will say N.
136
137 config ADVANTECH_WDT
138         tristate "Advantech SBC Watchdog Timer"
139         depends on WATCHDOG && X86
140         help
141           If you are configuring a Linux kernel for the Advantech single-board
142           computer, say `Y' here to support its built-in watchdog timer
143           feature. More information can be found at
144           <http://www.advantech.com.tw/products/>
145
146 config ALIM1535_WDT
147         tristate "ALi M1535 PMU Watchdog Timer"
148         depends on WATCHDOG && X86 && PCI
149         ---help---
150           This is the driver for the hardware watchdog on the ALi M1535 PMU.
151
152           To compile this driver as a module, choose M here: the
153           module will be called alim1535_wdt.
154
155           Most people will say N.
156
157 config ALIM7101_WDT
158         tristate "ALi M7101 PMU Computer Watchdog"
159         depends on WATCHDOG && X86 && PCI
160         help
161           This is the driver for the hardware watchdog on the ALi M7101 PMU
162           as used in the x86 Cobalt servers.
163
164           To compile this driver as a module, choose M here: the
165           module will be called alim7101_wdt.
166
167           Most people will say N.
168
169 config SC520_WDT
170         tristate "AMD Elan SC520 processor Watchdog"
171         depends on WATCHDOG && X86
172         help
173           This is the driver for the hardware watchdog built in to the
174           AMD "Elan" SC520 microcomputer commonly used in embedded systems.
175           This watchdog simply watches your kernel to make sure it doesn't
176           freeze, and if it does, it reboots your computer after a certain
177           amount of time.
178
179           You can compile this driver directly into the kernel, or use
180           it as a module.  The module will be called sc520_wdt.
181
182 config EUROTECH_WDT
183         tristate "Eurotech CPU-1220/1410 Watchdog Timer"
184         depends on WATCHDOG && X86
185         help
186           Enable support for the watchdog timer on the Eurotech CPU-1220 and
187           CPU-1410 cards.  These are PC/104 SBCs. Spec sheets and product
188           information are at <http://www.eurotech.it/>.
189
190 config IB700_WDT
191         tristate "IB700 SBC Watchdog Timer"
192         depends on WATCHDOG && X86
193         ---help---
194           This is the driver for the hardware watchdog on the IB700 Single
195           Board Computer produced by TMC Technology (www.tmc-uk.com). This watchdog
196           simply watches your kernel to make sure it doesn't freeze, and if
197           it does, it reboots your computer after a certain amount of time.
198
199           This driver is like the WDT501 driver but for slightly different hardware.
200
201           To compile this driver as a module, choose M here: the
202           module will be called ib700wdt.
203
204           Most people will say N.
205
206 config WAFER_WDT
207         tristate "ICP Wafer 5823 Single Board Computer Watchdog"
208         depends on WATCHDOG && X86
209         help
210           This is a driver for the hardware watchdog on the ICP Wafer 5823
211           Single Board Computer (and probably other similar models).
212
213           To compile this driver as a module, choose M here: the
214           module will be called wafer5823wdt.
215
216 config I8XX_TCO
217         tristate "Intel i8xx TCO Timer/Watchdog"
218         depends on WATCHDOG && (X86 || IA64) && PCI
219         ---help---
220           Hardware driver for the TCO timer built into the Intel 82801
221           I/O Controller Hub family.  The TCO (Total Cost of Ownership)
222           timer is a watchdog timer that will reboot the machine after
223           its second expiration. The expiration time can be configured
224           with the "heartbeat" parameter.
225
226           On some motherboards the driver may fail to reset the chipset's
227           NO_REBOOT flag which prevents the watchdog from rebooting the
228           machine. If this is the case you will get a kernel message like
229           "failed to reset NO_REBOOT flag, reboot disabled by hardware".
230
231           To compile this driver as a module, choose M here: the
232           module will be called i8xx_tco.
233
234 config SC1200_WDT
235         tristate "National Semiconductor PC87307/PC97307 (ala SC1200) Watchdog"
236         depends on WATCHDOG && X86
237         help
238           This is a driver for National Semiconductor PC87307/PC97307 hardware
239           watchdog cards as found on the SC1200. This watchdog is mainly used
240           for power management purposes and can be used to power down the device
241           during inactivity periods (includes interrupt activity monitoring).
242
243           To compile this driver as a module, choose M here: the
244           module will be called sc1200wdt.
245
246           Most people will say N.
247
248 config SCx200_WDT
249         tristate "National Semiconductor SCx200 Watchdog"
250         depends on WATCHDOG && X86 && PCI
251         help
252           Enable the built-in watchdog timer support on the National
253           Semiconductor SCx200 processors.
254
255           If compiled as a module, it will be called scx200_watchdog.
256
257 config 60XX_WDT
258         tristate "SBC-60XX Watchdog Timer"
259         depends on WATCHDOG && X86
260         help
261           This driver can be used with the watchdog timer found on some
262           single board computers, namely the 6010 PII based computer.
263           It may well work with other cards.  It reads port 0x443 to enable
264           and re-set the watchdog timer, and reads port 0x45 to disable
265           the watchdog.  If you have a card that behave in similar ways,
266           you can probably make this driver work with your card as well.
267
268           You can compile this driver directly into the kernel, or use
269           it as a module.  The module will be called sbc60xxwdt.
270
271 config CPU5_WDT
272         tristate "SMA CPU5 Watchdog"
273         depends on WATCHDOG && X86
274         ---help---
275           TBD.
276           To compile this driver as a module, choose M here: the
277           module will be called cpu5wdt.
278
279 config W83627HF_WDT
280         tristate "W83627HF Watchdog Timer"
281         depends on WATCHDOG && X86
282         ---help---
283           This is the driver for the hardware watchdog on the W83627HF chipset
284           as used in Advantech PC-9578 and Tyan S2721-533 motherboards
285           (and likely others).  This watchdog simply watches your kernel to
286           make sure it doesn't freeze, and if it does, it reboots your computer
287           after a certain amount of time.
288
289           To compile this driver as a module, choose M here: the
290           module will be called w83627hf_wdt.
291
292           Most people will say N.
293
294 config W83877F_WDT
295         tristate "W83877F (EMACS) Watchdog Timer"
296         depends on WATCHDOG && X86
297         ---help---
298           This is the driver for the hardware watchdog on the W83877F chipset
299           as used in EMACS PC-104 motherboards (and likely others).  This
300           watchdog simply watches your kernel to make sure it doesn't freeze,
301           and if it does, it reboots your computer after a certain amount of
302           time.
303
304           To compile this driver as a module, choose M here: the
305           module will be called w83877f_wdt.
306
307           Most people will say N.
308
309 config MACHZ_WDT
310         tristate "ZF MachZ Watchdog"
311         depends on WATCHDOG && X86
312         ---help---
313           If you are using a ZF Micro MachZ processor, say Y here, otherwise
314           N.  This is the driver for the watchdog timer builtin on that
315           processor using ZF-Logic interface.  This watchdog simply watches
316           your kernel to make sure it doesn't freeze, and if it does, it
317           reboots your computer after a certain amount of time.
318
319           To compile this driver as a module, choose M here: the
320           module will be called machzwd.
321
322 # PowerPC Architecture
323
324 config 8xx_WDT
325         tristate "MPC8xx Watchdog Timer"
326         depends on WATCHDOG && 8xx
327
328 # MIPS Architecture
329
330 config INDYDOG
331         tristate "Indy/I2 Hardware Watchdog"
332         depends on WATCHDOG && SGI_IP22
333         help
334           Hardwaredriver for the Indy's/I2's watchdog. This is a
335           watchdog timer that will reboot the machine after a 60 second
336           timer expired and no process has written to /dev/watchdog during
337           that time.
338
339 # SUPERH Architecture
340
341 config SH_WDT
342         tristate "SuperH Watchdog"
343         depends on WATCHDOG && SUPERH
344         help
345           This driver adds watchdog support for the integrated watchdog in the
346           SuperH processors. If you have one of these processors and wish
347           to have watchdog support enabled, say Y, otherwise say N.
348
349           As a side note, saying Y here will automatically boost HZ to 1000
350           so that the timer has a chance to clear the overflow counter. On
351           slower systems (such as the SH-2 and SH-3) this will likely yield
352           some performance issues. As such, the WDT should be avoided here
353           unless it is absolutely necessary.
354
355           To compile this driver as a module, choose M here: the
356           module will be called shwdt.
357
358 # SPARC64 Architecture
359
360 config WATCHDOG_CP1XXX
361         tristate "CP1XXX Hardware Watchdog support"
362         depends on WATCHDOG && SPARC64 && PCI
363         ---help---
364           This is the driver for the hardware watchdog timers present on
365           Sun Microsystems CompactPCI models CP1400 and CP1500.
366
367           To compile this driver as a module, choose M here: the
368           module will be called cpwatchdog.
369
370           If you do not have a CompactPCI model CP1400 or CP1500, or
371           another UltraSPARC-IIi-cEngine boardset with hardware watchdog,
372           you should say N to this option.
373
374 config WATCHDOG_RIO
375         tristate "RIO Hardware Watchdog support"
376         depends on WATCHDOG && SPARC64 && PCI
377         help
378           Say Y here to support the hardware watchdog capability on Sun RIO
379           machines.  The watchdog timeout period is normally one minute but
380           can be changed with a boot-time parameter.
381
382 #
383 # ISA-based Watchdog Cards
384 #
385
386 comment "ISA-based Watchdog Cards"
387         depends on WATCHDOG && ISA
388
389 config PCWATCHDOG
390         tristate "Berkshire Products ISA-PC Watchdog"
391         depends on WATCHDOG && ISA
392         ---help---
393           This is the driver for the Berkshire Products ISA-PC Watchdog card.
394           This card simply watches your kernel to make sure it doesn't freeze,
395           and if it does, it reboots your computer after a certain amount of
396           time. This driver is like the WDT501 driver but for different
397           hardware. Please read <file:Documentation/watchdog/pcwd-watchdog.txt>. The PC
398           watchdog cards can be ordered from <http://www.berkprod.com/>.
399
400           To compile this driver as a module, choose M here: the
401           module will be called pcwd.
402
403           Most people will say N.
404
405 config MIXCOMWD
406         tristate "Mixcom Watchdog"
407         depends on WATCHDOG && ISA
408         ---help---
409           This is a driver for the Mixcom hardware watchdog cards.  This
410           watchdog simply watches your kernel to make sure it doesn't freeze,
411           and if it does, it reboots your computer after a certain amount of
412           time.
413
414           To compile this driver as a module, choose M here: the
415           module will be called mixcomwd.
416
417           Most people will say N.
418
419 config WDT
420         tristate "WDT Watchdog timer"
421         depends on WATCHDOG && ISA
422         ---help---
423           If you have a WDT500P or WDT501P watchdog board, say Y here,
424           otherwise N. It is not possible to probe for this board, which means
425           that you have to inform the kernel about the IO port and IRQ that
426           is needed (you can do this via the io and irq parameters)
427
428           To compile this driver as a module, choose M here: the
429           module will be called wdt.
430
431 config WDT_501
432         bool "WDT501 features"
433         depends on WDT
434         help
435           Saying Y here and creating a character special file /dev/temperature
436           with major number 10 and minor number 131 ("man mknod") will give
437           you a thermometer inside your computer: reading from
438           /dev/temperature yields one byte, the temperature in degrees
439           Fahrenheit. This works only if you have a WDT501P watchdog board
440           installed.
441
442           If you want to enable the Fan Tachometer on the WDT501P, then you
443           can do this via the tachometer parameter. Only do this if you have a
444           fan tachometer actually set up.
445
446 #
447 # PCI-based Watchdog Cards
448 #
449
450 comment "PCI-based Watchdog Cards"
451         depends on WATCHDOG && PCI
452
453 config PCIPCWATCHDOG
454         tristate "Berkshire Products PCI-PC Watchdog"
455         depends on WATCHDOG && PCI
456         ---help---
457           This is the driver for the Berkshire Products PCI-PC Watchdog card.
458           This card simply watches your kernel to make sure it doesn't freeze,
459           and if it does, it reboots your computer after a certain amount of
460           time. The card can also monitor the internal temperature of the PC.
461           More info is available at <http://www.berkprod.com/pci_pc_watchdog.htm>.
462
463           To compile this driver as a module, choose M here: the
464           module will be called pcwd_pci.
465
466           Most people will say N.
467
468 config WDTPCI
469         tristate "PCI-WDT500/501 Watchdog timer"
470         depends on WATCHDOG && PCI
471         ---help---
472           If you have a PCI-WDT500/501 watchdog board, say Y here, otherwise N.
473
474           To compile this driver as a module, choose M here: the
475           module will be called wdt_pci.
476
477 config WDT_501_PCI
478         bool "PCI-WDT501 features"
479         depends on WDTPCI
480         help
481           Saying Y here and creating a character special file /dev/temperature
482           with major number 10 and minor number 131 ("man mknod") will give
483           you a thermometer inside your computer: reading from
484           /dev/temperature yields one byte, the temperature in degrees
485           Fahrenheit. This works only if you have a PCI-WDT501 watchdog board
486           installed.
487
488           If you want to enable the Fan Tachometer on the PCI-WDT501, then you
489           can do this via the tachometer parameter. Only do this if you have a
490           fan tachometer actually set up.
491
492 #
493 # USB-based Watchdog Cards
494 #
495
496 comment "USB-based Watchdog Cards"
497         depends on WATCHDOG && USB
498
499 config USBPCWATCHDOG
500         tristate "Berkshire Products USB-PC Watchdog"
501         depends on WATCHDOG && USB
502         ---help---
503           This is the driver for the Berkshire Products USB-PC Watchdog card.
504           This card simply watches your kernel to make sure it doesn't freeze,
505           and if it does, it reboots your computer after a certain amount of
506           time. The card can also monitor the internal temperature of the PC.
507           More info is available at <http://www.berkprod.com/usb_pc_watchdog.htm>.
508
509           To compile this driver as a module, choose M here: the
510           module will be called pcwd_usb.
511
512           Most people will say N.
513
514 endmenu