Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | # |
| 2 | # Watchdog device configuration |
| 3 | # |
| 4 | |
Jan Engelhardt | 261259b | 2007-04-30 13:56:42 +0200 | [diff] [blame] | 5 | menuconfig WATCHDOG |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 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 |
Wim Van Sebroeck | e0845bf | 2006-09-02 17:59:54 +0200 | [diff] [blame] | 14 | on-line as fast as possible after a lock-up. There's both a watchdog |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 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 |
Dirk Hohndel | e403149 | 2007-10-30 13:37:19 -0700 | [diff] [blame] | 18 | your computer. For details, read |
| 19 | <file:Documentation/watchdog/watchdog-api.txt> in the kernel source. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 20 | |
| 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 Engelhardt | 261259b | 2007-04-30 13:56:42 +0200 | [diff] [blame] | 29 | if WATCHDOG |
| 30 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 31 | config WATCHDOG_NOWAYOUT |
| 32 | bool "Disable watchdog shutdown on close" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 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. |
| 39 | |
| 40 | # |
| 41 | # General Watchdog drivers |
| 42 | # |
| 43 | |
| 44 | comment "Watchdog Device Drivers" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 45 | |
Matt LaPlante | 2621e2a | 2006-07-05 01:20:51 +0000 | [diff] [blame] | 46 | # Architecture Independent |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 47 | |
| 48 | config SOFT_WATCHDOG |
| 49 | tristate "Software watchdog" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 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. |
| 54 | |
| 55 | To compile this driver as a module, choose M here: the |
| 56 | module will be called softdog. |
| 57 | |
Wim Van Sebroeck | c0e962f | 2007-07-20 20:13:43 +0000 | [diff] [blame] | 58 | # ALPHA Architecture |
| 59 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 60 | # ARM Architecture |
| 61 | |
Andrew Victor | bdcff34 | 2006-09-26 17:49:30 +0200 | [diff] [blame] | 62 | config AT91RM9200_WATCHDOG |
Andrew Victor | 853807f | 2006-03-14 11:11:04 +0200 | [diff] [blame] | 63 | tristate "AT91RM9200 watchdog" |
Jan Engelhardt | 261259b | 2007-04-30 13:56:42 +0200 | [diff] [blame] | 64 | depends on ARCH_AT91RM9200 |
Andrew Victor | 853807f | 2006-03-14 11:11:04 +0200 | [diff] [blame] | 65 | help |
| 66 | Watchdog timer embedded into AT91RM9200 chips. This will reboot your |
| 67 | system when the timeout is reached. |
| 68 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 69 | config 21285_WATCHDOG |
| 70 | tristate "DC21285 watchdog" |
Jan Engelhardt | 261259b | 2007-04-30 13:56:42 +0200 | [diff] [blame] | 71 | depends on FOOTBRIDGE |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 72 | help |
Wim Van Sebroeck | e0845bf | 2006-09-02 17:59:54 +0200 | [diff] [blame] | 73 | The Intel Footbridge chip contains a built-in watchdog circuit. Say Y |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 74 | 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 | |
| 83 | config 977_WATCHDOG |
| 84 | tristate "NetWinder WB83C977 watchdog" |
Jan Engelhardt | 261259b | 2007-04-30 13:56:42 +0200 | [diff] [blame] | 85 | depends on FOOTBRIDGE && ARCH_NETWINDER |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 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. |
| 90 | |
| 91 | Not sure? It's safe to say N. |
| 92 | |
Wim Van Sebroeck | 180536f | 2005-09-10 20:53:57 +0200 | [diff] [blame] | 93 | config IXP2000_WATCHDOG |
| 94 | tristate "IXP2000 Watchdog" |
Jan Engelhardt | 261259b | 2007-04-30 13:56:42 +0200 | [diff] [blame] | 95 | depends on ARCH_IXP2000 |
Wim Van Sebroeck | 180536f | 2005-09-10 20:53:57 +0200 | [diff] [blame] | 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. |
| 101 | |
| 102 | Say N if you are unsure. |
| 103 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 104 | config IXP4XX_WATCHDOG |
| 105 | tristate "IXP4xx Watchdog" |
Jan Engelhardt | 261259b | 2007-04-30 13:56:42 +0200 | [diff] [blame] | 106 | depends on ARCH_IXP4XX |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 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. |
| 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 Victor | ccb8f43 | 2007-05-14 14:45:25 +0200 | [diff] [blame] | 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. |
| 126 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 127 | config S3C2410_WATCHDOG |
| 128 | tristate "S3C2410 Watchdog" |
Jan Engelhardt | 261259b | 2007-04-30 13:56:42 +0200 | [diff] [blame] | 129 | depends on ARCH_S3C2410 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 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. |
| 134 | |
| 135 | The driver is limited by the speed of the system's PCLK |
Matt LaPlante | 2621e2a | 2006-07-05 01:20:51 +0000 | [diff] [blame] | 136 | signal, so with reasonably fast systems (PCLK around 50-66MHz) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 137 | 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 | |
| 143 | config SA1100_WATCHDOG |
| 144 | tristate "SA1100/PXA2xx watchdog" |
Jan Engelhardt | 261259b | 2007-04-30 13:56:42 +0200 | [diff] [blame] | 145 | depends on ARCH_SA1100 || ARCH_PXA |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 146 | 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 King | b9d36b8 | 2005-09-12 22:56:56 +0100 | [diff] [blame] | 155 | config MPCORE_WATCHDOG |
| 156 | tristate "MPcore watchdog" |
Jan Engelhardt | 261259b | 2007-04-30 13:56:42 +0200 | [diff] [blame] | 157 | depends on ARM_MPCORE_PLATFORM && LOCAL_TIMERS |
Russell King | b9d36b8 | 2005-09-12 22:56:56 +0100 | [diff] [blame] | 158 | 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 Zummo | f52ac8f | 2006-03-25 03:06:37 -0800 | [diff] [blame] | 164 | config EP93XX_WATCHDOG |
| 165 | tristate "EP93xx Watchdog" |
Jan Engelhardt | 261259b | 2007-04-30 13:56:42 +0200 | [diff] [blame] | 166 | depends on ARCH_EP93XX |
Alessandro Zummo | f52ac8f | 2006-03-25 03:06:37 -0800 | [diff] [blame] | 167 | 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 Shah | 7768a13 | 2006-09-29 01:59:18 -0700 | [diff] [blame] | 174 | config OMAP_WATCHDOG |
| 175 | tristate "OMAP Watchdog" |
Jan Engelhardt | 261259b | 2007-04-30 13:56:42 +0200 | [diff] [blame] | 176 | depends on ARCH_OMAP16XX || ARCH_OMAP24XX |
Komal Shah | 7768a13 | 2006-09-29 01:59:18 -0700 | [diff] [blame] | 177 | help |
| 178 | Support for TI OMAP1610/OMAP1710/OMAP2420 watchdog. Say 'Y' here to |
| 179 | enable the OMAP1610/OMAP1710 watchdog timer. |
| 180 | |
Vitaly Wool | 9325fa3 | 2006-06-26 19:31:49 +0400 | [diff] [blame] | 181 | config PNX4008_WATCHDOG |
| 182 | tristate "PNX4008 Watchdog" |
Jan Engelhardt | 261259b | 2007-04-30 13:56:42 +0200 | [diff] [blame] | 183 | depends on ARCH_PNX4008 |
Vitaly Wool | 9325fa3 | 2006-06-26 19:31:49 +0400 | [diff] [blame] | 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. |
| 189 | |
| 190 | Say N if you are unsure. |
| 191 | |
Dan Williams | 70c14ff | 2007-07-20 02:07:26 +0100 | [diff] [blame] | 192 | config IOP_WATCHDOG |
| 193 | tristate "IOP Watchdog" |
Wim Van Sebroeck | c0e962f | 2007-07-20 20:13:43 +0000 | [diff] [blame] | 194 | depends on PLAT_IOP |
Dan Williams | 70c14ff | 2007-07-20 02:07:26 +0100 | [diff] [blame] | 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. |
| 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 Barinov | 7d831bf | 2007-06-12 18:09:50 +0400 | [diff] [blame] | 208 | config DAVINCI_WATCHDOG |
| 209 | tristate "DaVinci watchdog" |
Wim Van Sebroeck | c0e962f | 2007-07-20 20:13:43 +0000 | [diff] [blame] | 210 | depends on ARCH_DAVINCI |
Vladimir Barinov | 7d831bf | 2007-06-12 18:09:50 +0400 | [diff] [blame] | 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. |
| 216 | |
| 217 | NOTE: once enabled, this timer cannot be disabled. |
| 218 | Say N if you are unsure. |
| 219 | |
Wim Van Sebroeck | c0e962f | 2007-07-20 20:13:43 +0000 | [diff] [blame] | 220 | # ARM26 Architecture |
| 221 | |
Hans-Christian Egtvedt | a9cb395 | 2007-06-07 16:06:41 -0700 | [diff] [blame] | 222 | # AVR32 Architecture |
| 223 | |
| 224 | config AT32AP700X_WDT |
| 225 | tristate "AT32AP700x watchdog" |
Haavard Skinnemoen | 438ff3f | 2007-10-29 15:28:07 +0100 | [diff] [blame] | 226 | depends on CPU_AT32AP700X |
Hans-Christian Egtvedt | a9cb395 | 2007-06-07 16:06:41 -0700 | [diff] [blame] | 227 | help |
| 228 | Watchdog timer embedded into AT32AP700x devices. This will reboot |
| 229 | your system when the timeout is reached. |
| 230 | |
Wim Van Sebroeck | c0e962f | 2007-07-20 20:13:43 +0000 | [diff] [blame] | 231 | # BLACKFIN Architecture |
Bryan Wu | 1e6d320 | 2007-07-15 02:50:02 +0800 | [diff] [blame] | 232 | |
| 233 | config BFIN_WDT |
| 234 | tristate "Blackfin On-Chip Watchdog Timer" |
Wim Van Sebroeck | c0e962f | 2007-07-20 20:13:43 +0000 | [diff] [blame] | 235 | depends on BLACKFIN |
Bryan Wu | 1e6d320 | 2007-07-15 02:50:02 +0800 | [diff] [blame] | 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. |
| 240 | |
| 241 | To compile this driver as a module, choose M here: the |
| 242 | module will be called bfin_wdt. |
| 243 | |
Wim Van Sebroeck | c0e962f | 2007-07-20 20:13:43 +0000 | [diff] [blame] | 244 | # CRIS Architecture |
| 245 | |
| 246 | # FRV Architecture |
| 247 | |
| 248 | # H8300 Architecture |
| 249 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 250 | # X86 (i386 + ia64 + x86_64) Architecture |
| 251 | |
| 252 | config ACQUIRE_WDT |
| 253 | tristate "Acquire SBC Watchdog Timer" |
Jan Engelhardt | 261259b | 2007-04-30 13:56:42 +0200 | [diff] [blame] | 254 | depends on X86 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 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. |
| 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 | |
| 266 | config ADVANTECH_WDT |
| 267 | tristate "Advantech SBC Watchdog Timer" |
Jan Engelhardt | 261259b | 2007-04-30 13:56:42 +0200 | [diff] [blame] | 268 | depends on X86 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 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/> |
| 274 | |
| 275 | config ALIM1535_WDT |
| 276 | tristate "ALi M1535 PMU Watchdog Timer" |
Jan Engelhardt | 261259b | 2007-04-30 13:56:42 +0200 | [diff] [blame] | 277 | depends on X86 && PCI |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 278 | ---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 | |
| 286 | config ALIM7101_WDT |
| 287 | tristate "ALi M7101 PMU Computer Watchdog" |
Jan Engelhardt | 261259b | 2007-04-30 13:56:42 +0200 | [diff] [blame] | 288 | depends on X86 && PCI |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 289 | 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 | |
Jordan Crouse | 0b36086 | 2008-01-21 10:07:00 -0700 | [diff] [blame] | 298 | config GEODE_WDT |
| 299 | tristate "AMD Geode CS5535/CS5536 Watchdog" |
| 300 | depends on MGEODE_LX |
| 301 | help |
| 302 | This driver enables a watchdog capability built into the |
| 303 | CS5535/CS5536 companion chips for the AMD Geode GX and LX |
| 304 | processors. This watchdog watches your kernel to make sure |
| 305 | it doesn't freeze, and if it does, it reboots your computer after |
| 306 | a certain 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 geodewdt. |
| 310 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 311 | config SC520_WDT |
| 312 | tristate "AMD Elan SC520 processor Watchdog" |
Jan Engelhardt | 261259b | 2007-04-30 13:56:42 +0200 | [diff] [blame] | 313 | depends on X86 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 314 | help |
| 315 | This is the driver for the hardware watchdog built in to the |
| 316 | AMD "Elan" SC520 microcomputer commonly used in embedded systems. |
| 317 | This watchdog simply watches your kernel to make sure it doesn't |
| 318 | freeze, and if it does, it reboots your computer after a certain |
| 319 | amount of time. |
| 320 | |
| 321 | You can compile this driver directly into the kernel, or use |
| 322 | it as a module. The module will be called sc520_wdt. |
| 323 | |
| 324 | config EUROTECH_WDT |
| 325 | tristate "Eurotech CPU-1220/1410 Watchdog Timer" |
Jan Engelhardt | 261259b | 2007-04-30 13:56:42 +0200 | [diff] [blame] | 326 | depends on X86 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 327 | help |
| 328 | Enable support for the watchdog timer on the Eurotech CPU-1220 and |
| 329 | CPU-1410 cards. These are PC/104 SBCs. Spec sheets and product |
| 330 | information are at <http://www.eurotech.it/>. |
| 331 | |
| 332 | config IB700_WDT |
| 333 | tristate "IB700 SBC Watchdog Timer" |
Jan Engelhardt | 261259b | 2007-04-30 13:56:42 +0200 | [diff] [blame] | 334 | depends on X86 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 335 | ---help--- |
| 336 | This is the driver for the hardware watchdog on the IB700 Single |
| 337 | Board Computer produced by TMC Technology (www.tmc-uk.com). This watchdog |
| 338 | simply watches your kernel to make sure it doesn't freeze, and if |
| 339 | it does, it reboots your computer after a certain amount of time. |
| 340 | |
| 341 | This driver is like the WDT501 driver but for slightly different hardware. |
| 342 | |
| 343 | To compile this driver as a module, choose M here: the |
| 344 | module will be called ib700wdt. |
| 345 | |
| 346 | Most people will say N. |
| 347 | |
Andrey Panin | d532134 | 2005-08-19 23:15:11 +0200 | [diff] [blame] | 348 | config IBMASR |
Wim Van Sebroeck | c310e2b | 2006-09-02 19:04:02 +0200 | [diff] [blame] | 349 | tristate "IBM Automatic Server Restart" |
Jan Engelhardt | 261259b | 2007-04-30 13:56:42 +0200 | [diff] [blame] | 350 | depends on X86 |
Wim Van Sebroeck | c310e2b | 2006-09-02 19:04:02 +0200 | [diff] [blame] | 351 | help |
Andrey Panin | d532134 | 2005-08-19 23:15:11 +0200 | [diff] [blame] | 352 | This is the driver for the IBM Automatic Server Restart watchdog |
Wim Van Sebroeck | e0845bf | 2006-09-02 17:59:54 +0200 | [diff] [blame] | 353 | timer built-in into some eServer xSeries machines. |
Andrey Panin | d532134 | 2005-08-19 23:15:11 +0200 | [diff] [blame] | 354 | |
| 355 | To compile this driver as a module, choose M here: the |
| 356 | module will be called ibmasr. |
| 357 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 358 | config WAFER_WDT |
Veljkovic Srdjan | 01ed08c | 2007-09-12 15:22:26 +0200 | [diff] [blame] | 359 | tristate "ICP Single Board Computer Watchdog Timer" |
Jan Engelhardt | 261259b | 2007-04-30 13:56:42 +0200 | [diff] [blame] | 360 | depends on X86 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 361 | help |
Veljkovic Srdjan | 01ed08c | 2007-09-12 15:22:26 +0200 | [diff] [blame] | 362 | This is a driver for the hardware watchdog on the ICP Single |
| 363 | Board Computer. This driver is working on (at least) the following |
| 364 | IPC SBC's: Wafer 5823, Rocky 4783, Rocky 3703 and Rocky 3782. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 365 | |
| 366 | To compile this driver as a module, choose M here: the |
| 367 | module will be called wafer5823wdt. |
| 368 | |
David Hardeman | cc90ef0 | 2005-08-17 09:07:44 +0200 | [diff] [blame] | 369 | config I6300ESB_WDT |
| 370 | tristate "Intel 6300ESB Timer/Watchdog" |
Jan Engelhardt | 261259b | 2007-04-30 13:56:42 +0200 | [diff] [blame] | 371 | depends on X86 && PCI |
David Hardeman | cc90ef0 | 2005-08-17 09:07:44 +0200 | [diff] [blame] | 372 | ---help--- |
| 373 | Hardware driver for the watchdog timer built into the Intel |
| 374 | 6300ESB controller hub. |
| 375 | |
| 376 | To compile this driver as a module, choose M here: the |
| 377 | module will be called i6300esb. |
| 378 | |
Wim Van Sebroeck | 9e0ea34 | 2006-05-21 14:37:44 +0200 | [diff] [blame] | 379 | config ITCO_WDT |
Wim Van Sebroeck | cbf40d3 | 2006-10-14 20:18:47 +0200 | [diff] [blame] | 380 | tristate "Intel TCO Timer/Watchdog" |
Jan Engelhardt | 261259b | 2007-04-30 13:56:42 +0200 | [diff] [blame] | 381 | depends on (X86 || IA64) && PCI |
Wim Van Sebroeck | 9e0ea34 | 2006-05-21 14:37:44 +0200 | [diff] [blame] | 382 | ---help--- |
| 383 | Hardware driver for the intel TCO timer based watchdog devices. |
| 384 | These drivers are included in the Intel 82801 I/O Controller |
Wim Van Sebroeck | cbf40d3 | 2006-10-14 20:18:47 +0200 | [diff] [blame] | 385 | Hub family (from ICH0 up to ICH8) and in the Intel 6300ESB |
Wim Van Sebroeck | 9e0ea34 | 2006-05-21 14:37:44 +0200 | [diff] [blame] | 386 | controller hub. |
| 387 | |
| 388 | The TCO (Total Cost of Ownership) timer is a watchdog timer |
| 389 | that will reboot the machine after its second expiration. The |
| 390 | expiration time can be configured with the "heartbeat" parameter. |
| 391 | |
| 392 | On some motherboards the driver may fail to reset the chipset's |
| 393 | NO_REBOOT flag which prevents the watchdog from rebooting the |
| 394 | machine. If this is the case you will get a kernel message like |
| 395 | "failed to reset NO_REBOOT flag, reboot disabled by hardware". |
| 396 | |
| 397 | To compile this driver as a module, choose M here: the |
| 398 | module will be called iTCO_wdt. |
| 399 | |
Wim Van Sebroeck | e033351 | 2006-11-12 18:05:09 +0100 | [diff] [blame] | 400 | config ITCO_VENDOR_SUPPORT |
| 401 | bool "Intel TCO Timer/Watchdog Specific Vendor Support" |
| 402 | depends on ITCO_WDT |
| 403 | ---help--- |
| 404 | Add vendor specific support to the intel TCO timer based watchdog |
| 405 | devices. At this moment we only have additional support for some |
| 406 | SuperMicro Inc. motherboards. |
| 407 | |
Jorge Boncompte [DTI2] | 38ff6fd | 2007-11-19 15:09:21 +0100 | [diff] [blame] | 408 | config IT8712F_WDT |
| 409 | tristate "IT8712F (Smart Guardian) Watchdog Timer" |
| 410 | depends on X86 |
| 411 | ---help--- |
| 412 | This is the driver for the built-in watchdog timer on the IT8712F |
| 413 | Super I/0 chipset used on many motherboards. |
| 414 | |
| 415 | To compile this driver as a module, choose M here: the |
| 416 | module will be called it8712f_wdt. |
| 417 | |
Thomas Mingarelli | 7f4da47 | 2007-12-04 17:41:54 +0000 | [diff] [blame] | 418 | config HP_WATCHDOG |
| 419 | tristate "HP Proliant iLO 2 Hardware Watchdog Timer" |
| 420 | depends on X86 |
| 421 | help |
| 422 | A software monitoring watchdog and NMI sourcing driver. This driver |
| 423 | will detect lockups and provide stack trace. Also, when an NMI |
| 424 | occurs this driver will make the necessary BIOS calls to log |
| 425 | the cause of the NMI. This is a driver that will only load on a |
| 426 | HP ProLiant system with a minimum of iLO2 support. |
| 427 | To compile this driver as a module, choose M here: the |
| 428 | module will be called hpwdt. |
| 429 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 430 | config SC1200_WDT |
| 431 | tristate "National Semiconductor PC87307/PC97307 (ala SC1200) Watchdog" |
Jan Engelhardt | 261259b | 2007-04-30 13:56:42 +0200 | [diff] [blame] | 432 | depends on X86 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 433 | help |
| 434 | This is a driver for National Semiconductor PC87307/PC97307 hardware |
| 435 | watchdog cards as found on the SC1200. This watchdog is mainly used |
| 436 | for power management purposes and can be used to power down the device |
| 437 | during inactivity periods (includes interrupt activity monitoring). |
| 438 | |
| 439 | To compile this driver as a module, choose M here: the |
| 440 | module will be called sc1200wdt. |
| 441 | |
| 442 | Most people will say N. |
| 443 | |
| 444 | config SCx200_WDT |
| 445 | tristate "National Semiconductor SCx200 Watchdog" |
Jan Engelhardt | 261259b | 2007-04-30 13:56:42 +0200 | [diff] [blame] | 446 | depends on SCx200 && PCI |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 447 | help |
| 448 | Enable the built-in watchdog timer support on the National |
| 449 | Semiconductor SCx200 processors. |
| 450 | |
| 451 | If compiled as a module, it will be called scx200_wdt. |
| 452 | |
Sven Anders & Marcus Junker | 789fc0a | 2006-08-24 17:11:50 +0200 | [diff] [blame] | 453 | config PC87413_WDT |
| 454 | tristate "NS PC87413 watchdog" |
Jan Engelhardt | 261259b | 2007-04-30 13:56:42 +0200 | [diff] [blame] | 455 | depends on X86 |
Sven Anders & Marcus Junker | 789fc0a | 2006-08-24 17:11:50 +0200 | [diff] [blame] | 456 | ---help--- |
| 457 | This is the driver for the hardware watchdog on the PC87413 chipset |
| 458 | This watchdog simply watches your kernel to make sure it doesn't |
| 459 | freeze, and if it does, it reboots your computer after a certain |
| 460 | amount of time. |
| 461 | |
| 462 | To compile this driver as a module, choose M here: the |
| 463 | module will be called pc87413_wdt. |
| 464 | |
| 465 | Most people will say N. |
| 466 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 467 | config 60XX_WDT |
| 468 | tristate "SBC-60XX Watchdog Timer" |
Jan Engelhardt | 261259b | 2007-04-30 13:56:42 +0200 | [diff] [blame] | 469 | depends on X86 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 470 | help |
| 471 | This driver can be used with the watchdog timer found on some |
| 472 | single board computers, namely the 6010 PII based computer. |
| 473 | It may well work with other cards. It reads port 0x443 to enable |
| 474 | and re-set the watchdog timer, and reads port 0x45 to disable |
| 475 | the watchdog. If you have a card that behave in similar ways, |
| 476 | you can probably make this driver work with your card as well. |
| 477 | |
| 478 | You can compile this driver directly into the kernel, or use |
| 479 | it as a module. The module will be called sbc60xxwdt. |
| 480 | |
Ian E. Morgan | 3809ad3 | 2005-09-01 22:49:17 +0200 | [diff] [blame] | 481 | config SBC8360_WDT |
| 482 | tristate "SBC8360 Watchdog Timer" |
Jan Engelhardt | 261259b | 2007-04-30 13:56:42 +0200 | [diff] [blame] | 483 | depends on X86 |
Ian E. Morgan | 3809ad3 | 2005-09-01 22:49:17 +0200 | [diff] [blame] | 484 | ---help--- |
| 485 | |
| 486 | This is the driver for the hardware watchdog on the SBC8360 Single |
| 487 | Board Computer produced by Axiomtek Co., Ltd. (www.axiomtek.com). |
| 488 | |
| 489 | To compile this driver as a module, choose M here: the |
| 490 | module will be called sbc8360.ko. |
| 491 | |
| 492 | Most people will say N. |
| 493 | |
Gilles Gigan | c4c2833 | 2007-10-31 16:31:42 +1000 | [diff] [blame] | 494 | config SBC7240_WDT |
| 495 | tristate "SBC Nano 7240 Watchdog Timer" |
| 496 | depends on X86_32 |
| 497 | ---help--- |
| 498 | This is the driver for the hardware watchdog found on the IEI |
| 499 | single board computers EPIC Nano 7240 (and likely others). This |
| 500 | watchdog simply watches your kernel to make sure it doesn't freeze, |
| 501 | and if it does, it reboots your computer after a certain amount of |
| 502 | time. |
| 503 | |
| 504 | To compile this driver as a module, choose M here: the |
| 505 | module will be called sbc7240_wdt. |
| 506 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 507 | config CPU5_WDT |
| 508 | tristate "SMA CPU5 Watchdog" |
Jan Engelhardt | 261259b | 2007-04-30 13:56:42 +0200 | [diff] [blame] | 509 | depends on X86 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 510 | ---help--- |
| 511 | TBD. |
| 512 | To compile this driver as a module, choose M here: the |
| 513 | module will be called cpu5wdt. |
| 514 | |
Sven Anders | 485ae77 | 2006-08-24 17:11:50 +0200 | [diff] [blame] | 515 | config SMSC37B787_WDT |
| 516 | tristate "Winbond SMsC37B787 Watchdog Timer" |
Jan Engelhardt | 261259b | 2007-04-30 13:56:42 +0200 | [diff] [blame] | 517 | depends on X86 |
Sven Anders | 485ae77 | 2006-08-24 17:11:50 +0200 | [diff] [blame] | 518 | ---help--- |
| 519 | This is the driver for the hardware watchdog component on the |
| 520 | Winbond SMsC37B787 chipset as used on the NetRunner Mainboard |
| 521 | from Vision Systems and maybe others. |
| 522 | |
| 523 | This watchdog simply watches your kernel to make sure it doesn't |
| 524 | freeze, and if it does, it reboots your computer after a certain |
| 525 | amount of time. |
| 526 | |
| 527 | Usually a userspace daemon will notify the kernel WDT driver that |
| 528 | userspace is still alive, at regular intervals. |
| 529 | |
| 530 | To compile this driver as a module, choose M here: the |
| 531 | module will be called smsc37b787_wdt. |
| 532 | |
| 533 | Most people will say N. |
| 534 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 535 | config W83627HF_WDT |
| 536 | tristate "W83627HF Watchdog Timer" |
Jan Engelhardt | 261259b | 2007-04-30 13:56:42 +0200 | [diff] [blame] | 537 | depends on X86 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 538 | ---help--- |
| 539 | This is the driver for the hardware watchdog on the W83627HF chipset |
| 540 | as used in Advantech PC-9578 and Tyan S2721-533 motherboards |
| 541 | (and likely others). This watchdog simply watches your kernel to |
| 542 | make sure it doesn't freeze, and if it does, it reboots your computer |
| 543 | after a certain amount of time. |
| 544 | |
| 545 | To compile this driver as a module, choose M here: the |
| 546 | module will be called w83627hf_wdt. |
| 547 | |
| 548 | Most people will say N. |
| 549 | |
Marcus Junker | f9a8c89 | 2006-08-24 17:11:50 +0200 | [diff] [blame] | 550 | config W83697HF_WDT |
Samuel Tardieu | ff02cfc | 2006-09-07 11:57:00 +0200 | [diff] [blame] | 551 | tristate "W83697HF/W83697HG Watchdog Timer" |
Jan Engelhardt | 261259b | 2007-04-30 13:56:42 +0200 | [diff] [blame] | 552 | depends on X86 |
Wim Van Sebroeck | e0845bf | 2006-09-02 17:59:54 +0200 | [diff] [blame] | 553 | ---help--- |
Samuel Tardieu | ff02cfc | 2006-09-07 11:57:00 +0200 | [diff] [blame] | 554 | This is the driver for the hardware watchdog on the W83697HF/HG |
| 555 | chipset as used in Dedibox/VIA motherboards (and likely others). |
| 556 | This watchdog simply watches your kernel to make sure it doesn't |
| 557 | freeze, and if it does, it reboots your computer after a certain |
| 558 | amount of time. |
Marcus Junker | f9a8c89 | 2006-08-24 17:11:50 +0200 | [diff] [blame] | 559 | |
Wim Van Sebroeck | e0845bf | 2006-09-02 17:59:54 +0200 | [diff] [blame] | 560 | To compile this driver as a module, choose M here: the |
| 561 | module will be called w83697hf_wdt. |
Marcus Junker | f9a8c89 | 2006-08-24 17:11:50 +0200 | [diff] [blame] | 562 | |
Wim Van Sebroeck | e0845bf | 2006-09-02 17:59:54 +0200 | [diff] [blame] | 563 | Most people will say N. |
Marcus Junker | f9a8c89 | 2006-08-24 17:11:50 +0200 | [diff] [blame] | 564 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 565 | config W83877F_WDT |
| 566 | tristate "W83877F (EMACS) Watchdog Timer" |
Jan Engelhardt | 261259b | 2007-04-30 13:56:42 +0200 | [diff] [blame] | 567 | depends on X86 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 568 | ---help--- |
| 569 | This is the driver for the hardware watchdog on the W83877F chipset |
| 570 | as used in EMACS PC-104 motherboards (and likely others). This |
| 571 | watchdog simply watches your kernel to make sure it doesn't freeze, |
| 572 | and if it does, it reboots your computer after a certain amount of |
| 573 | time. |
| 574 | |
| 575 | To compile this driver as a module, choose M here: the |
| 576 | module will be called w83877f_wdt. |
| 577 | |
| 578 | Most people will say N. |
| 579 | |
Jose Miguel Goncalves | b4cc4aa | 2005-09-06 17:05:30 -0700 | [diff] [blame] | 580 | config W83977F_WDT |
| 581 | tristate "W83977F (PCM-5335) Watchdog Timer" |
Jan Engelhardt | 261259b | 2007-04-30 13:56:42 +0200 | [diff] [blame] | 582 | depends on X86 |
Jose Miguel Goncalves | b4cc4aa | 2005-09-06 17:05:30 -0700 | [diff] [blame] | 583 | ---help--- |
| 584 | This is the driver for the hardware watchdog on the W83977F I/O chip |
| 585 | as used in AAEON's PCM-5335 SBC (and likely others). This |
| 586 | watchdog simply watches your kernel to make sure it doesn't freeze, |
| 587 | and if it does, it reboots your computer after a certain amount of |
| 588 | time. |
| 589 | |
| 590 | To compile this driver as a module, choose M here: the |
| 591 | module will be called w83977f_wdt. |
| 592 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 593 | config MACHZ_WDT |
| 594 | tristate "ZF MachZ Watchdog" |
Jan Engelhardt | 261259b | 2007-04-30 13:56:42 +0200 | [diff] [blame] | 595 | depends on X86 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 596 | ---help--- |
| 597 | If you are using a ZF Micro MachZ processor, say Y here, otherwise |
Wim Van Sebroeck | e0845bf | 2006-09-02 17:59:54 +0200 | [diff] [blame] | 598 | N. This is the driver for the watchdog timer built-in on that |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 599 | processor using ZF-Logic interface. This watchdog simply watches |
| 600 | your kernel to make sure it doesn't freeze, and if it does, it |
| 601 | reboots your computer after a certain amount of time. |
| 602 | |
| 603 | To compile this driver as a module, choose M here: the |
| 604 | module will be called machzwd. |
| 605 | |
Calin A. Culianu | eed6565 | 2006-01-14 13:20:46 -0800 | [diff] [blame] | 606 | config SBC_EPX_C3_WATCHDOG |
| 607 | tristate "Winsystems SBC EPX-C3 watchdog" |
Jan Engelhardt | 261259b | 2007-04-30 13:56:42 +0200 | [diff] [blame] | 608 | depends on X86 |
Calin A. Culianu | eed6565 | 2006-01-14 13:20:46 -0800 | [diff] [blame] | 609 | ---help--- |
| 610 | This is the driver for the built-in watchdog timer on the EPX-C3 |
| 611 | Single-board computer made by Winsystems, Inc. |
| 612 | |
| 613 | *Note*: This hardware watchdog is not probeable and thus there |
| 614 | is no way to know if writing to its IO address will corrupt |
| 615 | your system or have any real effect. The only way to be sure |
| 616 | that this driver does what you want is to make sure you |
Matt LaPlante | 2621e2a | 2006-07-05 01:20:51 +0000 | [diff] [blame] | 617 | are running it on an EPX-C3 from Winsystems with the watchdog |
Calin A. Culianu | eed6565 | 2006-01-14 13:20:46 -0800 | [diff] [blame] | 618 | timer at IO address 0x1ee and 0x1ef. It will write to both those |
| 619 | IO ports. Basically, the assumption is made that if you compile |
| 620 | this driver into your kernel and/or load it as a module, that you |
| 621 | know what you are doing and that you are in fact running on an |
| 622 | EPX-C3 board! |
| 623 | |
| 624 | To compile this driver as a module, choose M here: the |
| 625 | module will be called sbc_epx_c3. |
| 626 | |
Wim Van Sebroeck | c0e962f | 2007-07-20 20:13:43 +0000 | [diff] [blame] | 627 | # M32R Architecture |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 628 | |
Wim Van Sebroeck | c0e962f | 2007-07-20 20:13:43 +0000 | [diff] [blame] | 629 | # M68K Architecture |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 630 | |
Wim Van Sebroeck | c0e962f | 2007-07-20 20:13:43 +0000 | [diff] [blame] | 631 | # M68KNOMMU Architecture |
Wim Van Sebroeck | 180536f | 2005-09-10 20:53:57 +0200 | [diff] [blame] | 632 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 633 | # MIPS Architecture |
| 634 | |
| 635 | config INDYDOG |
| 636 | tristate "Indy/I2 Hardware Watchdog" |
Thomas Bogendoerfer | 1ceea82 | 2007-12-02 12:54:42 +0100 | [diff] [blame] | 637 | depends on SGI_HAS_INDYDOG |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 638 | help |
Matt LaPlante | 2621e2a | 2006-07-05 01:20:51 +0000 | [diff] [blame] | 639 | Hardware driver for the Indy's/I2's watchdog. This is a |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 640 | watchdog timer that will reboot the machine after a 60 second |
| 641 | timer expired and no process has written to /dev/watchdog during |
| 642 | that time. |
| 643 | |
Florian Fainelli | 04bf3b4 | 2007-05-06 12:55:32 +0200 | [diff] [blame] | 644 | config WDT_MTX1 |
| 645 | tristate "MTX-1 Hardware Watchdog" |
| 646 | depends on MIPS_MTX1 |
| 647 | help |
| 648 | Hardware driver for the MTX-1 boards. This is a watchdog timer that |
| 649 | will reboot the machine after a 100 seconds timer expired. |
| 650 | |
Thomas Koeller | 825d374 | 2006-08-14 21:55:29 +0200 | [diff] [blame] | 651 | config WDT_RM9K_GPI |
| 652 | tristate "RM9000/GPI hardware watchdog" |
Jan Engelhardt | 261259b | 2007-04-30 13:56:42 +0200 | [diff] [blame] | 653 | depends on CPU_RM9000 |
Thomas Koeller | 825d374 | 2006-08-14 21:55:29 +0200 | [diff] [blame] | 654 | help |
| 655 | Watchdog implementation using the GPI hardware found on |
| 656 | PMC-Sierra RM9xxx CPUs. |
| 657 | |
| 658 | To compile this driver as a module, choose M here: the |
| 659 | module will be called rm9k_wdt. |
| 660 | |
Andrew Sharp | 75c752e | 2007-12-13 16:16:42 -0800 | [diff] [blame] | 661 | config SIBYTE_WDOG |
| 662 | tristate "Sibyte SoC hardware watchdog" |
| 663 | depends on CPU_SB1 |
| 664 | help |
| 665 | Watchdog driver for the built in watchdog hardware in Sibyte |
| 666 | SoC processors. There are apparently two watchdog timers |
| 667 | on such processors; this driver supports only the first one, |
| 668 | because currently Linux only supports exporting one watchdog |
| 669 | to userspace. |
| 670 | |
| 671 | To compile this driver as a loadable module, choose M here. |
| 672 | The module will be called sb_wdog. |
| 673 | |
Matteo Croce | c283cf2 | 2007-09-20 18:06:41 +0200 | [diff] [blame] | 674 | config AR7_WDT |
| 675 | tristate "TI AR7 Watchdog Timer" |
| 676 | depends on AR7 |
| 677 | help |
| 678 | Hardware driver for the TI AR7 Watchdog Timer. |
| 679 | |
Atsushi Nemoto | 6f702fc | 2007-11-12 01:32:17 +0900 | [diff] [blame] | 680 | config TXX9_WDT |
| 681 | tristate "Toshiba TXx9 Watchdog Timer" |
| 682 | depends on CPU_TX39XX || CPU_TX49XX |
| 683 | help |
| 684 | Hardware driver for the built-in watchdog timer on TXx9 MIPS SoCs. |
| 685 | |
Wim Van Sebroeck | c0e962f | 2007-07-20 20:13:43 +0000 | [diff] [blame] | 686 | # PARISC Architecture |
| 687 | |
| 688 | # POWERPC Architecture |
| 689 | |
| 690 | config MPC5200_WDT |
| 691 | tristate "MPC5200 Watchdog Timer" |
| 692 | depends on PPC_MPC52xx |
| 693 | |
| 694 | config 8xx_WDT |
| 695 | tristate "MPC8xx Watchdog Timer" |
| 696 | depends on 8xx |
| 697 | |
| 698 | config 83xx_WDT |
| 699 | tristate "MPC83xx Watchdog Timer" |
| 700 | depends on PPC_83xx |
| 701 | |
| 702 | config MV64X60_WDT |
| 703 | tristate "MV64X60 (Marvell Discovery) Watchdog Timer" |
| 704 | depends on MV64X60 |
| 705 | |
| 706 | config BOOKE_WDT |
| 707 | bool "PowerPC Book-E Watchdog Timer" |
| 708 | depends on BOOKE || 4xx |
| 709 | ---help--- |
| 710 | Please see Documentation/watchdog/watchdog-api.txt for |
| 711 | more information. |
| 712 | |
| 713 | # PPC64 Architecture |
| 714 | |
| 715 | config WATCHDOG_RTAS |
| 716 | tristate "RTAS watchdog" |
| 717 | depends on PPC_RTAS |
| 718 | help |
| 719 | This driver adds watchdog support for the RTAS watchdog. |
| 720 | |
| 721 | To compile this driver as a module, choose M here. The module |
| 722 | will be called wdrtas. |
| 723 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 724 | # S390 Architecture |
| 725 | |
| 726 | config ZVM_WATCHDOG |
| 727 | tristate "z/VM Watchdog Timer" |
Jan Engelhardt | 261259b | 2007-04-30 13:56:42 +0200 | [diff] [blame] | 728 | depends on S390 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 729 | help |
| 730 | IBM s/390 and zSeries machines running under z/VM 5.1 or later |
| 731 | provide a virtual watchdog timer to their guest that cause a |
| 732 | user define Control Program command to be executed after a |
| 733 | timeout. |
| 734 | |
| 735 | To compile this driver as a module, choose M here. The module |
| 736 | will be called vmwatchdog. |
| 737 | |
Wim Van Sebroeck | c0e962f | 2007-07-20 20:13:43 +0000 | [diff] [blame] | 738 | # SUPERH (sh + sh64) Architecture |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 739 | |
| 740 | config SH_WDT |
| 741 | tristate "SuperH Watchdog" |
Paul Mundt | d0afa57 | 2007-07-18 18:55:25 +0900 | [diff] [blame] | 742 | depends on SUPERH && (CPU_SH3 || CPU_SH4) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 743 | help |
| 744 | This driver adds watchdog support for the integrated watchdog in the |
| 745 | SuperH processors. If you have one of these processors and wish |
| 746 | to have watchdog support enabled, say Y, otherwise say N. |
| 747 | |
| 748 | As a side note, saying Y here will automatically boost HZ to 1000 |
| 749 | so that the timer has a chance to clear the overflow counter. On |
| 750 | slower systems (such as the SH-2 and SH-3) this will likely yield |
| 751 | some performance issues. As such, the WDT should be avoided here |
| 752 | unless it is absolutely necessary. |
| 753 | |
| 754 | To compile this driver as a module, choose M here: the |
| 755 | module will be called shwdt. |
| 756 | |
Paul Mundt | f118420 | 2006-09-27 17:53:59 +0900 | [diff] [blame] | 757 | config SH_WDT_MMAP |
| 758 | bool "Allow mmap of SH WDT" |
| 759 | default n |
| 760 | depends on SH_WDT |
| 761 | help |
| 762 | If you say Y here, user applications will be able to mmap the |
| 763 | WDT/CPG registers. |
Wim Van Sebroeck | cbf40d3 | 2006-10-14 20:18:47 +0200 | [diff] [blame] | 764 | |
Wim Van Sebroeck | c0e962f | 2007-07-20 20:13:43 +0000 | [diff] [blame] | 765 | # SPARC Architecture |
| 766 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 767 | # SPARC64 Architecture |
| 768 | |
| 769 | config WATCHDOG_CP1XXX |
| 770 | tristate "CP1XXX Hardware Watchdog support" |
Jan Engelhardt | 261259b | 2007-04-30 13:56:42 +0200 | [diff] [blame] | 771 | depends on SPARC64 && PCI |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 772 | ---help--- |
| 773 | This is the driver for the hardware watchdog timers present on |
| 774 | Sun Microsystems CompactPCI models CP1400 and CP1500. |
| 775 | |
| 776 | To compile this driver as a module, choose M here: the |
| 777 | module will be called cpwatchdog. |
| 778 | |
| 779 | If you do not have a CompactPCI model CP1400 or CP1500, or |
| 780 | another UltraSPARC-IIi-cEngine boardset with hardware watchdog, |
| 781 | you should say N to this option. |
| 782 | |
| 783 | config WATCHDOG_RIO |
| 784 | tristate "RIO Hardware Watchdog support" |
Jan Engelhardt | 261259b | 2007-04-30 13:56:42 +0200 | [diff] [blame] | 785 | depends on SPARC64 && PCI |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 786 | help |
| 787 | Say Y here to support the hardware watchdog capability on Sun RIO |
| 788 | machines. The watchdog timeout period is normally one minute but |
| 789 | can be changed with a boot-time parameter. |
| 790 | |
Wim Van Sebroeck | c0e962f | 2007-07-20 20:13:43 +0000 | [diff] [blame] | 791 | # V850 Architecture |
| 792 | |
| 793 | # XTENSA Architecture |
| 794 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 795 | # |
| 796 | # ISA-based Watchdog Cards |
| 797 | # |
| 798 | |
| 799 | comment "ISA-based Watchdog Cards" |
Jan Engelhardt | 261259b | 2007-04-30 13:56:42 +0200 | [diff] [blame] | 800 | depends on ISA |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 801 | |
| 802 | config PCWATCHDOG |
| 803 | tristate "Berkshire Products ISA-PC Watchdog" |
Jan Engelhardt | 261259b | 2007-04-30 13:56:42 +0200 | [diff] [blame] | 804 | depends on ISA |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 805 | ---help--- |
| 806 | This is the driver for the Berkshire Products ISA-PC Watchdog card. |
| 807 | This card simply watches your kernel to make sure it doesn't freeze, |
| 808 | and if it does, it reboots your computer after a certain amount of |
| 809 | time. This driver is like the WDT501 driver but for different |
| 810 | hardware. Please read <file:Documentation/watchdog/pcwd-watchdog.txt>. The PC |
| 811 | watchdog cards can be ordered from <http://www.berkprod.com/>. |
| 812 | |
| 813 | To compile this driver as a module, choose M here: the |
| 814 | module will be called pcwd. |
| 815 | |
| 816 | Most people will say N. |
| 817 | |
| 818 | config MIXCOMWD |
| 819 | tristate "Mixcom Watchdog" |
Jan Engelhardt | 261259b | 2007-04-30 13:56:42 +0200 | [diff] [blame] | 820 | depends on ISA |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 821 | ---help--- |
| 822 | This is a driver for the Mixcom hardware watchdog cards. This |
| 823 | watchdog simply watches your kernel to make sure it doesn't freeze, |
| 824 | and if it does, it reboots your computer after a certain amount of |
| 825 | time. |
| 826 | |
| 827 | To compile this driver as a module, choose M here: the |
| 828 | module will be called mixcomwd. |
| 829 | |
| 830 | Most people will say N. |
| 831 | |
| 832 | config WDT |
| 833 | tristate "WDT Watchdog timer" |
Jan Engelhardt | 261259b | 2007-04-30 13:56:42 +0200 | [diff] [blame] | 834 | depends on ISA |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 835 | ---help--- |
| 836 | If you have a WDT500P or WDT501P watchdog board, say Y here, |
| 837 | otherwise N. It is not possible to probe for this board, which means |
| 838 | that you have to inform the kernel about the IO port and IRQ that |
| 839 | is needed (you can do this via the io and irq parameters) |
| 840 | |
| 841 | To compile this driver as a module, choose M here: the |
| 842 | module will be called wdt. |
| 843 | |
| 844 | config WDT_501 |
| 845 | bool "WDT501 features" |
| 846 | depends on WDT |
| 847 | help |
| 848 | Saying Y here and creating a character special file /dev/temperature |
| 849 | with major number 10 and minor number 131 ("man mknod") will give |
| 850 | you a thermometer inside your computer: reading from |
| 851 | /dev/temperature yields one byte, the temperature in degrees |
| 852 | Fahrenheit. This works only if you have a WDT501P watchdog board |
| 853 | installed. |
| 854 | |
| 855 | If you want to enable the Fan Tachometer on the WDT501P, then you |
| 856 | can do this via the tachometer parameter. Only do this if you have a |
| 857 | fan tachometer actually set up. |
| 858 | |
| 859 | # |
| 860 | # PCI-based Watchdog Cards |
| 861 | # |
| 862 | |
| 863 | comment "PCI-based Watchdog Cards" |
Jan Engelhardt | 261259b | 2007-04-30 13:56:42 +0200 | [diff] [blame] | 864 | depends on PCI |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 865 | |
| 866 | config PCIPCWATCHDOG |
| 867 | tristate "Berkshire Products PCI-PC Watchdog" |
Jan Engelhardt | 261259b | 2007-04-30 13:56:42 +0200 | [diff] [blame] | 868 | depends on PCI |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 869 | ---help--- |
| 870 | This is the driver for the Berkshire Products PCI-PC Watchdog card. |
| 871 | This card simply watches your kernel to make sure it doesn't freeze, |
| 872 | and if it does, it reboots your computer after a certain amount of |
| 873 | time. The card can also monitor the internal temperature of the PC. |
| 874 | More info is available at <http://www.berkprod.com/pci_pc_watchdog.htm>. |
| 875 | |
| 876 | To compile this driver as a module, choose M here: the |
| 877 | module will be called pcwd_pci. |
| 878 | |
| 879 | Most people will say N. |
| 880 | |
| 881 | config WDTPCI |
| 882 | tristate "PCI-WDT500/501 Watchdog timer" |
Jan Engelhardt | 261259b | 2007-04-30 13:56:42 +0200 | [diff] [blame] | 883 | depends on PCI |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 884 | ---help--- |
| 885 | If you have a PCI-WDT500/501 watchdog board, say Y here, otherwise N. |
| 886 | |
| 887 | To compile this driver as a module, choose M here: the |
| 888 | module will be called wdt_pci. |
| 889 | |
| 890 | config WDT_501_PCI |
| 891 | bool "PCI-WDT501 features" |
| 892 | depends on WDTPCI |
| 893 | help |
| 894 | Saying Y here and creating a character special file /dev/temperature |
| 895 | with major number 10 and minor number 131 ("man mknod") will give |
| 896 | you a thermometer inside your computer: reading from |
| 897 | /dev/temperature yields one byte, the temperature in degrees |
| 898 | Fahrenheit. This works only if you have a PCI-WDT501 watchdog board |
| 899 | installed. |
| 900 | |
| 901 | If you want to enable the Fan Tachometer on the PCI-WDT501, then you |
| 902 | can do this via the tachometer parameter. Only do this if you have a |
| 903 | fan tachometer actually set up. |
| 904 | |
| 905 | # |
| 906 | # USB-based Watchdog Cards |
| 907 | # |
| 908 | |
| 909 | comment "USB-based Watchdog Cards" |
Jan Engelhardt | 261259b | 2007-04-30 13:56:42 +0200 | [diff] [blame] | 910 | depends on USB |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 911 | |
| 912 | config USBPCWATCHDOG |
| 913 | tristate "Berkshire Products USB-PC Watchdog" |
Jan Engelhardt | 261259b | 2007-04-30 13:56:42 +0200 | [diff] [blame] | 914 | depends on USB |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 915 | ---help--- |
| 916 | This is the driver for the Berkshire Products USB-PC Watchdog card. |
| 917 | This card simply watches your kernel to make sure it doesn't freeze, |
| 918 | and if it does, it reboots your computer after a certain amount of |
| 919 | time. The card can also monitor the internal temperature of the PC. |
| 920 | More info is available at <http://www.berkprod.com/usb_pc_watchdog.htm>. |
| 921 | |
| 922 | To compile this driver as a module, choose M here: the |
| 923 | module will be called pcwd_usb. |
| 924 | |
| 925 | Most people will say N. |
| 926 | |
Jan Engelhardt | 261259b | 2007-04-30 13:56:42 +0200 | [diff] [blame] | 927 | endif # WATCHDOG |