Kconfig 44 KB

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