blob: 254d115cafab0feeed787c778bb73e04f46dc19e [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#
2# Watchdog device configuration
3#
4
Jan Engelhardt261259b2007-04-30 13:56:42 +02005menuconfig WATCHDOG
Linus Torvalds1da177e2005-04-16 15:20:36 -07006 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
Wim Van Sebroecke0845bf2006-09-02 17:59:54 +020014 on-line as fast as possible after a lock-up. There's both a watchdog
Linus Torvalds1da177e2005-04-16 15:20:36 -070015 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
Dirk Hohndele4031492007-10-30 13:37:19 -070018 your computer. For details, read
19 <file:Documentation/watchdog/watchdog-api.txt> in the kernel source.
Linus Torvalds1da177e2005-04-16 15:20:36 -070020
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.
26
27 If unsure, say N.
28
Jan Engelhardt261259b2007-04-30 13:56:42 +020029if WATCHDOG
30
Linus Torvalds1da177e2005-04-16 15:20:36 -070031config WATCHDOG_NOWAYOUT
32 bool "Disable watchdog shutdown on close"
Linus Torvalds1da177e2005-04-16 15:20:36 -070033 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.
39
40#
41# General Watchdog drivers
42#
43
44comment "Watchdog Device Drivers"
Linus Torvalds1da177e2005-04-16 15:20:36 -070045
Matt LaPlante2621e2a2006-07-05 01:20:51 +000046# Architecture Independent
Linus Torvalds1da177e2005-04-16 15:20:36 -070047
48config SOFT_WATCHDOG
49 tristate "Software watchdog"
Linus Torvalds1da177e2005-04-16 15:20:36 -070050 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.
54
55 To compile this driver as a module, choose M here: the
56 module will be called softdog.
57
Wim Van Sebroeckc0e962f2007-07-20 20:13:43 +000058# ALPHA Architecture
59
Linus Torvalds1da177e2005-04-16 15:20:36 -070060# ARM Architecture
61
Andrew Victorbdcff342006-09-26 17:49:30 +020062config AT91RM9200_WATCHDOG
Andrew Victor853807f2006-03-14 11:11:04 +020063 tristate "AT91RM9200 watchdog"
Jan Engelhardt261259b2007-04-30 13:56:42 +020064 depends on ARCH_AT91RM9200
Andrew Victor853807f2006-03-14 11:11:04 +020065 help
66 Watchdog timer embedded into AT91RM9200 chips. This will reboot your
67 system when the timeout is reached.
68
Linus Torvalds1da177e2005-04-16 15:20:36 -070069config 21285_WATCHDOG
70 tristate "DC21285 watchdog"
Jan Engelhardt261259b2007-04-30 13:56:42 +020071 depends on FOOTBRIDGE
Linus Torvalds1da177e2005-04-16 15:20:36 -070072 help
Wim Van Sebroecke0845bf2006-09-02 17:59:54 +020073 The Intel Footbridge chip contains a built-in watchdog circuit. Say Y
Linus Torvalds1da177e2005-04-16 15:20:36 -070074 here if you wish to use this. Alternatively say M to compile the
75 driver as a module, which will be called wdt285.
76
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.
80
81 "If in doubt, leave it out" - say N.
82
83config 977_WATCHDOG
84 tristate "NetWinder WB83C977 watchdog"
Jan Engelhardt261259b2007-04-30 13:56:42 +020085 depends on FOOTBRIDGE && ARCH_NETWINDER
Linus Torvalds1da177e2005-04-16 15:20:36 -070086 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.
90
91 Not sure? It's safe to say N.
92
Wim Van Sebroeck180536f2005-09-10 20:53:57 +020093config IXP2000_WATCHDOG
94 tristate "IXP2000 Watchdog"
Jan Engelhardt261259b2007-04-30 13:56:42 +020095 depends on ARCH_IXP2000
Wim Van Sebroeck180536f2005-09-10 20:53:57 +020096 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.
101
102 Say N if you are unsure.
103
Linus Torvalds1da177e2005-04-16 15:20:36 -0700104config IXP4XX_WATCHDOG
105 tristate "IXP4xx Watchdog"
Jan Engelhardt261259b2007-04-30 13:56:42 +0200106 depends on ARCH_IXP4XX
Linus Torvalds1da177e2005-04-16 15:20:36 -0700107 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.
112
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).
117
118 Say N if you are unsure.
119
Andrew Victorccb8f432007-05-14 14:45:25 +0200120config 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.
126
Linus Torvalds1da177e2005-04-16 15:20:36 -0700127config S3C2410_WATCHDOG
128 tristate "S3C2410 Watchdog"
Jan Engelhardt261259b2007-04-30 13:56:42 +0200129 depends on ARCH_S3C2410
Linus Torvalds1da177e2005-04-16 15:20:36 -0700130 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.
134
135 The driver is limited by the speed of the system's PCLK
Matt LaPlante2621e2a2006-07-05 01:20:51 +0000136 signal, so with reasonably fast systems (PCLK around 50-66MHz)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700137 then watchdog intervals of over approximately 20seconds are
138 unavailable.
139
140 The driver can be built as a module by choosing M, and will
141 be called s3c2410_wdt
142
143config SA1100_WATCHDOG
144 tristate "SA1100/PXA2xx watchdog"
Jan Engelhardt261259b2007-04-30 13:56:42 +0200145 depends on ARCH_SA1100 || ARCH_PXA
Linus Torvalds1da177e2005-04-16 15:20:36 -0700146 help
147 Watchdog timer embedded into SA11x0 and PXA2xx chips. This will
148 reboot your system when timeout is reached.
149
150 NOTE: once enabled, this timer cannot be disabled.
151
152 To compile this driver as a module, choose M here: the
153 module will be called sa1100_wdt.
154
Russell Kingb9d36b82005-09-12 22:56:56 +0100155config MPCORE_WATCHDOG
156 tristate "MPcore watchdog"
Jan Engelhardt261259b2007-04-30 13:56:42 +0200157 depends on ARM_MPCORE_PLATFORM && LOCAL_TIMERS
Russell Kingb9d36b82005-09-12 22:56:56 +0100158 help
159 Watchdog timer embedded into the MPcore system.
160
161 To compile this driver as a module, choose M here: the
162 module will be called mpcore_wdt.
163
Alessandro Zummof52ac8f2006-03-25 03:06:37 -0800164config EP93XX_WATCHDOG
165 tristate "EP93xx Watchdog"
Jan Engelhardt261259b2007-04-30 13:56:42 +0200166 depends on ARCH_EP93XX
Alessandro Zummof52ac8f2006-03-25 03:06:37 -0800167 help
168 Say Y here if to include support for the watchdog timer
169 embedded in the Cirrus Logic EP93xx family of devices.
170
171 To compile this driver as a module, choose M here: the
172 module will be called ep93xx_wdt.
173
Komal Shah7768a132006-09-29 01:59:18 -0700174config OMAP_WATCHDOG
175 tristate "OMAP Watchdog"
Jan Engelhardt261259b2007-04-30 13:56:42 +0200176 depends on ARCH_OMAP16XX || ARCH_OMAP24XX
Komal Shah7768a132006-09-29 01:59:18 -0700177 help
178 Support for TI OMAP1610/OMAP1710/OMAP2420 watchdog. Say 'Y' here to
179 enable the OMAP1610/OMAP1710 watchdog timer.
180
Vitaly Wool9325fa32006-06-26 19:31:49 +0400181config PNX4008_WATCHDOG
182 tristate "PNX4008 Watchdog"
Jan Engelhardt261259b2007-04-30 13:56:42 +0200183 depends on ARCH_PNX4008
Vitaly Wool9325fa32006-06-26 19:31:49 +0400184 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.
189
190 Say N if you are unsure.
191
Dan Williams70c14ff2007-07-20 02:07:26 +0100192config IOP_WATCHDOG
193 tristate "IOP Watchdog"
Wim Van Sebroeckc0e962f2007-07-20 20:13:43 +0000194 depends on PLAT_IOP
Dan Williams70c14ff2007-07-20 02:07:26 +0100195 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.
201
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.
207
Vladimir Barinov7d831bf2007-06-12 18:09:50 +0400208config DAVINCI_WATCHDOG
209 tristate "DaVinci watchdog"
Wim Van Sebroeckc0e962f2007-07-20 20:13:43 +0000210 depends on ARCH_DAVINCI
Vladimir Barinov7d831bf2007-06-12 18:09:50 +0400211 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.
216
217 NOTE: once enabled, this timer cannot be disabled.
218 Say N if you are unsure.
219
Wim Van Sebroeckc0e962f2007-07-20 20:13:43 +0000220# ARM26 Architecture
221
Hans-Christian Egtvedta9cb3952007-06-07 16:06:41 -0700222# AVR32 Architecture
223
224config AT32AP700X_WDT
225 tristate "AT32AP700x watchdog"
Haavard Skinnemoen438ff3f2007-10-29 15:28:07 +0100226 depends on CPU_AT32AP700X
Hans-Christian Egtvedta9cb3952007-06-07 16:06:41 -0700227 help
228 Watchdog timer embedded into AT32AP700x devices. This will reboot
229 your system when the timeout is reached.
230
Wim Van Sebroeckc0e962f2007-07-20 20:13:43 +0000231# BLACKFIN Architecture
Bryan Wu1e6d3202007-07-15 02:50:02 +0800232
233config BFIN_WDT
234 tristate "Blackfin On-Chip Watchdog Timer"
Wim Van Sebroeckc0e962f2007-07-20 20:13:43 +0000235 depends on BLACKFIN
Bryan Wu1e6d3202007-07-15 02:50:02 +0800236 ---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.
240
241 To compile this driver as a module, choose M here: the
242 module will be called bfin_wdt.
243
Wim Van Sebroeckc0e962f2007-07-20 20:13:43 +0000244# CRIS Architecture
245
246# FRV Architecture
247
248# H8300 Architecture
249
Linus Torvalds1da177e2005-04-16 15:20:36 -0700250# X86 (i386 + ia64 + x86_64) Architecture
251
252config ACQUIRE_WDT
253 tristate "Acquire SBC Watchdog Timer"
Jan Engelhardt261259b2007-04-30 13:56:42 +0200254 depends on X86
Linus Torvalds1da177e2005-04-16 15:20:36 -0700255 ---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.
260
261 To compile this driver as a module, choose M here: the
262 module will be called acquirewdt.
263
264 Most people will say N.
265
266config ADVANTECH_WDT
267 tristate "Advantech SBC Watchdog Timer"
Jan Engelhardt261259b2007-04-30 13:56:42 +0200268 depends on X86
Linus Torvalds1da177e2005-04-16 15:20:36 -0700269 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/>
274
275config ALIM1535_WDT
276 tristate "ALi M1535 PMU Watchdog Timer"
Jan Engelhardt261259b2007-04-30 13:56:42 +0200277 depends on X86 && PCI
Linus Torvalds1da177e2005-04-16 15:20:36 -0700278 ---help---
279 This is the driver for the hardware watchdog on the ALi M1535 PMU.
280
281 To compile this driver as a module, choose M here: the
282 module will be called alim1535_wdt.
283
284 Most people will say N.
285
286config ALIM7101_WDT
287 tristate "ALi M7101 PMU Computer Watchdog"
Jan Engelhardt261259b2007-04-30 13:56:42 +0200288 depends on X86 && PCI
Linus Torvalds1da177e2005-04-16 15:20:36 -0700289 help
290 This is the driver for the hardware watchdog on the ALi M7101 PMU
291 as used in the x86 Cobalt servers.
292
293 To compile this driver as a module, choose M here: the
294 module will be called alim7101_wdt.
295
296 Most people will say N.
297
298config SC520_WDT
299 tristate "AMD Elan SC520 processor Watchdog"
Jan Engelhardt261259b2007-04-30 13:56:42 +0200300 depends on X86
Linus Torvalds1da177e2005-04-16 15:20:36 -0700301 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.
307
308 You can compile this driver directly into the kernel, or use
309 it as a module. The module will be called sc520_wdt.
310
311config EUROTECH_WDT
312 tristate "Eurotech CPU-1220/1410 Watchdog Timer"
Jan Engelhardt261259b2007-04-30 13:56:42 +0200313 depends on X86
Linus Torvalds1da177e2005-04-16 15:20:36 -0700314 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/>.
318
319config IB700_WDT
320 tristate "IB700 SBC Watchdog Timer"
Jan Engelhardt261259b2007-04-30 13:56:42 +0200321 depends on X86
Linus Torvalds1da177e2005-04-16 15:20:36 -0700322 ---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.
327
328 This driver is like the WDT501 driver but for slightly different hardware.
329
330 To compile this driver as a module, choose M here: the
331 module will be called ib700wdt.
332
333 Most people will say N.
334
Andrey Panind5321342005-08-19 23:15:11 +0200335config IBMASR
Wim Van Sebroeckc310e2b2006-09-02 19:04:02 +0200336 tristate "IBM Automatic Server Restart"
Jan Engelhardt261259b2007-04-30 13:56:42 +0200337 depends on X86
Wim Van Sebroeckc310e2b2006-09-02 19:04:02 +0200338 help
Andrey Panind5321342005-08-19 23:15:11 +0200339 This is the driver for the IBM Automatic Server Restart watchdog
Wim Van Sebroecke0845bf2006-09-02 17:59:54 +0200340 timer built-in into some eServer xSeries machines.
Andrey Panind5321342005-08-19 23:15:11 +0200341
342 To compile this driver as a module, choose M here: the
343 module will be called ibmasr.
344
Linus Torvalds1da177e2005-04-16 15:20:36 -0700345config WAFER_WDT
Veljkovic Srdjan01ed08c2007-09-12 15:22:26 +0200346 tristate "ICP Single Board Computer Watchdog Timer"
Jan Engelhardt261259b2007-04-30 13:56:42 +0200347 depends on X86
Linus Torvalds1da177e2005-04-16 15:20:36 -0700348 help
Veljkovic Srdjan01ed08c2007-09-12 15:22:26 +0200349 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.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700352
353 To compile this driver as a module, choose M here: the
354 module will be called wafer5823wdt.
355
David Hardemancc90ef02005-08-17 09:07:44 +0200356config I6300ESB_WDT
357 tristate "Intel 6300ESB Timer/Watchdog"
Jan Engelhardt261259b2007-04-30 13:56:42 +0200358 depends on X86 && PCI
David Hardemancc90ef02005-08-17 09:07:44 +0200359 ---help---
360 Hardware driver for the watchdog timer built into the Intel
361 6300ESB controller hub.
362
363 To compile this driver as a module, choose M here: the
364 module will be called i6300esb.
365
Wim Van Sebroeck9e0ea342006-05-21 14:37:44 +0200366config ITCO_WDT
Wim Van Sebroeckcbf40d32006-10-14 20:18:47 +0200367 tristate "Intel TCO Timer/Watchdog"
Jan Engelhardt261259b2007-04-30 13:56:42 +0200368 depends on (X86 || IA64) && PCI
Wim Van Sebroeck9e0ea342006-05-21 14:37:44 +0200369 ---help---
370 Hardware driver for the intel TCO timer based watchdog devices.
371 These drivers are included in the Intel 82801 I/O Controller
Wim Van Sebroeckcbf40d32006-10-14 20:18:47 +0200372 Hub family (from ICH0 up to ICH8) and in the Intel 6300ESB
Wim Van Sebroeck9e0ea342006-05-21 14:37:44 +0200373 controller hub.
374
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.
378
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".
383
384 To compile this driver as a module, choose M here: the
385 module will be called iTCO_wdt.
386
Wim Van Sebroecke0333512006-11-12 18:05:09 +0100387config 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.
394
Jorge Boncompte [DTI2]38ff6fd2007-11-19 15:09:21 +0100395config 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.
401
402 To compile this driver as a module, choose M here: the
403 module will be called it8712f_wdt.
404
Thomas Mingarelli7f4da472007-12-04 17:41:54 +0000405config HP_WATCHDOG
406 tristate "HP Proliant iLO 2 Hardware Watchdog Timer"
407 depends on X86
408 help
409 A software monitoring watchdog and NMI sourcing driver. This driver
410 will detect lockups and provide stack trace. Also, when an NMI
411 occurs this driver will make the necessary BIOS calls to log
412 the cause of the NMI. This is a driver that will only load on a
413 HP ProLiant system with a minimum of iLO2 support.
414 To compile this driver as a module, choose M here: the
415 module will be called hpwdt.
416
Linus Torvalds1da177e2005-04-16 15:20:36 -0700417config SC1200_WDT
418 tristate "National Semiconductor PC87307/PC97307 (ala SC1200) Watchdog"
Jan Engelhardt261259b2007-04-30 13:56:42 +0200419 depends on X86
Linus Torvalds1da177e2005-04-16 15:20:36 -0700420 help
421 This is a driver for National Semiconductor PC87307/PC97307 hardware
422 watchdog cards as found on the SC1200. This watchdog is mainly used
423 for power management purposes and can be used to power down the device
424 during inactivity periods (includes interrupt activity monitoring).
425
426 To compile this driver as a module, choose M here: the
427 module will be called sc1200wdt.
428
429 Most people will say N.
430
431config SCx200_WDT
432 tristate "National Semiconductor SCx200 Watchdog"
Jan Engelhardt261259b2007-04-30 13:56:42 +0200433 depends on SCx200 && PCI
Linus Torvalds1da177e2005-04-16 15:20:36 -0700434 help
435 Enable the built-in watchdog timer support on the National
436 Semiconductor SCx200 processors.
437
438 If compiled as a module, it will be called scx200_wdt.
439
Sven Anders & Marcus Junker789fc0a2006-08-24 17:11:50 +0200440config PC87413_WDT
441 tristate "NS PC87413 watchdog"
Jan Engelhardt261259b2007-04-30 13:56:42 +0200442 depends on X86
Sven Anders & Marcus Junker789fc0a2006-08-24 17:11:50 +0200443 ---help---
444 This is the driver for the hardware watchdog on the PC87413 chipset
445 This watchdog simply watches your kernel to make sure it doesn't
446 freeze, and if it does, it reboots your computer after a certain
447 amount of time.
448
449 To compile this driver as a module, choose M here: the
450 module will be called pc87413_wdt.
451
452 Most people will say N.
453
Linus Torvalds1da177e2005-04-16 15:20:36 -0700454config 60XX_WDT
455 tristate "SBC-60XX Watchdog Timer"
Jan Engelhardt261259b2007-04-30 13:56:42 +0200456 depends on X86
Linus Torvalds1da177e2005-04-16 15:20:36 -0700457 help
458 This driver can be used with the watchdog timer found on some
459 single board computers, namely the 6010 PII based computer.
460 It may well work with other cards. It reads port 0x443 to enable
461 and re-set the watchdog timer, and reads port 0x45 to disable
462 the watchdog. If you have a card that behave in similar ways,
463 you can probably make this driver work with your card as well.
464
465 You can compile this driver directly into the kernel, or use
466 it as a module. The module will be called sbc60xxwdt.
467
Ian E. Morgan3809ad32005-09-01 22:49:17 +0200468config SBC8360_WDT
469 tristate "SBC8360 Watchdog Timer"
Jan Engelhardt261259b2007-04-30 13:56:42 +0200470 depends on X86
Ian E. Morgan3809ad32005-09-01 22:49:17 +0200471 ---help---
472
473 This is the driver for the hardware watchdog on the SBC8360 Single
474 Board Computer produced by Axiomtek Co., Ltd. (www.axiomtek.com).
475
476 To compile this driver as a module, choose M here: the
477 module will be called sbc8360.ko.
478
479 Most people will say N.
480
Gilles Giganc4c28332007-10-31 16:31:42 +1000481config SBC7240_WDT
482 tristate "SBC Nano 7240 Watchdog Timer"
483 depends on X86_32
484 ---help---
485 This is the driver for the hardware watchdog found on the IEI
486 single board computers EPIC Nano 7240 (and likely others). 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 sbc7240_wdt.
493
Linus Torvalds1da177e2005-04-16 15:20:36 -0700494config CPU5_WDT
495 tristate "SMA CPU5 Watchdog"
Jan Engelhardt261259b2007-04-30 13:56:42 +0200496 depends on X86
Linus Torvalds1da177e2005-04-16 15:20:36 -0700497 ---help---
498 TBD.
499 To compile this driver as a module, choose M here: the
500 module will be called cpu5wdt.
501
Sven Anders485ae772006-08-24 17:11:50 +0200502config SMSC37B787_WDT
503 tristate "Winbond SMsC37B787 Watchdog Timer"
Jan Engelhardt261259b2007-04-30 13:56:42 +0200504 depends on X86
Sven Anders485ae772006-08-24 17:11:50 +0200505 ---help---
506 This is the driver for the hardware watchdog component on the
507 Winbond SMsC37B787 chipset as used on the NetRunner Mainboard
508 from Vision Systems and maybe others.
509
510 This watchdog simply watches your kernel to make sure it doesn't
511 freeze, and if it does, it reboots your computer after a certain
512 amount of time.
513
514 Usually a userspace daemon will notify the kernel WDT driver that
515 userspace is still alive, at regular intervals.
516
517 To compile this driver as a module, choose M here: the
518 module will be called smsc37b787_wdt.
519
520 Most people will say N.
521
Linus Torvalds1da177e2005-04-16 15:20:36 -0700522config W83627HF_WDT
523 tristate "W83627HF Watchdog Timer"
Jan Engelhardt261259b2007-04-30 13:56:42 +0200524 depends on X86
Linus Torvalds1da177e2005-04-16 15:20:36 -0700525 ---help---
526 This is the driver for the hardware watchdog on the W83627HF chipset
527 as used in Advantech PC-9578 and Tyan S2721-533 motherboards
528 (and likely others). This watchdog simply watches your kernel to
529 make sure it doesn't freeze, and if it does, it reboots your computer
530 after a certain amount of time.
531
532 To compile this driver as a module, choose M here: the
533 module will be called w83627hf_wdt.
534
535 Most people will say N.
536
Marcus Junkerf9a8c892006-08-24 17:11:50 +0200537config W83697HF_WDT
Samuel Tardieuff02cfc2006-09-07 11:57:00 +0200538 tristate "W83697HF/W83697HG Watchdog Timer"
Jan Engelhardt261259b2007-04-30 13:56:42 +0200539 depends on X86
Wim Van Sebroecke0845bf2006-09-02 17:59:54 +0200540 ---help---
Samuel Tardieuff02cfc2006-09-07 11:57:00 +0200541 This is the driver for the hardware watchdog on the W83697HF/HG
542 chipset as used in Dedibox/VIA motherboards (and likely others).
543 This watchdog simply watches your kernel to make sure it doesn't
544 freeze, and if it does, it reboots your computer after a certain
545 amount of time.
Marcus Junkerf9a8c892006-08-24 17:11:50 +0200546
Wim Van Sebroecke0845bf2006-09-02 17:59:54 +0200547 To compile this driver as a module, choose M here: the
548 module will be called w83697hf_wdt.
Marcus Junkerf9a8c892006-08-24 17:11:50 +0200549
Wim Van Sebroecke0845bf2006-09-02 17:59:54 +0200550 Most people will say N.
Marcus Junkerf9a8c892006-08-24 17:11:50 +0200551
Linus Torvalds1da177e2005-04-16 15:20:36 -0700552config W83877F_WDT
553 tristate "W83877F (EMACS) Watchdog Timer"
Jan Engelhardt261259b2007-04-30 13:56:42 +0200554 depends on X86
Linus Torvalds1da177e2005-04-16 15:20:36 -0700555 ---help---
556 This is the driver for the hardware watchdog on the W83877F chipset
557 as used in EMACS PC-104 motherboards (and likely others). This
558 watchdog simply watches your kernel to make sure it doesn't freeze,
559 and if it does, it reboots your computer after a certain amount of
560 time.
561
562 To compile this driver as a module, choose M here: the
563 module will be called w83877f_wdt.
564
565 Most people will say N.
566
Jose Miguel Goncalvesb4cc4aa2005-09-06 17:05:30 -0700567config W83977F_WDT
568 tristate "W83977F (PCM-5335) Watchdog Timer"
Jan Engelhardt261259b2007-04-30 13:56:42 +0200569 depends on X86
Jose Miguel Goncalvesb4cc4aa2005-09-06 17:05:30 -0700570 ---help---
571 This is the driver for the hardware watchdog on the W83977F I/O chip
572 as used in AAEON's PCM-5335 SBC (and likely others). This
573 watchdog simply watches your kernel to make sure it doesn't freeze,
574 and if it does, it reboots your computer after a certain amount of
575 time.
576
577 To compile this driver as a module, choose M here: the
578 module will be called w83977f_wdt.
579
Linus Torvalds1da177e2005-04-16 15:20:36 -0700580config MACHZ_WDT
581 tristate "ZF MachZ Watchdog"
Jan Engelhardt261259b2007-04-30 13:56:42 +0200582 depends on X86
Linus Torvalds1da177e2005-04-16 15:20:36 -0700583 ---help---
584 If you are using a ZF Micro MachZ processor, say Y here, otherwise
Wim Van Sebroecke0845bf2006-09-02 17:59:54 +0200585 N. This is the driver for the watchdog timer built-in on that
Linus Torvalds1da177e2005-04-16 15:20:36 -0700586 processor using ZF-Logic interface. This watchdog simply watches
587 your kernel to make sure it doesn't freeze, and if it does, it
588 reboots your computer after a certain amount of time.
589
590 To compile this driver as a module, choose M here: the
591 module will be called machzwd.
592
Calin A. Culianueed65652006-01-14 13:20:46 -0800593config SBC_EPX_C3_WATCHDOG
594 tristate "Winsystems SBC EPX-C3 watchdog"
Jan Engelhardt261259b2007-04-30 13:56:42 +0200595 depends on X86
Calin A. Culianueed65652006-01-14 13:20:46 -0800596 ---help---
597 This is the driver for the built-in watchdog timer on the EPX-C3
598 Single-board computer made by Winsystems, Inc.
599
600 *Note*: This hardware watchdog is not probeable and thus there
601 is no way to know if writing to its IO address will corrupt
602 your system or have any real effect. The only way to be sure
603 that this driver does what you want is to make sure you
Matt LaPlante2621e2a2006-07-05 01:20:51 +0000604 are running it on an EPX-C3 from Winsystems with the watchdog
Calin A. Culianueed65652006-01-14 13:20:46 -0800605 timer at IO address 0x1ee and 0x1ef. It will write to both those
606 IO ports. Basically, the assumption is made that if you compile
607 this driver into your kernel and/or load it as a module, that you
608 know what you are doing and that you are in fact running on an
609 EPX-C3 board!
610
611 To compile this driver as a module, choose M here: the
612 module will be called sbc_epx_c3.
613
Wim Van Sebroeckc0e962f2007-07-20 20:13:43 +0000614# M32R Architecture
Linus Torvalds1da177e2005-04-16 15:20:36 -0700615
Wim Van Sebroeckc0e962f2007-07-20 20:13:43 +0000616# M68K Architecture
Linus Torvalds1da177e2005-04-16 15:20:36 -0700617
Wim Van Sebroeckc0e962f2007-07-20 20:13:43 +0000618# M68KNOMMU Architecture
Wim Van Sebroeck180536f2005-09-10 20:53:57 +0200619
Linus Torvalds1da177e2005-04-16 15:20:36 -0700620# MIPS Architecture
621
622config INDYDOG
623 tristate "Indy/I2 Hardware Watchdog"
Thomas Bogendoerfer1ceea822007-12-02 12:54:42 +0100624 depends on SGI_HAS_INDYDOG
Linus Torvalds1da177e2005-04-16 15:20:36 -0700625 help
Matt LaPlante2621e2a2006-07-05 01:20:51 +0000626 Hardware driver for the Indy's/I2's watchdog. This is a
Linus Torvalds1da177e2005-04-16 15:20:36 -0700627 watchdog timer that will reboot the machine after a 60 second
628 timer expired and no process has written to /dev/watchdog during
629 that time.
630
Florian Fainelli04bf3b42007-05-06 12:55:32 +0200631config WDT_MTX1
632 tristate "MTX-1 Hardware Watchdog"
633 depends on MIPS_MTX1
634 help
635 Hardware driver for the MTX-1 boards. This is a watchdog timer that
636 will reboot the machine after a 100 seconds timer expired.
637
Thomas Koeller825d3742006-08-14 21:55:29 +0200638config WDT_RM9K_GPI
639 tristate "RM9000/GPI hardware watchdog"
Jan Engelhardt261259b2007-04-30 13:56:42 +0200640 depends on CPU_RM9000
Thomas Koeller825d3742006-08-14 21:55:29 +0200641 help
642 Watchdog implementation using the GPI hardware found on
643 PMC-Sierra RM9xxx CPUs.
644
645 To compile this driver as a module, choose M here: the
646 module will be called rm9k_wdt.
647
Andrew Sharp75c752e2007-12-13 16:16:42 -0800648config SIBYTE_WDOG
649 tristate "Sibyte SoC hardware watchdog"
650 depends on CPU_SB1
651 help
652 Watchdog driver for the built in watchdog hardware in Sibyte
653 SoC processors. There are apparently two watchdog timers
654 on such processors; this driver supports only the first one,
655 because currently Linux only supports exporting one watchdog
656 to userspace.
657
658 To compile this driver as a loadable module, choose M here.
659 The module will be called sb_wdog.
660
Matteo Crocec283cf22007-09-20 18:06:41 +0200661config AR7_WDT
662 tristate "TI AR7 Watchdog Timer"
663 depends on AR7
664 help
665 Hardware driver for the TI AR7 Watchdog Timer.
666
Atsushi Nemoto6f702fc2007-11-12 01:32:17 +0900667config TXX9_WDT
668 tristate "Toshiba TXx9 Watchdog Timer"
669 depends on CPU_TX39XX || CPU_TX49XX
670 help
671 Hardware driver for the built-in watchdog timer on TXx9 MIPS SoCs.
672
Wim Van Sebroeckc0e962f2007-07-20 20:13:43 +0000673# PARISC Architecture
674
675# POWERPC Architecture
676
677config MPC5200_WDT
678 tristate "MPC5200 Watchdog Timer"
679 depends on PPC_MPC52xx
680
681config 8xx_WDT
682 tristate "MPC8xx Watchdog Timer"
683 depends on 8xx
684
685config 83xx_WDT
686 tristate "MPC83xx Watchdog Timer"
687 depends on PPC_83xx
688
689config MV64X60_WDT
690 tristate "MV64X60 (Marvell Discovery) Watchdog Timer"
691 depends on MV64X60
692
693config BOOKE_WDT
694 bool "PowerPC Book-E Watchdog Timer"
695 depends on BOOKE || 4xx
696 ---help---
697 Please see Documentation/watchdog/watchdog-api.txt for
698 more information.
699
700# PPC64 Architecture
701
702config WATCHDOG_RTAS
703 tristate "RTAS watchdog"
704 depends on PPC_RTAS
705 help
706 This driver adds watchdog support for the RTAS watchdog.
707
708 To compile this driver as a module, choose M here. The module
709 will be called wdrtas.
710
Linus Torvalds1da177e2005-04-16 15:20:36 -0700711# S390 Architecture
712
713config ZVM_WATCHDOG
714 tristate "z/VM Watchdog Timer"
Jan Engelhardt261259b2007-04-30 13:56:42 +0200715 depends on S390
Linus Torvalds1da177e2005-04-16 15:20:36 -0700716 help
717 IBM s/390 and zSeries machines running under z/VM 5.1 or later
718 provide a virtual watchdog timer to their guest that cause a
719 user define Control Program command to be executed after a
720 timeout.
721
722 To compile this driver as a module, choose M here. The module
723 will be called vmwatchdog.
724
Wim Van Sebroeckc0e962f2007-07-20 20:13:43 +0000725# SUPERH (sh + sh64) Architecture
Linus Torvalds1da177e2005-04-16 15:20:36 -0700726
727config SH_WDT
728 tristate "SuperH Watchdog"
Paul Mundtd0afa572007-07-18 18:55:25 +0900729 depends on SUPERH && (CPU_SH3 || CPU_SH4)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700730 help
731 This driver adds watchdog support for the integrated watchdog in the
732 SuperH processors. If you have one of these processors and wish
733 to have watchdog support enabled, say Y, otherwise say N.
734
735 As a side note, saying Y here will automatically boost HZ to 1000
736 so that the timer has a chance to clear the overflow counter. On
737 slower systems (such as the SH-2 and SH-3) this will likely yield
738 some performance issues. As such, the WDT should be avoided here
739 unless it is absolutely necessary.
740
741 To compile this driver as a module, choose M here: the
742 module will be called shwdt.
743
Paul Mundtf1184202006-09-27 17:53:59 +0900744config SH_WDT_MMAP
745 bool "Allow mmap of SH WDT"
746 default n
747 depends on SH_WDT
748 help
749 If you say Y here, user applications will be able to mmap the
750 WDT/CPG registers.
Wim Van Sebroeckcbf40d32006-10-14 20:18:47 +0200751
Wim Van Sebroeckc0e962f2007-07-20 20:13:43 +0000752# SPARC Architecture
753
Linus Torvalds1da177e2005-04-16 15:20:36 -0700754# SPARC64 Architecture
755
756config WATCHDOG_CP1XXX
757 tristate "CP1XXX Hardware Watchdog support"
Jan Engelhardt261259b2007-04-30 13:56:42 +0200758 depends on SPARC64 && PCI
Linus Torvalds1da177e2005-04-16 15:20:36 -0700759 ---help---
760 This is the driver for the hardware watchdog timers present on
761 Sun Microsystems CompactPCI models CP1400 and CP1500.
762
763 To compile this driver as a module, choose M here: the
764 module will be called cpwatchdog.
765
766 If you do not have a CompactPCI model CP1400 or CP1500, or
767 another UltraSPARC-IIi-cEngine boardset with hardware watchdog,
768 you should say N to this option.
769
770config WATCHDOG_RIO
771 tristate "RIO Hardware Watchdog support"
Jan Engelhardt261259b2007-04-30 13:56:42 +0200772 depends on SPARC64 && PCI
Linus Torvalds1da177e2005-04-16 15:20:36 -0700773 help
774 Say Y here to support the hardware watchdog capability on Sun RIO
775 machines. The watchdog timeout period is normally one minute but
776 can be changed with a boot-time parameter.
777
Wim Van Sebroeckc0e962f2007-07-20 20:13:43 +0000778# V850 Architecture
779
780# XTENSA Architecture
781
Linus Torvalds1da177e2005-04-16 15:20:36 -0700782#
783# ISA-based Watchdog Cards
784#
785
786comment "ISA-based Watchdog Cards"
Jan Engelhardt261259b2007-04-30 13:56:42 +0200787 depends on ISA
Linus Torvalds1da177e2005-04-16 15:20:36 -0700788
789config PCWATCHDOG
790 tristate "Berkshire Products ISA-PC Watchdog"
Jan Engelhardt261259b2007-04-30 13:56:42 +0200791 depends on ISA
Linus Torvalds1da177e2005-04-16 15:20:36 -0700792 ---help---
793 This is the driver for the Berkshire Products ISA-PC Watchdog card.
794 This card simply watches your kernel to make sure it doesn't freeze,
795 and if it does, it reboots your computer after a certain amount of
796 time. This driver is like the WDT501 driver but for different
797 hardware. Please read <file:Documentation/watchdog/pcwd-watchdog.txt>. The PC
798 watchdog cards can be ordered from <http://www.berkprod.com/>.
799
800 To compile this driver as a module, choose M here: the
801 module will be called pcwd.
802
803 Most people will say N.
804
805config MIXCOMWD
806 tristate "Mixcom Watchdog"
Jan Engelhardt261259b2007-04-30 13:56:42 +0200807 depends on ISA
Linus Torvalds1da177e2005-04-16 15:20:36 -0700808 ---help---
809 This is a driver for the Mixcom hardware watchdog cards. This
810 watchdog simply watches your kernel to make sure it doesn't freeze,
811 and if it does, it reboots your computer after a certain amount of
812 time.
813
814 To compile this driver as a module, choose M here: the
815 module will be called mixcomwd.
816
817 Most people will say N.
818
819config WDT
820 tristate "WDT Watchdog timer"
Jan Engelhardt261259b2007-04-30 13:56:42 +0200821 depends on ISA
Linus Torvalds1da177e2005-04-16 15:20:36 -0700822 ---help---
823 If you have a WDT500P or WDT501P watchdog board, say Y here,
824 otherwise N. It is not possible to probe for this board, which means
825 that you have to inform the kernel about the IO port and IRQ that
826 is needed (you can do this via the io and irq parameters)
827
828 To compile this driver as a module, choose M here: the
829 module will be called wdt.
830
831config WDT_501
832 bool "WDT501 features"
833 depends on WDT
834 help
835 Saying Y here and creating a character special file /dev/temperature
836 with major number 10 and minor number 131 ("man mknod") will give
837 you a thermometer inside your computer: reading from
838 /dev/temperature yields one byte, the temperature in degrees
839 Fahrenheit. This works only if you have a WDT501P watchdog board
840 installed.
841
842 If you want to enable the Fan Tachometer on the WDT501P, then you
843 can do this via the tachometer parameter. Only do this if you have a
844 fan tachometer actually set up.
845
846#
847# PCI-based Watchdog Cards
848#
849
850comment "PCI-based Watchdog Cards"
Jan Engelhardt261259b2007-04-30 13:56:42 +0200851 depends on PCI
Linus Torvalds1da177e2005-04-16 15:20:36 -0700852
853config PCIPCWATCHDOG
854 tristate "Berkshire Products PCI-PC Watchdog"
Jan Engelhardt261259b2007-04-30 13:56:42 +0200855 depends on PCI
Linus Torvalds1da177e2005-04-16 15:20:36 -0700856 ---help---
857 This is the driver for the Berkshire Products PCI-PC Watchdog card.
858 This card simply watches your kernel to make sure it doesn't freeze,
859 and if it does, it reboots your computer after a certain amount of
860 time. The card can also monitor the internal temperature of the PC.
861 More info is available at <http://www.berkprod.com/pci_pc_watchdog.htm>.
862
863 To compile this driver as a module, choose M here: the
864 module will be called pcwd_pci.
865
866 Most people will say N.
867
868config WDTPCI
869 tristate "PCI-WDT500/501 Watchdog timer"
Jan Engelhardt261259b2007-04-30 13:56:42 +0200870 depends on PCI
Linus Torvalds1da177e2005-04-16 15:20:36 -0700871 ---help---
872 If you have a PCI-WDT500/501 watchdog board, say Y here, otherwise N.
873
874 To compile this driver as a module, choose M here: the
875 module will be called wdt_pci.
876
877config WDT_501_PCI
878 bool "PCI-WDT501 features"
879 depends on WDTPCI
880 help
881 Saying Y here and creating a character special file /dev/temperature
882 with major number 10 and minor number 131 ("man mknod") will give
883 you a thermometer inside your computer: reading from
884 /dev/temperature yields one byte, the temperature in degrees
885 Fahrenheit. This works only if you have a PCI-WDT501 watchdog board
886 installed.
887
888 If you want to enable the Fan Tachometer on the PCI-WDT501, then you
889 can do this via the tachometer parameter. Only do this if you have a
890 fan tachometer actually set up.
891
892#
893# USB-based Watchdog Cards
894#
895
896comment "USB-based Watchdog Cards"
Jan Engelhardt261259b2007-04-30 13:56:42 +0200897 depends on USB
Linus Torvalds1da177e2005-04-16 15:20:36 -0700898
899config USBPCWATCHDOG
900 tristate "Berkshire Products USB-PC Watchdog"
Jan Engelhardt261259b2007-04-30 13:56:42 +0200901 depends on USB
Linus Torvalds1da177e2005-04-16 15:20:36 -0700902 ---help---
903 This is the driver for the Berkshire Products USB-PC Watchdog card.
904 This card simply watches your kernel to make sure it doesn't freeze,
905 and if it does, it reboots your computer after a certain amount of
906 time. The card can also monitor the internal temperature of the PC.
907 More info is available at <http://www.berkprod.com/usb_pc_watchdog.htm>.
908
909 To compile this driver as a module, choose M here: the
910 module will be called pcwd_usb.
911
912 Most people will say N.
913
Jan Engelhardt261259b2007-04-30 13:56:42 +0200914endif # WATCHDOG