Kconfig 40 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256
  1. #
  2. # Watchdog device configuration
  3. #
  4. menuconfig WATCHDOG
  5. bool "Watchdog Timer Support"
  6. ---help---
  7. If you say Y here (and to one of the following options) and create a
  8. character special file /dev/watchdog with major number 10 and minor
  9. number 130 using mknod ("man mknod"), you will get a watchdog, i.e.:
  10. subsequently opening the file and then failing to write to it for
  11. longer than 1 minute will result in rebooting the machine. This
  12. could be useful for a networked machine that needs to come back
  13. on-line as fast as possible after a lock-up. There's both a watchdog
  14. implementation entirely in software (which can sometimes fail to
  15. reboot the machine) and a driver for hardware watchdog boards, which
  16. are more robust and can also keep track of the temperature inside
  17. your computer. For details, read
  18. <file:Documentation/watchdog/watchdog-api.txt> in the kernel source.
  19. The watchdog is usually used together with the watchdog daemon
  20. which is available from
  21. <ftp://ibiblio.org/pub/Linux/system/daemons/watchdog/>. This daemon can
  22. also monitor NFS connections and can reboot the machine when the process
  23. table is full.
  24. If unsure, say N.
  25. if WATCHDOG
  26. config WATCHDOG_NOWAYOUT
  27. bool "Disable watchdog shutdown on close"
  28. help
  29. The default watchdog behaviour (which you get if you say N here) is
  30. to stop the timer if the process managing it closes the file
  31. /dev/watchdog. It's always remotely possible that this process might
  32. get killed. If you say Y here, the watchdog cannot be stopped once
  33. it has been started.
  34. #
  35. # General Watchdog drivers
  36. #
  37. comment "Watchdog Device Drivers"
  38. # Architecture Independent
  39. config SOFT_WATCHDOG
  40. tristate "Software watchdog"
  41. help
  42. A software monitoring watchdog. This will fail to reboot your system
  43. from some situations that the hardware watchdog will recover
  44. from. Equally it's a lot cheaper to install.
  45. To compile this driver as a module, choose M here: the
  46. module will be called softdog.
  47. config WM831X_WATCHDOG
  48. tristate "WM831x watchdog"
  49. depends on MFD_WM831X
  50. help
  51. Support for the watchdog in the WM831x AudioPlus PMICs. When
  52. the watchdog triggers the system will be reset.
  53. config WM8350_WATCHDOG
  54. tristate "WM8350 watchdog"
  55. depends on MFD_WM8350
  56. help
  57. Support for the watchdog in the WM8350 AudioPlus PMIC. When
  58. the watchdog triggers the system will be reset.
  59. # ALPHA Architecture
  60. # ARM Architecture
  61. config ARM_SP805_WATCHDOG
  62. tristate "ARM SP805 Watchdog"
  63. depends on ARM_AMBA
  64. help
  65. ARM Primecell SP805 Watchdog timer. This will reboot your system when
  66. the timeout is reached.
  67. config AT91RM9200_WATCHDOG
  68. tristate "AT91RM9200 watchdog"
  69. depends on ARCH_AT91RM9200
  70. help
  71. Watchdog timer embedded into AT91RM9200 chips. This will reboot your
  72. system when the timeout is reached.
  73. config AT91SAM9X_WATCHDOG
  74. tristate "AT91SAM9X / AT91CAP9 watchdog"
  75. depends on ARCH_AT91 && !ARCH_AT91RM9200
  76. help
  77. Watchdog timer embedded into AT91SAM9X and AT91CAP9 chips. This will
  78. reboot your system when the timeout is reached.
  79. config 21285_WATCHDOG
  80. tristate "DC21285 watchdog"
  81. depends on FOOTBRIDGE
  82. help
  83. The Intel Footbridge chip contains a built-in watchdog circuit. Say Y
  84. here if you wish to use this. Alternatively say M to compile the
  85. driver as a module, which will be called wdt285.
  86. This driver does not work on all machines. In particular, early CATS
  87. boards have hardware problems that will cause the machine to simply
  88. lock up if the watchdog fires.
  89. "If in doubt, leave it out" - say N.
  90. config 977_WATCHDOG
  91. tristate "NetWinder WB83C977 watchdog"
  92. depends on FOOTBRIDGE && ARCH_NETWINDER
  93. help
  94. Say Y here to include support for the WB977 watchdog included in
  95. NetWinder machines. Alternatively say M to compile the driver as
  96. a module, which will be called wdt977.
  97. Not sure? It's safe to say N.
  98. config IXP2000_WATCHDOG
  99. tristate "IXP2000 Watchdog"
  100. depends on ARCH_IXP2000
  101. help
  102. Say Y here if to include support for the watchdog timer
  103. in the Intel IXP2000(2400, 2800, 2850) network processors.
  104. This driver can be built as a module by choosing M. The module
  105. will be called ixp2000_wdt.
  106. Say N if you are unsure.
  107. config IXP4XX_WATCHDOG
  108. tristate "IXP4xx Watchdog"
  109. depends on ARCH_IXP4XX
  110. help
  111. Say Y here if to include support for the watchdog timer
  112. in the Intel IXP4xx network processors. This driver can
  113. be built as a module by choosing M. The module will
  114. be called ixp4xx_wdt.
  115. Note: The internal IXP4xx watchdog does a soft CPU reset
  116. which doesn't reset any peripherals. There are circumstances
  117. where the watchdog will fail to reset the board correctly
  118. (e.g., if the boot ROM is in an unreadable state).
  119. Say N if you are unsure.
  120. config KS8695_WATCHDOG
  121. tristate "KS8695 watchdog"
  122. depends on ARCH_KS8695
  123. help
  124. Watchdog timer embedded into KS8695 processor. This will reboot your
  125. system when the timeout is reached.
  126. config HAVE_S3C2410_WATCHDOG
  127. bool
  128. help
  129. This will include watchdog timer support for Samsung SoCs. If
  130. you want to include watchdog support for any machine, kindly
  131. select this in the respective mach-XXXX/Kconfig file.
  132. config S3C2410_WATCHDOG
  133. tristate "S3C2410 Watchdog"
  134. depends on ARCH_S3C2410 || HAVE_S3C2410_WATCHDOG
  135. help
  136. Watchdog timer block in the Samsung SoCs. This will reboot
  137. the system when the timer expires with the watchdog enabled.
  138. The driver is limited by the speed of the system's PCLK
  139. signal, so with reasonably fast systems (PCLK around 50-66MHz)
  140. then watchdog intervals of over approximately 20seconds are
  141. unavailable.
  142. The driver can be built as a module by choosing M, and will
  143. be called s3c2410_wdt
  144. config SA1100_WATCHDOG
  145. tristate "SA1100/PXA2xx watchdog"
  146. depends on ARCH_SA1100 || ARCH_PXA
  147. help
  148. Watchdog timer embedded into SA11x0 and PXA2xx chips. This will
  149. reboot your system when timeout is reached.
  150. NOTE: once enabled, this timer cannot be disabled.
  151. To compile this driver as a module, choose M here: the
  152. module will be called sa1100_wdt.
  153. config MPCORE_WATCHDOG
  154. tristate "MPcore watchdog"
  155. depends on HAVE_ARM_TWD
  156. help
  157. Watchdog timer embedded into the MPcore system.
  158. To compile this driver as a module, choose M here: the
  159. module will be called mpcore_wdt.
  160. config EP93XX_WATCHDOG
  161. tristate "EP93xx Watchdog"
  162. depends on ARCH_EP93XX
  163. help
  164. Say Y here if to include support for the watchdog timer
  165. embedded in the Cirrus Logic EP93xx family of devices.
  166. To compile this driver as a module, choose M here: the
  167. module will be called ep93xx_wdt.
  168. config OMAP_WATCHDOG
  169. tristate "OMAP Watchdog"
  170. depends on ARCH_OMAP16XX || ARCH_OMAP2PLUS
  171. help
  172. Support for TI OMAP1610/OMAP1710/OMAP2420/OMAP3430/OMAP4430 watchdog. Say 'Y'
  173. here to enable the OMAP1610/OMAP1710/OMAP2420/OMAP3430/OMAP4430 watchdog timer.
  174. config PNX4008_WATCHDOG
  175. tristate "PNX4008 and LPC32XX Watchdog"
  176. depends on ARCH_PNX4008 || ARCH_LPC32XX
  177. help
  178. Say Y here if to include support for the watchdog timer
  179. in the PNX4008 or LPC32XX processor.
  180. This driver can be built as a module by choosing M. The module
  181. will be called pnx4008_wdt.
  182. Say N if you are unsure.
  183. config IOP_WATCHDOG
  184. tristate "IOP Watchdog"
  185. depends on PLAT_IOP
  186. select WATCHDOG_NOWAYOUT if (ARCH_IOP32X || ARCH_IOP33X)
  187. help
  188. Say Y here if to include support for the watchdog timer
  189. in the Intel IOP3XX & IOP13XX I/O Processors. This driver can
  190. be built as a module by choosing M. The module will
  191. be called iop_wdt.
  192. Note: The IOP13XX watchdog does an Internal Bus Reset which will
  193. affect both cores and the peripherals of the IOP. The ATU-X
  194. and/or ATUe configuration registers will remain intact, but if
  195. operating as an Root Complex and/or Central Resource, the PCI-X
  196. and/or PCIe busses will also be reset. THIS IS A VERY BIG HAMMER.
  197. config DAVINCI_WATCHDOG
  198. tristate "DaVinci watchdog"
  199. depends on ARCH_DAVINCI
  200. help
  201. Say Y here if to include support for the watchdog timer
  202. in the DaVinci DM644x/DM646x processors.
  203. To compile this driver as a module, choose M here: the
  204. module will be called davinci_wdt.
  205. NOTE: once enabled, this timer cannot be disabled.
  206. Say N if you are unsure.
  207. config ORION_WATCHDOG
  208. tristate "Orion watchdog"
  209. depends on ARCH_ORION5X || ARCH_KIRKWOOD
  210. help
  211. Say Y here if to include support for the watchdog timer
  212. in the Marvell Orion5x and Kirkwood ARM SoCs.
  213. To compile this driver as a module, choose M here: the
  214. module will be called orion_wdt.
  215. config COH901327_WATCHDOG
  216. bool "ST-Ericsson COH 901 327 watchdog"
  217. depends on ARCH_U300
  218. default y if MACH_U300
  219. help
  220. Say Y here to include Watchdog timer support for the
  221. watchdog embedded into the ST-Ericsson U300 series platforms.
  222. This watchdog is used to reset the system and thus cannot be
  223. compiled as a module.
  224. config TWL4030_WATCHDOG
  225. tristate "TWL4030 Watchdog"
  226. depends on TWL4030_CORE
  227. help
  228. Support for TI TWL4030 watchdog. Say 'Y' here to enable the
  229. watchdog timer support for TWL4030 chips.
  230. config STMP3XXX_WATCHDOG
  231. tristate "Freescale STMP3XXX watchdog"
  232. depends on ARCH_STMP3XXX
  233. help
  234. Say Y here if to include support for the watchdog timer
  235. for the Sigmatel STMP37XX/378X SoC.
  236. To compile this driver as a module, choose M here: the
  237. module will be called stmp3xxx_wdt.
  238. config NUC900_WATCHDOG
  239. tristate "Nuvoton NUC900 watchdog"
  240. depends on ARCH_W90X900
  241. help
  242. Say Y here if to include support for the watchdog timer
  243. for the Nuvoton NUC900 series SoCs.
  244. To compile this driver as a module, choose M here: the
  245. module will be called nuc900_wdt.
  246. config ADX_WATCHDOG
  247. tristate "Avionic Design Xanthos watchdog"
  248. depends on ARCH_PXA_ADX
  249. help
  250. Say Y here if you want support for the watchdog timer on Avionic
  251. Design Xanthos boards.
  252. config TS72XX_WATCHDOG
  253. tristate "TS-72XX SBC Watchdog"
  254. depends on MACH_TS72XX
  255. help
  256. Technologic Systems TS-7200, TS-7250 and TS-7260 boards have
  257. watchdog timer implemented in a external CPLD chip. Say Y here
  258. if you want to support for the watchdog timer on TS-72XX boards.
  259. To compile this driver as a module, choose M here: the
  260. module will be called ts72xx_wdt.
  261. config MAX63XX_WATCHDOG
  262. tristate "Max63xx watchdog"
  263. depends on ARM && HAS_IOMEM
  264. help
  265. Support for memory mapped max63{69,70,71,72,73,74} watchdog timer.
  266. config IMX2_WDT
  267. tristate "IMX2+ Watchdog"
  268. depends on ARCH_MX2 || ARCH_MX25 || ARCH_MX3 || ARCH_MX5
  269. help
  270. This is the driver for the hardware watchdog
  271. on the Freescale IMX2 and later processors.
  272. If you have one of these processors and wish to have
  273. watchdog support enabled, say Y, otherwise say N.
  274. To compile this driver as a module, choose M here: the
  275. module will be called imx2_wdt.
  276. # AVR32 Architecture
  277. config AT32AP700X_WDT
  278. tristate "AT32AP700x watchdog"
  279. depends on CPU_AT32AP700X
  280. help
  281. Watchdog timer embedded into AT32AP700x devices. This will reboot
  282. your system when the timeout is reached.
  283. # BLACKFIN Architecture
  284. config BFIN_WDT
  285. tristate "Blackfin On-Chip Watchdog Timer"
  286. depends on BLACKFIN
  287. ---help---
  288. If you say yes here you will get support for the Blackfin On-Chip
  289. Watchdog Timer. If you have one of these processors and wish to
  290. have watchdog support enabled, say Y, otherwise say N.
  291. To compile this driver as a module, choose M here: the
  292. module will be called bfin_wdt.
  293. # CRIS Architecture
  294. # FRV Architecture
  295. # H8300 Architecture
  296. # X86 (i386 + ia64 + x86_64) Architecture
  297. config ACQUIRE_WDT
  298. tristate "Acquire SBC Watchdog Timer"
  299. depends on X86
  300. ---help---
  301. This is the driver for the hardware watchdog on Single Board
  302. Computers produced by Acquire Inc (and others). This watchdog
  303. simply watches your kernel to make sure it doesn't freeze, and if
  304. it does, it reboots your computer after a certain amount of time.
  305. To compile this driver as a module, choose M here: the
  306. module will be called acquirewdt.
  307. Most people will say N.
  308. config ADVANTECH_WDT
  309. tristate "Advantech SBC Watchdog Timer"
  310. depends on X86
  311. help
  312. If you are configuring a Linux kernel for the Advantech single-board
  313. computer, say `Y' here to support its built-in watchdog timer
  314. feature. More information can be found at
  315. <http://www.advantech.com.tw/products/>
  316. config ALIM1535_WDT
  317. tristate "ALi M1535 PMU Watchdog Timer"
  318. depends on X86 && PCI
  319. ---help---
  320. This is the driver for the hardware watchdog on the ALi M1535 PMU.
  321. To compile this driver as a module, choose M here: the
  322. module will be called alim1535_wdt.
  323. Most people will say N.
  324. config ALIM7101_WDT
  325. tristate "ALi M7101 PMU Computer Watchdog"
  326. depends on PCI
  327. help
  328. This is the driver for the hardware watchdog on the ALi M7101 PMU
  329. as used in the x86 Cobalt servers and also found in some
  330. SPARC Netra servers too.
  331. To compile this driver as a module, choose M here: the
  332. module will be called alim7101_wdt.
  333. Most people will say N.
  334. config F71808E_WDT
  335. tristate "Fintek F71808E, F71862FG, F71869, F71882FG and F71889FG Watchdog"
  336. depends on X86 && EXPERIMENTAL
  337. help
  338. This is the driver for the hardware watchdog on the Fintek
  339. F71808E, F71862FG, F71869, F71882FG and F71889FG Super I/O controllers.
  340. You can compile this driver directly into the kernel, or use
  341. it as a module. The module will be called f71808e_wdt.
  342. config SP5100_TCO
  343. tristate "AMD/ATI SP5100 TCO Timer/Watchdog"
  344. depends on X86 && PCI
  345. ---help---
  346. Hardware watchdog driver for the AMD/ATI SP5100 chipset. The TCO
  347. (Total Cost of Ownership) timer is a watchdog timer that will reboot
  348. the machine after its expiration. The expiration time can be
  349. configured with the "heartbeat" parameter.
  350. To compile this driver as a module, choose M here: the
  351. module will be called sp5100_tco.
  352. config GEODE_WDT
  353. tristate "AMD Geode CS5535/CS5536 Watchdog"
  354. depends on CS5535_MFGPT
  355. help
  356. This driver enables a watchdog capability built into the
  357. CS5535/CS5536 companion chips for the AMD Geode GX and LX
  358. processors. This watchdog watches your kernel to make sure
  359. it doesn't freeze, and if it does, it reboots your computer after
  360. a certain amount of time.
  361. You can compile this driver directly into the kernel, or use
  362. it as a module. The module will be called geodewdt.
  363. config SC520_WDT
  364. tristate "AMD Elan SC520 processor Watchdog"
  365. depends on X86
  366. help
  367. This is the driver for the hardware watchdog built in to the
  368. AMD "Elan" SC520 microcomputer commonly used in embedded systems.
  369. This watchdog simply watches your kernel to make sure it doesn't
  370. freeze, and if it does, it reboots your computer after a certain
  371. amount of time.
  372. You can compile this driver directly into the kernel, or use
  373. it as a module. The module will be called sc520_wdt.
  374. config SBC_FITPC2_WATCHDOG
  375. tristate "Compulab SBC-FITPC2 watchdog"
  376. depends on X86
  377. ---help---
  378. This is the driver for the built-in watchdog timer on the fit-PC2,
  379. fit-PC2i, CM-iAM single-board computers made by Compulab.
  380. It`s possible to enable watchdog timer either from BIOS (F2) or from booted Linux.
  381. When "Watchdog Timer Value" enabled one can set 31-255 s operational range.
  382. Entering BIOS setup temporary disables watchdog operation regardless to current state,
  383. so system will not be restarted while user in BIOS setup.
  384. Once watchdog was enabled the system will be restarted every
  385. "Watchdog Timer Value" period, so to prevent it user can restart or
  386. disable the watchdog.
  387. To compile this driver as a module, choose M here: the
  388. module will be called sbc_fitpc2_wdt.
  389. Most people will say N.
  390. config EUROTECH_WDT
  391. tristate "Eurotech CPU-1220/1410 Watchdog Timer"
  392. depends on X86
  393. help
  394. Enable support for the watchdog timer on the Eurotech CPU-1220 and
  395. CPU-1410 cards. These are PC/104 SBCs. Spec sheets and product
  396. information are at <http://www.eurotech.it/>.
  397. config IB700_WDT
  398. tristate "IB700 SBC Watchdog Timer"
  399. depends on X86
  400. ---help---
  401. This is the driver for the hardware watchdog on the IB700 Single
  402. Board Computer produced by TMC Technology (www.tmc-uk.com). This watchdog
  403. simply watches your kernel to make sure it doesn't freeze, and if
  404. it does, it reboots your computer after a certain amount of time.
  405. This driver is like the WDT501 driver but for slightly different hardware.
  406. To compile this driver as a module, choose M here: the
  407. module will be called ib700wdt.
  408. Most people will say N.
  409. config IBMASR
  410. tristate "IBM Automatic Server Restart"
  411. depends on X86
  412. help
  413. This is the driver for the IBM Automatic Server Restart watchdog
  414. timer built-in into some eServer xSeries machines.
  415. To compile this driver as a module, choose M here: the
  416. module will be called ibmasr.
  417. config WAFER_WDT
  418. tristate "ICP Single Board Computer Watchdog Timer"
  419. depends on X86
  420. help
  421. This is a driver for the hardware watchdog on the ICP Single
  422. Board Computer. This driver is working on (at least) the following
  423. IPC SBC's: Wafer 5823, Rocky 4783, Rocky 3703 and Rocky 3782.
  424. To compile this driver as a module, choose M here: the
  425. module will be called wafer5823wdt.
  426. config I6300ESB_WDT
  427. tristate "Intel 6300ESB Timer/Watchdog"
  428. depends on X86 && PCI
  429. ---help---
  430. Hardware driver for the watchdog timer built into the Intel
  431. 6300ESB controller hub.
  432. To compile this driver as a module, choose M here: the
  433. module will be called i6300esb.
  434. config INTEL_SCU_WATCHDOG
  435. bool "Intel SCU Watchdog for Mobile Platforms"
  436. depends on X86_MRST
  437. ---help---
  438. Hardware driver for the watchdog time built into the Intel SCU
  439. for Intel Mobile Platforms.
  440. To compile this driver as a module, choose M here.
  441. config ITCO_WDT
  442. tristate "Intel TCO Timer/Watchdog"
  443. depends on (X86 || IA64) && PCI
  444. ---help---
  445. Hardware driver for the intel TCO timer based watchdog devices.
  446. These drivers are included in the Intel 82801 I/O Controller
  447. Hub family (from ICH0 up to ICH10) and in the Intel 63xxESB
  448. controller hub.
  449. The TCO (Total Cost of Ownership) timer is a watchdog timer
  450. that will reboot the machine after its second expiration. The
  451. expiration time can be configured with the "heartbeat" parameter.
  452. On some motherboards the driver may fail to reset the chipset's
  453. NO_REBOOT flag which prevents the watchdog from rebooting the
  454. machine. If this is the case you will get a kernel message like
  455. "failed to reset NO_REBOOT flag, reboot disabled by hardware".
  456. To compile this driver as a module, choose M here: the
  457. module will be called iTCO_wdt.
  458. config ITCO_VENDOR_SUPPORT
  459. bool "Intel TCO Timer/Watchdog Specific Vendor Support"
  460. depends on ITCO_WDT
  461. ---help---
  462. Add vendor specific support to the intel TCO timer based watchdog
  463. devices. At this moment we only have additional support for some
  464. SuperMicro Inc. motherboards.
  465. config IT8712F_WDT
  466. tristate "IT8712F (Smart Guardian) Watchdog Timer"
  467. depends on X86
  468. ---help---
  469. This is the driver for the built-in watchdog timer on the IT8712F
  470. Super I/0 chipset used on many motherboards.
  471. If the driver does not work, then make sure that the game port in
  472. the BIOS is enabled.
  473. To compile this driver as a module, choose M here: the
  474. module will be called it8712f_wdt.
  475. config IT87_WDT
  476. tristate "IT87 Watchdog Timer"
  477. depends on X86 && EXPERIMENTAL
  478. ---help---
  479. This is the driver for the hardware watchdog on the ITE IT8702,
  480. IT8712, IT8716, IT8718, IT8720, IT8721, IT8726 Super I/O chips.
  481. This watchdog simply watches your kernel to make sure it doesn't
  482. freeze, and if it does, it reboots your computer after a certain
  483. amount of time.
  484. To compile this driver as a module, choose M here: the module will
  485. be called it87_wdt.
  486. config HP_WATCHDOG
  487. tristate "HP ProLiant iLO2+ Hardware Watchdog Timer"
  488. depends on X86
  489. default m
  490. help
  491. A software monitoring watchdog and NMI sourcing driver. This driver
  492. will detect lockups and provide a stack trace. This is a driver that
  493. will only load on an HP ProLiant system with a minimum of iLO2 support.
  494. To compile this driver as a module, choose M here: the module will be
  495. called hpwdt.
  496. config HPWDT_NMI_DECODING
  497. bool "NMI decoding support for the HP ProLiant iLO2+ Hardware Watchdog Timer"
  498. depends on HP_WATCHDOG
  499. default y
  500. help
  501. When an NMI occurs this feature will make the necessary BIOS calls to
  502. log the cause of the NMI.
  503. config SC1200_WDT
  504. tristate "National Semiconductor PC87307/PC97307 (ala SC1200) Watchdog"
  505. depends on X86
  506. help
  507. This is a driver for National Semiconductor PC87307/PC97307 hardware
  508. watchdog cards as found on the SC1200. This watchdog is mainly used
  509. for power management purposes and can be used to power down the device
  510. during inactivity periods (includes interrupt activity monitoring).
  511. To compile this driver as a module, choose M here: the
  512. module will be called sc1200wdt.
  513. Most people will say N.
  514. config SCx200_WDT
  515. tristate "National Semiconductor SCx200 Watchdog"
  516. depends on SCx200 && PCI
  517. help
  518. Enable the built-in watchdog timer support on the National
  519. Semiconductor SCx200 processors.
  520. If compiled as a module, it will be called scx200_wdt.
  521. config PC87413_WDT
  522. tristate "NS PC87413 watchdog"
  523. depends on X86
  524. ---help---
  525. This is the driver for the hardware watchdog on the PC87413 chipset
  526. This watchdog simply watches your kernel to make sure it doesn't
  527. freeze, and if it does, it reboots your computer after a certain
  528. amount of time.
  529. To compile this driver as a module, choose M here: the
  530. module will be called pc87413_wdt.
  531. Most people will say N.
  532. config NV_TCO
  533. tristate "nVidia TCO Timer/Watchdog"
  534. depends on X86 && PCI
  535. ---help---
  536. Hardware driver for the TCO timer built into the nVidia Hub family
  537. (such as the MCP51). The TCO (Total Cost of Ownership) timer is a
  538. watchdog timer that will reboot the machine after its second
  539. expiration. The expiration time can be configured with the
  540. "heartbeat" parameter.
  541. On some motherboards the driver may fail to reset the chipset's
  542. NO_REBOOT flag which prevents the watchdog from rebooting the
  543. machine. If this is the case you will get a kernel message like
  544. "failed to reset NO_REBOOT flag, reboot disabled by hardware".
  545. To compile this driver as a module, choose M here: the
  546. module will be called nv_tco.
  547. config RDC321X_WDT
  548. tristate "RDC R-321x SoC watchdog"
  549. depends on X86_RDC321X
  550. help
  551. This is the driver for the built in hardware watchdog
  552. in the RDC R-321x SoC.
  553. To compile this driver as a module, choose M here: the
  554. module will be called rdc321x_wdt.
  555. config 60XX_WDT
  556. tristate "SBC-60XX Watchdog Timer"
  557. depends on X86
  558. help
  559. This driver can be used with the watchdog timer found on some
  560. single board computers, namely the 6010 PII based computer.
  561. It may well work with other cards. It reads port 0x443 to enable
  562. and re-set the watchdog timer, and reads port 0x45 to disable
  563. the watchdog. If you have a card that behave in similar ways,
  564. you can probably make this driver work with your card as well.
  565. You can compile this driver directly into the kernel, or use
  566. it as a module. The module will be called sbc60xxwdt.
  567. config SBC8360_WDT
  568. tristate "SBC8360 Watchdog Timer"
  569. depends on X86
  570. ---help---
  571. This is the driver for the hardware watchdog on the SBC8360 Single
  572. Board Computer produced by Axiomtek Co., Ltd. (www.axiomtek.com).
  573. To compile this driver as a module, choose M here: the
  574. module will be called sbc8360.
  575. Most people will say N.
  576. config SBC7240_WDT
  577. tristate "SBC Nano 7240 Watchdog Timer"
  578. depends on X86_32
  579. ---help---
  580. This is the driver for the hardware watchdog found on the IEI
  581. single board computers EPIC Nano 7240 (and likely others). This
  582. watchdog simply watches your kernel to make sure it doesn't freeze,
  583. and if it does, it reboots your computer after a certain amount of
  584. time.
  585. To compile this driver as a module, choose M here: the
  586. module will be called sbc7240_wdt.
  587. config CPU5_WDT
  588. tristate "SMA CPU5 Watchdog"
  589. depends on X86
  590. ---help---
  591. TBD.
  592. To compile this driver as a module, choose M here: the
  593. module will be called cpu5wdt.
  594. config SMSC_SCH311X_WDT
  595. tristate "SMSC SCH311X Watchdog Timer"
  596. depends on X86
  597. ---help---
  598. This is the driver for the hardware watchdog timer on the
  599. SMSC SCH3112, SCH3114 and SCH3116 Super IO chipset
  600. (LPC IO with 8042 KBC, Reset Generation, HWM and multiple
  601. serial ports).
  602. To compile this driver as a module, choose M here: the
  603. module will be called sch311x_wdt.
  604. config SMSC37B787_WDT
  605. tristate "Winbond SMsC37B787 Watchdog Timer"
  606. depends on X86
  607. ---help---
  608. This is the driver for the hardware watchdog component on the
  609. Winbond SMsC37B787 chipset as used on the NetRunner Mainboard
  610. from Vision Systems and maybe others.
  611. This watchdog simply watches your kernel to make sure it doesn't
  612. freeze, and if it does, it reboots your computer after a certain
  613. amount of time.
  614. Usually a userspace daemon will notify the kernel WDT driver that
  615. userspace is still alive, at regular intervals.
  616. To compile this driver as a module, choose M here: the
  617. module will be called smsc37b787_wdt.
  618. Most people will say N.
  619. config W83627HF_WDT
  620. tristate "W83627HF/W83627DHG Watchdog Timer"
  621. depends on X86
  622. ---help---
  623. This is the driver for the hardware watchdog on the W83627HF chipset
  624. as used in Advantech PC-9578 and Tyan S2721-533 motherboards
  625. (and likely others). The driver also supports the W83627DHG chip.
  626. This watchdog simply watches your kernel to make sure it doesn't
  627. freeze, and if it does, it reboots your computer after a certain
  628. amount of time.
  629. To compile this driver as a module, choose M here: the
  630. module will be called w83627hf_wdt.
  631. Most people will say N.
  632. config W83697HF_WDT
  633. tristate "W83697HF/W83697HG Watchdog Timer"
  634. depends on X86
  635. ---help---
  636. This is the driver for the hardware watchdog on the W83697HF/HG
  637. chipset as used in Dedibox/VIA motherboards (and likely others).
  638. This watchdog simply watches your kernel to make sure it doesn't
  639. freeze, and if it does, it reboots your computer after a certain
  640. amount of time.
  641. To compile this driver as a module, choose M here: the
  642. module will be called w83697hf_wdt.
  643. Most people will say N.
  644. config W83697UG_WDT
  645. tristate "W83697UG/W83697UF Watchdog Timer"
  646. depends on X86
  647. ---help---
  648. This is the driver for the hardware watchdog on the W83697UG/UF
  649. chipset as used in MSI Fuzzy CX700 VIA motherboards (and likely others).
  650. This watchdog simply watches your kernel to make sure it doesn't
  651. freeze, and if it does, it reboots your computer after a certain
  652. amount of time.
  653. To compile this driver as a module, choose M here: the
  654. module will be called w83697ug_wdt.
  655. Most people will say N.
  656. config W83877F_WDT
  657. tristate "W83877F (EMACS) Watchdog Timer"
  658. depends on X86
  659. ---help---
  660. This is the driver for the hardware watchdog on the W83877F chipset
  661. as used in EMACS PC-104 motherboards (and likely others). This
  662. watchdog simply watches your kernel to make sure it doesn't freeze,
  663. and if it does, it reboots your computer after a certain amount of
  664. time.
  665. To compile this driver as a module, choose M here: the
  666. module will be called w83877f_wdt.
  667. Most people will say N.
  668. config W83977F_WDT
  669. tristate "W83977F (PCM-5335) Watchdog Timer"
  670. depends on X86
  671. ---help---
  672. This is the driver for the hardware watchdog on the W83977F I/O chip
  673. as used in AAEON's PCM-5335 SBC (and likely others). This
  674. watchdog simply watches your kernel to make sure it doesn't freeze,
  675. and if it does, it reboots your computer after a certain amount of
  676. time.
  677. To compile this driver as a module, choose M here: the
  678. module will be called w83977f_wdt.
  679. config MACHZ_WDT
  680. tristate "ZF MachZ Watchdog"
  681. depends on X86
  682. ---help---
  683. If you are using a ZF Micro MachZ processor, say Y here, otherwise
  684. N. This is the driver for the watchdog timer built-in on that
  685. processor using ZF-Logic interface. This watchdog simply watches
  686. your kernel to make sure it doesn't freeze, and if it does, it
  687. reboots your computer after a certain amount of time.
  688. To compile this driver as a module, choose M here: the
  689. module will be called machzwd.
  690. config SBC_EPX_C3_WATCHDOG
  691. tristate "Winsystems SBC EPX-C3 watchdog"
  692. depends on X86
  693. ---help---
  694. This is the driver for the built-in watchdog timer on the EPX-C3
  695. Single-board computer made by Winsystems, Inc.
  696. *Note*: This hardware watchdog is not probeable and thus there
  697. is no way to know if writing to its IO address will corrupt
  698. your system or have any real effect. The only way to be sure
  699. that this driver does what you want is to make sure you
  700. are running it on an EPX-C3 from Winsystems with the watchdog
  701. timer at IO address 0x1ee and 0x1ef. It will write to both those
  702. IO ports. Basically, the assumption is made that if you compile
  703. this driver into your kernel and/or load it as a module, that you
  704. know what you are doing and that you are in fact running on an
  705. EPX-C3 board!
  706. To compile this driver as a module, choose M here: the
  707. module will be called sbc_epx_c3.
  708. # M32R Architecture
  709. # M68K Architecture
  710. config M54xx_WATCHDOG
  711. tristate "MCF54xx watchdog support"
  712. depends on M548x
  713. help
  714. To compile this driver as a module, choose M here: the
  715. module will be called m54xx_wdt.
  716. # MIPS Architecture
  717. config ATH79_WDT
  718. tristate "Atheros AR71XX/AR724X/AR913X hardware watchdog"
  719. depends on ATH79
  720. help
  721. Hardware driver for the built-in watchdog timer on the Atheros
  722. AR71XX/AR724X/AR913X SoCs.
  723. config BCM47XX_WDT
  724. tristate "Broadcom BCM47xx Watchdog Timer"
  725. depends on BCM47XX
  726. help
  727. Hardware driver for the Broadcom BCM47xx Watchog Timer.
  728. config RC32434_WDT
  729. tristate "IDT RC32434 SoC Watchdog Timer"
  730. depends on MIKROTIK_RB532
  731. help
  732. Hardware driver for the IDT RC32434 SoC built-in
  733. watchdog timer.
  734. To compile this driver as a module, choose M here: the
  735. module will be called rc32434_wdt.
  736. config INDYDOG
  737. tristate "Indy/I2 Hardware Watchdog"
  738. depends on SGI_HAS_INDYDOG
  739. help
  740. Hardware driver for the Indy's/I2's watchdog. This is a
  741. watchdog timer that will reboot the machine after a 60 second
  742. timer expired and no process has written to /dev/watchdog during
  743. that time.
  744. config JZ4740_WDT
  745. tristate "Ingenic jz4740 SoC hardware watchdog"
  746. depends on MACH_JZ4740
  747. help
  748. Hardware driver for the built-in watchdog timer on Ingenic jz4740 SoCs.
  749. config WDT_MTX1
  750. tristate "MTX-1 Hardware Watchdog"
  751. depends on MIPS_MTX1
  752. help
  753. Hardware driver for the MTX-1 boards. This is a watchdog timer that
  754. will reboot the machine after a 100 seconds timer expired.
  755. config PNX833X_WDT
  756. tristate "PNX833x Hardware Watchdog"
  757. depends on SOC_PNX8335
  758. help
  759. Hardware driver for the PNX833x's watchdog. This is a
  760. watchdog timer that will reboot the machine after a programmable
  761. timer has expired and no process has written to /dev/watchdog during
  762. that time.
  763. config SIBYTE_WDOG
  764. tristate "Sibyte SoC hardware watchdog"
  765. depends on CPU_SB1
  766. help
  767. Watchdog driver for the built in watchdog hardware in Sibyte
  768. SoC processors. There are apparently two watchdog timers
  769. on such processors; this driver supports only the first one,
  770. because currently Linux only supports exporting one watchdog
  771. to userspace.
  772. To compile this driver as a loadable module, choose M here.
  773. The module will be called sb_wdog.
  774. config AR7_WDT
  775. tristate "TI AR7 Watchdog Timer"
  776. depends on AR7
  777. help
  778. Hardware driver for the TI AR7 Watchdog Timer.
  779. config TXX9_WDT
  780. tristate "Toshiba TXx9 Watchdog Timer"
  781. depends on CPU_TX39XX || CPU_TX49XX
  782. help
  783. Hardware driver for the built-in watchdog timer on TXx9 MIPS SoCs.
  784. config OCTEON_WDT
  785. tristate "Cavium OCTEON SOC family Watchdog Timer"
  786. depends on CPU_CAVIUM_OCTEON
  787. default y
  788. select EXPORT_UASM if OCTEON_WDT = m
  789. help
  790. Hardware driver for OCTEON's on chip watchdog timer.
  791. Enables the watchdog for all cores running Linux. It
  792. installs a NMI handler and pokes the watchdog based on an
  793. interrupt. On first expiration of the watchdog, the
  794. interrupt handler pokes it. The second expiration causes an
  795. NMI that prints a message. The third expiration causes a
  796. global soft reset.
  797. When userspace has /dev/watchdog open, no poking is done
  798. from the first interrupt, it is then only poked when the
  799. device is written.
  800. config BCM63XX_WDT
  801. tristate "Broadcom BCM63xx hardware watchdog"
  802. depends on BCM63XX
  803. help
  804. Watchdog driver for the built in watchdog hardware in Broadcom
  805. BCM63xx SoC.
  806. To compile this driver as a loadable module, choose M here.
  807. The module will be called bcm63xx_wdt.
  808. config LANTIQ_WDT
  809. tristate "Lantiq SoC watchdog"
  810. depends on LANTIQ
  811. help
  812. Hardware driver for the Lantiq SoC Watchdog Timer.
  813. # PARISC Architecture
  814. # POWERPC Architecture
  815. config GEF_WDT
  816. tristate "GE Watchdog Timer"
  817. depends on GEF_SBC610 || GEF_SBC310 || GEF_PPC9A
  818. ---help---
  819. Watchdog timer found in a number of GE single board computers.
  820. config MPC5200_WDT
  821. bool "MPC52xx Watchdog Timer"
  822. depends on PPC_MPC52xx
  823. help
  824. Use General Purpose Timer (GPT) 0 on the MPC5200 as Watchdog.
  825. config 8xxx_WDT
  826. tristate "MPC8xxx Platform Watchdog Timer"
  827. depends on PPC_8xx || PPC_83xx || PPC_86xx
  828. help
  829. This driver is for a SoC level watchdog that exists on some
  830. Freescale PowerPC processors. So far this driver supports:
  831. - MPC8xx watchdogs
  832. - MPC83xx watchdogs
  833. - MPC86xx watchdogs
  834. For BookE processors (MPC85xx) use the BOOKE_WDT driver instead.
  835. config MV64X60_WDT
  836. tristate "MV64X60 (Marvell Discovery) Watchdog Timer"
  837. depends on MV64X60
  838. config PIKA_WDT
  839. tristate "PIKA FPGA Watchdog"
  840. depends on WARP
  841. default y
  842. help
  843. This enables the watchdog in the PIKA FPGA. Currently used on
  844. the Warp platform.
  845. config BOOKE_WDT
  846. tristate "PowerPC Book-E Watchdog Timer"
  847. depends on BOOKE || 4xx
  848. ---help---
  849. Watchdog driver for PowerPC Book-E chips, such as the Freescale
  850. MPC85xx SOCs and the IBM PowerPC 440.
  851. Please see Documentation/watchdog/watchdog-api.txt for
  852. more information.
  853. config BOOKE_WDT_DEFAULT_TIMEOUT
  854. int "PowerPC Book-E Watchdog Timer Default Timeout"
  855. depends on BOOKE_WDT
  856. default 38 if FSL_BOOKE
  857. range 0 63 if FSL_BOOKE
  858. default 3 if !FSL_BOOKE
  859. range 0 3 if !FSL_BOOKE
  860. help
  861. Select the default watchdog timer period to be used by the PowerPC
  862. Book-E watchdog driver. A watchdog "event" occurs when the bit
  863. position represented by this number transitions from zero to one.
  864. For Freescale Book-E processors, this is a number between 0 and 63.
  865. For other Book-E processors, this is a number between 0 and 3.
  866. The value can be overidden by the wdt_period command-line parameter.
  867. # PPC64 Architecture
  868. config WATCHDOG_RTAS
  869. tristate "RTAS watchdog"
  870. depends on PPC_RTAS
  871. help
  872. This driver adds watchdog support for the RTAS watchdog.
  873. To compile this driver as a module, choose M here. The module
  874. will be called wdrtas.
  875. # S390 Architecture
  876. config ZVM_WATCHDOG
  877. tristate "z/VM Watchdog Timer"
  878. depends on S390
  879. help
  880. IBM s/390 and zSeries machines running under z/VM 5.1 or later
  881. provide a virtual watchdog timer to their guest that cause a
  882. user define Control Program command to be executed after a
  883. timeout.
  884. To compile this driver as a module, choose M here. The module
  885. will be called vmwatchdog.
  886. # SUPERH (sh + sh64) Architecture
  887. config SH_WDT
  888. tristate "SuperH Watchdog"
  889. depends on SUPERH && (CPU_SH3 || CPU_SH4)
  890. help
  891. This driver adds watchdog support for the integrated watchdog in the
  892. SuperH processors. If you have one of these processors and wish
  893. to have watchdog support enabled, say Y, otherwise say N.
  894. As a side note, saying Y here will automatically boost HZ to 1000
  895. so that the timer has a chance to clear the overflow counter. On
  896. slower systems (such as the SH-2 and SH-3) this will likely yield
  897. some performance issues. As such, the WDT should be avoided here
  898. unless it is absolutely necessary.
  899. To compile this driver as a module, choose M here: the
  900. module will be called shwdt.
  901. # SPARC Architecture
  902. # SPARC64 Architecture
  903. config WATCHDOG_CP1XXX
  904. tristate "CP1XXX Hardware Watchdog support"
  905. depends on SPARC64 && PCI
  906. ---help---
  907. This is the driver for the hardware watchdog timers present on
  908. Sun Microsystems CompactPCI models CP1400 and CP1500.
  909. To compile this driver as a module, choose M here: the
  910. module will be called cpwatchdog.
  911. If you do not have a CompactPCI model CP1400 or CP1500, or
  912. another UltraSPARC-IIi-cEngine boardset with hardware watchdog,
  913. you should say N to this option.
  914. config WATCHDOG_RIO
  915. tristate "RIO Hardware Watchdog support"
  916. depends on SPARC64 && PCI
  917. help
  918. Say Y here to support the hardware watchdog capability on Sun RIO
  919. machines. The watchdog timeout period is normally one minute but
  920. can be changed with a boot-time parameter.
  921. # XTENSA Architecture
  922. # Xen Architecture
  923. config XEN_WDT
  924. tristate "Xen Watchdog support"
  925. depends on XEN
  926. help
  927. Say Y here to support the hypervisor watchdog capability provided
  928. by Xen 4.0 and newer. The watchdog timeout period is normally one
  929. minute but can be changed with a boot-time parameter.
  930. #
  931. # ISA-based Watchdog Cards
  932. #
  933. comment "ISA-based Watchdog Cards"
  934. depends on ISA
  935. config PCWATCHDOG
  936. tristate "Berkshire Products ISA-PC Watchdog"
  937. depends on ISA
  938. ---help---
  939. This is the driver for the Berkshire Products ISA-PC Watchdog card.
  940. This card simply watches your kernel to make sure it doesn't freeze,
  941. and if it does, it reboots your computer after a certain amount of
  942. time. This driver is like the WDT501 driver but for different
  943. hardware. Please read <file:Documentation/watchdog/pcwd-watchdog.txt>. The PC
  944. watchdog cards can be ordered from <http://www.berkprod.com/>.
  945. To compile this driver as a module, choose M here: the
  946. module will be called pcwd.
  947. Most people will say N.
  948. config MIXCOMWD
  949. tristate "Mixcom Watchdog"
  950. depends on ISA
  951. ---help---
  952. This is a driver for the Mixcom hardware watchdog cards. This
  953. watchdog simply watches your kernel to make sure it doesn't freeze,
  954. and if it does, it reboots your computer after a certain amount of
  955. time.
  956. To compile this driver as a module, choose M here: the
  957. module will be called mixcomwd.
  958. Most people will say N.
  959. config WDT
  960. tristate "WDT Watchdog timer"
  961. depends on ISA
  962. ---help---
  963. If you have a WDT500P or WDT501P watchdog board, say Y here,
  964. otherwise N. It is not possible to probe for this board, which means
  965. that you have to inform the kernel about the IO port and IRQ that
  966. is needed (you can do this via the io and irq parameters)
  967. To compile this driver as a module, choose M here: the
  968. module will be called wdt.
  969. #
  970. # PCI-based Watchdog Cards
  971. #
  972. comment "PCI-based Watchdog Cards"
  973. depends on PCI
  974. config PCIPCWATCHDOG
  975. tristate "Berkshire Products PCI-PC Watchdog"
  976. depends on PCI
  977. ---help---
  978. This is the driver for the Berkshire Products PCI-PC Watchdog card.
  979. This card simply watches your kernel to make sure it doesn't freeze,
  980. and if it does, it reboots your computer after a certain amount of
  981. time. The card can also monitor the internal temperature of the PC.
  982. More info is available at <http://www.berkprod.com/pci_pc_watchdog.htm>.
  983. To compile this driver as a module, choose M here: the
  984. module will be called pcwd_pci.
  985. Most people will say N.
  986. config WDTPCI
  987. tristate "PCI-WDT500/501 Watchdog timer"
  988. depends on PCI
  989. ---help---
  990. If you have a PCI-WDT500/501 watchdog board, say Y here, otherwise N.
  991. If you have a PCI-WDT501 watchdog board then you can enable the
  992. temperature sensor by setting the type parameter to 501.
  993. If you want to enable the Fan Tachometer on the PCI-WDT501, then you
  994. can do this via the tachometer parameter. Only do this if you have a
  995. fan tachometer actually set up.
  996. To compile this driver as a module, choose M here: the
  997. module will be called wdt_pci.
  998. #
  999. # USB-based Watchdog Cards
  1000. #
  1001. comment "USB-based Watchdog Cards"
  1002. depends on USB
  1003. config USBPCWATCHDOG
  1004. tristate "Berkshire Products USB-PC Watchdog"
  1005. depends on USB
  1006. ---help---
  1007. This is the driver for the Berkshire Products USB-PC Watchdog card.
  1008. This card simply watches your kernel to make sure it doesn't freeze,
  1009. and if it does, it reboots your computer after a certain amount of
  1010. time. The card can also monitor the internal temperature of the PC.
  1011. More info is available at <http://www.berkprod.com/usb_pc_watchdog.htm>.
  1012. To compile this driver as a module, choose M here: the
  1013. module will be called pcwd_usb.
  1014. Most people will say N.
  1015. endif # WATCHDOG