Kconfig 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950
  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. # ALPHA Architecture
  48. # ARM Architecture
  49. config AT91RM9200_WATCHDOG
  50. tristate "AT91RM9200 watchdog"
  51. depends on ARCH_AT91RM9200
  52. help
  53. Watchdog timer embedded into AT91RM9200 chips. This will reboot your
  54. system when the timeout is reached.
  55. config 21285_WATCHDOG
  56. tristate "DC21285 watchdog"
  57. depends on FOOTBRIDGE
  58. help
  59. The Intel Footbridge chip contains a built-in watchdog circuit. Say Y
  60. here if you wish to use this. Alternatively say M to compile the
  61. driver as a module, which will be called wdt285.
  62. This driver does not work on all machines. In particular, early CATS
  63. boards have hardware problems that will cause the machine to simply
  64. lock up if the watchdog fires.
  65. "If in doubt, leave it out" - say N.
  66. config 977_WATCHDOG
  67. tristate "NetWinder WB83C977 watchdog"
  68. depends on FOOTBRIDGE && ARCH_NETWINDER
  69. help
  70. Say Y here to include support for the WB977 watchdog included in
  71. NetWinder machines. Alternatively say M to compile the driver as
  72. a module, which will be called wdt977.
  73. Not sure? It's safe to say N.
  74. config IXP2000_WATCHDOG
  75. tristate "IXP2000 Watchdog"
  76. depends on ARCH_IXP2000
  77. help
  78. Say Y here if to include support for the watchdog timer
  79. in the Intel IXP2000(2400, 2800, 2850) network processors.
  80. This driver can be built as a module by choosing M. The module
  81. will be called ixp2000_wdt.
  82. Say N if you are unsure.
  83. config IXP4XX_WATCHDOG
  84. tristate "IXP4xx Watchdog"
  85. depends on ARCH_IXP4XX
  86. help
  87. Say Y here if to include support for the watchdog timer
  88. in the Intel IXP4xx network processors. This driver can
  89. be built as a module by choosing M. The module will
  90. be called ixp4xx_wdt.
  91. Note: The internal IXP4xx watchdog does a soft CPU reset
  92. which doesn't reset any peripherals. There are circumstances
  93. where the watchdog will fail to reset the board correctly
  94. (e.g., if the boot ROM is in an unreadable state).
  95. Say N if you are unsure.
  96. config KS8695_WATCHDOG
  97. tristate "KS8695 watchdog"
  98. depends on ARCH_KS8695
  99. help
  100. Watchdog timer embedded into KS8695 processor. This will reboot your
  101. system when the timeout is reached.
  102. config S3C2410_WATCHDOG
  103. tristate "S3C2410 Watchdog"
  104. depends on ARCH_S3C2410
  105. help
  106. Watchdog timer block in the Samsung S3C2410 chips. This will
  107. reboot the system when the timer expires with the watchdog
  108. enabled.
  109. The driver is limited by the speed of the system's PCLK
  110. signal, so with reasonably fast systems (PCLK around 50-66MHz)
  111. then watchdog intervals of over approximately 20seconds are
  112. unavailable.
  113. The driver can be built as a module by choosing M, and will
  114. be called s3c2410_wdt
  115. config SA1100_WATCHDOG
  116. tristate "SA1100/PXA2xx watchdog"
  117. depends on ARCH_SA1100 || ARCH_PXA
  118. help
  119. Watchdog timer embedded into SA11x0 and PXA2xx chips. This will
  120. reboot your system when timeout is reached.
  121. NOTE: once enabled, this timer cannot be disabled.
  122. To compile this driver as a module, choose M here: the
  123. module will be called sa1100_wdt.
  124. config MPCORE_WATCHDOG
  125. tristate "MPcore watchdog"
  126. depends on ARM_MPCORE_PLATFORM && LOCAL_TIMERS
  127. help
  128. Watchdog timer embedded into the MPcore system.
  129. To compile this driver as a module, choose M here: the
  130. module will be called mpcore_wdt.
  131. config EP93XX_WATCHDOG
  132. tristate "EP93xx Watchdog"
  133. depends on ARCH_EP93XX
  134. help
  135. Say Y here if to include support for the watchdog timer
  136. embedded in the Cirrus Logic EP93xx family of devices.
  137. To compile this driver as a module, choose M here: the
  138. module will be called ep93xx_wdt.
  139. config OMAP_WATCHDOG
  140. tristate "OMAP Watchdog"
  141. depends on ARCH_OMAP16XX || ARCH_OMAP24XX
  142. help
  143. Support for TI OMAP1610/OMAP1710/OMAP2420 watchdog. Say 'Y' here to
  144. enable the OMAP1610/OMAP1710 watchdog timer.
  145. config PNX4008_WATCHDOG
  146. tristate "PNX4008 Watchdog"
  147. depends on ARCH_PNX4008
  148. help
  149. Say Y here if to include support for the watchdog timer
  150. in the PNX4008 processor.
  151. This driver can be built as a module by choosing M. The module
  152. will be called pnx4008_wdt.
  153. Say N if you are unsure.
  154. config IOP_WATCHDOG
  155. tristate "IOP Watchdog"
  156. depends on PLAT_IOP
  157. select WATCHDOG_NOWAYOUT if (ARCH_IOP32X || ARCH_IOP33X)
  158. help
  159. Say Y here if to include support for the watchdog timer
  160. in the Intel IOP3XX & IOP13XX I/O Processors. This driver can
  161. be built as a module by choosing M. The module will
  162. be called iop_wdt.
  163. Note: The IOP13XX watchdog does an Internal Bus Reset which will
  164. affect both cores and the peripherals of the IOP. The ATU-X
  165. and/or ATUe configuration registers will remain intact, but if
  166. operating as an Root Complex and/or Central Resource, the PCI-X
  167. and/or PCIe busses will also be reset. THIS IS A VERY BIG HAMMER.
  168. config DAVINCI_WATCHDOG
  169. tristate "DaVinci watchdog"
  170. depends on ARCH_DAVINCI
  171. help
  172. Say Y here if to include support for the watchdog timer
  173. in the DaVinci DM644x/DM646x processors.
  174. To compile this driver as a module, choose M here: the
  175. module will be called davinci_wdt.
  176. NOTE: once enabled, this timer cannot be disabled.
  177. Say N if you are unsure.
  178. # ARM26 Architecture
  179. # AVR32 Architecture
  180. config AT32AP700X_WDT
  181. tristate "AT32AP700x watchdog"
  182. depends on CPU_AT32AP700X
  183. help
  184. Watchdog timer embedded into AT32AP700x devices. This will reboot
  185. your system when the timeout is reached.
  186. # BLACKFIN Architecture
  187. config BFIN_WDT
  188. tristate "Blackfin On-Chip Watchdog Timer"
  189. depends on BLACKFIN
  190. ---help---
  191. If you say yes here you will get support for the Blackfin On-Chip
  192. Watchdog Timer. If you have one of these processors and wish to
  193. have watchdog support enabled, say Y, otherwise say N.
  194. To compile this driver as a module, choose M here: the
  195. module will be called bfin_wdt.
  196. # CRIS Architecture
  197. # FRV Architecture
  198. # H8300 Architecture
  199. # X86 (i386 + ia64 + x86_64) Architecture
  200. config ACQUIRE_WDT
  201. tristate "Acquire SBC Watchdog Timer"
  202. depends on X86
  203. ---help---
  204. This is the driver for the hardware watchdog on Single Board
  205. Computers produced by Acquire Inc (and others). This watchdog
  206. simply watches your kernel to make sure it doesn't freeze, and if
  207. it does, it reboots your computer after a certain amount of time.
  208. To compile this driver as a module, choose M here: the
  209. module will be called acquirewdt.
  210. Most people will say N.
  211. config ADVANTECH_WDT
  212. tristate "Advantech SBC Watchdog Timer"
  213. depends on X86
  214. help
  215. If you are configuring a Linux kernel for the Advantech single-board
  216. computer, say `Y' here to support its built-in watchdog timer
  217. feature. More information can be found at
  218. <http://www.advantech.com.tw/products/>
  219. config ALIM1535_WDT
  220. tristate "ALi M1535 PMU Watchdog Timer"
  221. depends on X86 && PCI
  222. ---help---
  223. This is the driver for the hardware watchdog on the ALi M1535 PMU.
  224. To compile this driver as a module, choose M here: the
  225. module will be called alim1535_wdt.
  226. Most people will say N.
  227. config ALIM7101_WDT
  228. tristate "ALi M7101 PMU Computer Watchdog"
  229. depends on PCI
  230. help
  231. This is the driver for the hardware watchdog on the ALi M7101 PMU
  232. as used in the x86 Cobalt servers and also found in some
  233. SPARC Netra servers too.
  234. To compile this driver as a module, choose M here: the
  235. module will be called alim7101_wdt.
  236. Most people will say N.
  237. config GEODE_WDT
  238. tristate "AMD Geode CS5535/CS5536 Watchdog"
  239. depends on MGEODE_LX
  240. help
  241. This driver enables a watchdog capability built into the
  242. CS5535/CS5536 companion chips for the AMD Geode GX and LX
  243. processors. This watchdog watches your kernel to make sure
  244. it doesn't freeze, and if it does, it reboots your computer after
  245. a certain amount of time.
  246. You can compile this driver directly into the kernel, or use
  247. it as a module. The module will be called geodewdt.
  248. config SC520_WDT
  249. tristate "AMD Elan SC520 processor Watchdog"
  250. depends on X86
  251. help
  252. This is the driver for the hardware watchdog built in to the
  253. AMD "Elan" SC520 microcomputer commonly used in embedded systems.
  254. This watchdog simply watches your kernel to make sure it doesn't
  255. freeze, and if it does, it reboots your computer after a certain
  256. amount of time.
  257. You can compile this driver directly into the kernel, or use
  258. it as a module. The module will be called sc520_wdt.
  259. config EUROTECH_WDT
  260. tristate "Eurotech CPU-1220/1410 Watchdog Timer"
  261. depends on X86
  262. help
  263. Enable support for the watchdog timer on the Eurotech CPU-1220 and
  264. CPU-1410 cards. These are PC/104 SBCs. Spec sheets and product
  265. information are at <http://www.eurotech.it/>.
  266. config IB700_WDT
  267. tristate "IB700 SBC Watchdog Timer"
  268. depends on X86
  269. ---help---
  270. This is the driver for the hardware watchdog on the IB700 Single
  271. Board Computer produced by TMC Technology (www.tmc-uk.com). This watchdog
  272. simply watches your kernel to make sure it doesn't freeze, and if
  273. it does, it reboots your computer after a certain amount of time.
  274. This driver is like the WDT501 driver but for slightly different hardware.
  275. To compile this driver as a module, choose M here: the
  276. module will be called ib700wdt.
  277. Most people will say N.
  278. config IBMASR
  279. tristate "IBM Automatic Server Restart"
  280. depends on X86
  281. help
  282. This is the driver for the IBM Automatic Server Restart watchdog
  283. timer built-in into some eServer xSeries machines.
  284. To compile this driver as a module, choose M here: the
  285. module will be called ibmasr.
  286. config WAFER_WDT
  287. tristate "ICP Single Board Computer Watchdog Timer"
  288. depends on X86
  289. help
  290. This is a driver for the hardware watchdog on the ICP Single
  291. Board Computer. This driver is working on (at least) the following
  292. IPC SBC's: Wafer 5823, Rocky 4783, Rocky 3703 and Rocky 3782.
  293. To compile this driver as a module, choose M here: the
  294. module will be called wafer5823wdt.
  295. config I6300ESB_WDT
  296. tristate "Intel 6300ESB Timer/Watchdog"
  297. depends on X86 && PCI
  298. ---help---
  299. Hardware driver for the watchdog timer built into the Intel
  300. 6300ESB controller hub.
  301. To compile this driver as a module, choose M here: the
  302. module will be called i6300esb.
  303. config ITCO_WDT
  304. tristate "Intel TCO Timer/Watchdog"
  305. depends on (X86 || IA64) && PCI
  306. ---help---
  307. Hardware driver for the intel TCO timer based watchdog devices.
  308. These drivers are included in the Intel 82801 I/O Controller
  309. Hub family (from ICH0 up to ICH8) and in the Intel 6300ESB
  310. controller hub.
  311. The TCO (Total Cost of Ownership) timer is a watchdog timer
  312. that will reboot the machine after its second expiration. The
  313. expiration time can be configured with the "heartbeat" parameter.
  314. On some motherboards the driver may fail to reset the chipset's
  315. NO_REBOOT flag which prevents the watchdog from rebooting the
  316. machine. If this is the case you will get a kernel message like
  317. "failed to reset NO_REBOOT flag, reboot disabled by hardware".
  318. To compile this driver as a module, choose M here: the
  319. module will be called iTCO_wdt.
  320. config ITCO_VENDOR_SUPPORT
  321. bool "Intel TCO Timer/Watchdog Specific Vendor Support"
  322. depends on ITCO_WDT
  323. ---help---
  324. Add vendor specific support to the intel TCO timer based watchdog
  325. devices. At this moment we only have additional support for some
  326. SuperMicro Inc. motherboards.
  327. config IT8712F_WDT
  328. tristate "IT8712F (Smart Guardian) Watchdog Timer"
  329. depends on X86
  330. ---help---
  331. This is the driver for the built-in watchdog timer on the IT8712F
  332. Super I/0 chipset used on many motherboards.
  333. To compile this driver as a module, choose M here: the
  334. module will be called it8712f_wdt.
  335. config HP_WATCHDOG
  336. tristate "HP Proliant iLO 2 Hardware Watchdog Timer"
  337. depends on X86
  338. help
  339. A software monitoring watchdog and NMI sourcing driver. This driver
  340. will detect lockups and provide stack trace. Also, when an NMI
  341. occurs this driver will make the necessary BIOS calls to log
  342. the cause of the NMI. This is a driver that will only load on a
  343. HP ProLiant system with a minimum of iLO2 support.
  344. To compile this driver as a module, choose M here: the
  345. module will be called hpwdt.
  346. config SC1200_WDT
  347. tristate "National Semiconductor PC87307/PC97307 (ala SC1200) Watchdog"
  348. depends on X86
  349. help
  350. This is a driver for National Semiconductor PC87307/PC97307 hardware
  351. watchdog cards as found on the SC1200. This watchdog is mainly used
  352. for power management purposes and can be used to power down the device
  353. during inactivity periods (includes interrupt activity monitoring).
  354. To compile this driver as a module, choose M here: the
  355. module will be called sc1200wdt.
  356. Most people will say N.
  357. config SCx200_WDT
  358. tristate "National Semiconductor SCx200 Watchdog"
  359. depends on SCx200 && PCI
  360. help
  361. Enable the built-in watchdog timer support on the National
  362. Semiconductor SCx200 processors.
  363. If compiled as a module, it will be called scx200_wdt.
  364. config PC87413_WDT
  365. tristate "NS PC87413 watchdog"
  366. depends on X86
  367. ---help---
  368. This is the driver for the hardware watchdog on the PC87413 chipset
  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. To compile this driver as a module, choose M here: the
  373. module will be called pc87413_wdt.
  374. Most people will say N.
  375. config RDC321X_WDT
  376. tristate "RDC R-321x SoC watchdog"
  377. depends on X86_RDC321X
  378. help
  379. This is the driver for the built in hardware watchdog
  380. in the RDC R-321x SoC.
  381. To compile this driver as a module, choose M here: the
  382. module will be called rdc321x_wdt.
  383. config 60XX_WDT
  384. tristate "SBC-60XX Watchdog Timer"
  385. depends on X86
  386. help
  387. This driver can be used with the watchdog timer found on some
  388. single board computers, namely the 6010 PII based computer.
  389. It may well work with other cards. It reads port 0x443 to enable
  390. and re-set the watchdog timer, and reads port 0x45 to disable
  391. the watchdog. If you have a card that behave in similar ways,
  392. you can probably make this driver work with your card as well.
  393. You can compile this driver directly into the kernel, or use
  394. it as a module. The module will be called sbc60xxwdt.
  395. config SBC8360_WDT
  396. tristate "SBC8360 Watchdog Timer"
  397. depends on X86
  398. ---help---
  399. This is the driver for the hardware watchdog on the SBC8360 Single
  400. Board Computer produced by Axiomtek Co., Ltd. (www.axiomtek.com).
  401. To compile this driver as a module, choose M here: the
  402. module will be called sbc8360.ko.
  403. Most people will say N.
  404. config SBC7240_WDT
  405. tristate "SBC Nano 7240 Watchdog Timer"
  406. depends on X86_32
  407. ---help---
  408. This is the driver for the hardware watchdog found on the IEI
  409. single board computers EPIC Nano 7240 (and likely others). This
  410. watchdog simply watches your kernel to make sure it doesn't freeze,
  411. and if it does, it reboots your computer after a certain amount of
  412. time.
  413. To compile this driver as a module, choose M here: the
  414. module will be called sbc7240_wdt.
  415. config CPU5_WDT
  416. tristate "SMA CPU5 Watchdog"
  417. depends on X86
  418. ---help---
  419. TBD.
  420. To compile this driver as a module, choose M here: the
  421. module will be called cpu5wdt.
  422. config SMSC37B787_WDT
  423. tristate "Winbond SMsC37B787 Watchdog Timer"
  424. depends on X86
  425. ---help---
  426. This is the driver for the hardware watchdog component on the
  427. Winbond SMsC37B787 chipset as used on the NetRunner Mainboard
  428. from Vision Systems and maybe others.
  429. This watchdog simply watches your kernel to make sure it doesn't
  430. freeze, and if it does, it reboots your computer after a certain
  431. amount of time.
  432. Usually a userspace daemon will notify the kernel WDT driver that
  433. userspace is still alive, at regular intervals.
  434. To compile this driver as a module, choose M here: the
  435. module will be called smsc37b787_wdt.
  436. Most people will say N.
  437. config W83627HF_WDT
  438. tristate "W83627HF Watchdog Timer"
  439. depends on X86
  440. ---help---
  441. This is the driver for the hardware watchdog on the W83627HF chipset
  442. as used in Advantech PC-9578 and Tyan S2721-533 motherboards
  443. (and likely others). This watchdog simply watches your kernel to
  444. make sure it doesn't freeze, and if it does, it reboots your computer
  445. after a certain amount of time.
  446. To compile this driver as a module, choose M here: the
  447. module will be called w83627hf_wdt.
  448. Most people will say N.
  449. config W83697HF_WDT
  450. tristate "W83697HF/W83697HG Watchdog Timer"
  451. depends on X86
  452. ---help---
  453. This is the driver for the hardware watchdog on the W83697HF/HG
  454. chipset as used in Dedibox/VIA motherboards (and likely others).
  455. This watchdog simply watches your kernel to make sure it doesn't
  456. freeze, and if it does, it reboots your computer after a certain
  457. amount of time.
  458. To compile this driver as a module, choose M here: the
  459. module will be called w83697hf_wdt.
  460. Most people will say N.
  461. config W83877F_WDT
  462. tristate "W83877F (EMACS) Watchdog Timer"
  463. depends on X86
  464. ---help---
  465. This is the driver for the hardware watchdog on the W83877F chipset
  466. as used in EMACS PC-104 motherboards (and likely others). This
  467. watchdog simply watches your kernel to make sure it doesn't freeze,
  468. and if it does, it reboots your computer after a certain amount of
  469. time.
  470. To compile this driver as a module, choose M here: the
  471. module will be called w83877f_wdt.
  472. Most people will say N.
  473. config W83977F_WDT
  474. tristate "W83977F (PCM-5335) Watchdog Timer"
  475. depends on X86
  476. ---help---
  477. This is the driver for the hardware watchdog on the W83977F I/O chip
  478. as used in AAEON's PCM-5335 SBC (and likely others). This
  479. watchdog simply watches your kernel to make sure it doesn't freeze,
  480. and if it does, it reboots your computer after a certain amount of
  481. time.
  482. To compile this driver as a module, choose M here: the
  483. module will be called w83977f_wdt.
  484. config MACHZ_WDT
  485. tristate "ZF MachZ Watchdog"
  486. depends on X86
  487. ---help---
  488. If you are using a ZF Micro MachZ processor, say Y here, otherwise
  489. N. This is the driver for the watchdog timer built-in on that
  490. processor using ZF-Logic interface. This watchdog simply watches
  491. your kernel to make sure it doesn't freeze, and if it does, it
  492. reboots your computer after a certain amount of time.
  493. To compile this driver as a module, choose M here: the
  494. module will be called machzwd.
  495. config SBC_EPX_C3_WATCHDOG
  496. tristate "Winsystems SBC EPX-C3 watchdog"
  497. depends on X86
  498. ---help---
  499. This is the driver for the built-in watchdog timer on the EPX-C3
  500. Single-board computer made by Winsystems, Inc.
  501. *Note*: This hardware watchdog is not probeable and thus there
  502. is no way to know if writing to its IO address will corrupt
  503. your system or have any real effect. The only way to be sure
  504. that this driver does what you want is to make sure you
  505. are running it on an EPX-C3 from Winsystems with the watchdog
  506. timer at IO address 0x1ee and 0x1ef. It will write to both those
  507. IO ports. Basically, the assumption is made that if you compile
  508. this driver into your kernel and/or load it as a module, that you
  509. know what you are doing and that you are in fact running on an
  510. EPX-C3 board!
  511. To compile this driver as a module, choose M here: the
  512. module will be called sbc_epx_c3.
  513. # M32R Architecture
  514. # M68K Architecture
  515. # M68KNOMMU Architecture
  516. # MIPS Architecture
  517. config RC32434_WDT
  518. tristate "IDT RC32434 SoC Watchdog Timer"
  519. depends on MIKROTIK_RB532
  520. help
  521. Hardware driver for the IDT RC32434 SoC built-in
  522. watchdog timer.
  523. To compile this driver as a module, choose M here: the
  524. module will be called rc32434_wdt.
  525. config INDYDOG
  526. tristate "Indy/I2 Hardware Watchdog"
  527. depends on SGI_HAS_INDYDOG
  528. help
  529. Hardware driver for the Indy's/I2's watchdog. This is a
  530. watchdog timer that will reboot the machine after a 60 second
  531. timer expired and no process has written to /dev/watchdog during
  532. that time.
  533. config WDT_MTX1
  534. tristate "MTX-1 Hardware Watchdog"
  535. depends on MIPS_MTX1
  536. help
  537. Hardware driver for the MTX-1 boards. This is a watchdog timer that
  538. will reboot the machine after a 100 seconds timer expired.
  539. config WDT_RM9K_GPI
  540. tristate "RM9000/GPI hardware watchdog"
  541. depends on CPU_RM9000
  542. help
  543. Watchdog implementation using the GPI hardware found on
  544. PMC-Sierra RM9xxx CPUs.
  545. To compile this driver as a module, choose M here: the
  546. module will be called rm9k_wdt.
  547. config SIBYTE_WDOG
  548. tristate "Sibyte SoC hardware watchdog"
  549. depends on CPU_SB1
  550. help
  551. Watchdog driver for the built in watchdog hardware in Sibyte
  552. SoC processors. There are apparently two watchdog timers
  553. on such processors; this driver supports only the first one,
  554. because currently Linux only supports exporting one watchdog
  555. to userspace.
  556. To compile this driver as a loadable module, choose M here.
  557. The module will be called sb_wdog.
  558. config AR7_WDT
  559. tristate "TI AR7 Watchdog Timer"
  560. depends on AR7
  561. help
  562. Hardware driver for the TI AR7 Watchdog Timer.
  563. config TXX9_WDT
  564. tristate "Toshiba TXx9 Watchdog Timer"
  565. depends on CPU_TX39XX || CPU_TX49XX
  566. help
  567. Hardware driver for the built-in watchdog timer on TXx9 MIPS SoCs.
  568. # PARISC Architecture
  569. # POWERPC Architecture
  570. config MPC5200_WDT
  571. tristate "MPC5200 Watchdog Timer"
  572. depends on PPC_MPC52xx
  573. config 8xxx_WDT
  574. tristate "MPC8xxx Platform Watchdog Timer"
  575. depends on PPC_8xx || PPC_83xx || PPC_86xx
  576. help
  577. This driver is for a SoC level watchdog that exists on some
  578. Freescale PowerPC processors. So far this driver supports:
  579. - MPC8xx watchdogs
  580. - MPC83xx watchdogs
  581. - MPC86xx watchdogs
  582. For BookE processors (MPC85xx) use the BOOKE_WDT driver instead.
  583. config MV64X60_WDT
  584. tristate "MV64X60 (Marvell Discovery) Watchdog Timer"
  585. depends on MV64X60
  586. config BOOKE_WDT
  587. bool "PowerPC Book-E Watchdog Timer"
  588. depends on BOOKE || 4xx
  589. ---help---
  590. Please see Documentation/watchdog/watchdog-api.txt for
  591. more information.
  592. # PPC64 Architecture
  593. config WATCHDOG_RTAS
  594. tristate "RTAS watchdog"
  595. depends on PPC_RTAS
  596. help
  597. This driver adds watchdog support for the RTAS watchdog.
  598. To compile this driver as a module, choose M here. The module
  599. will be called wdrtas.
  600. # S390 Architecture
  601. config ZVM_WATCHDOG
  602. tristate "z/VM Watchdog Timer"
  603. depends on S390
  604. help
  605. IBM s/390 and zSeries machines running under z/VM 5.1 or later
  606. provide a virtual watchdog timer to their guest that cause a
  607. user define Control Program command to be executed after a
  608. timeout.
  609. To compile this driver as a module, choose M here. The module
  610. will be called vmwatchdog.
  611. # SUPERH (sh + sh64) Architecture
  612. config SH_WDT
  613. tristate "SuperH Watchdog"
  614. depends on SUPERH && (CPU_SH3 || CPU_SH4)
  615. help
  616. This driver adds watchdog support for the integrated watchdog in the
  617. SuperH processors. If you have one of these processors and wish
  618. to have watchdog support enabled, say Y, otherwise say N.
  619. As a side note, saying Y here will automatically boost HZ to 1000
  620. so that the timer has a chance to clear the overflow counter. On
  621. slower systems (such as the SH-2 and SH-3) this will likely yield
  622. some performance issues. As such, the WDT should be avoided here
  623. unless it is absolutely necessary.
  624. To compile this driver as a module, choose M here: the
  625. module will be called shwdt.
  626. config SH_WDT_MMAP
  627. bool "Allow mmap of SH WDT"
  628. default n
  629. depends on SH_WDT
  630. help
  631. If you say Y here, user applications will be able to mmap the
  632. WDT/CPG registers.
  633. # SPARC Architecture
  634. # SPARC64 Architecture
  635. config WATCHDOG_CP1XXX
  636. tristate "CP1XXX Hardware Watchdog support"
  637. depends on SPARC64 && PCI
  638. ---help---
  639. This is the driver for the hardware watchdog timers present on
  640. Sun Microsystems CompactPCI models CP1400 and CP1500.
  641. To compile this driver as a module, choose M here: the
  642. module will be called cpwatchdog.
  643. If you do not have a CompactPCI model CP1400 or CP1500, or
  644. another UltraSPARC-IIi-cEngine boardset with hardware watchdog,
  645. you should say N to this option.
  646. config WATCHDOG_RIO
  647. tristate "RIO Hardware Watchdog support"
  648. depends on SPARC64 && PCI
  649. help
  650. Say Y here to support the hardware watchdog capability on Sun RIO
  651. machines. The watchdog timeout period is normally one minute but
  652. can be changed with a boot-time parameter.
  653. # XTENSA Architecture
  654. #
  655. # ISA-based Watchdog Cards
  656. #
  657. comment "ISA-based Watchdog Cards"
  658. depends on ISA
  659. config PCWATCHDOG
  660. tristate "Berkshire Products ISA-PC Watchdog"
  661. depends on ISA
  662. ---help---
  663. This is the driver for the Berkshire Products ISA-PC Watchdog card.
  664. This card simply watches your kernel to make sure it doesn't freeze,
  665. and if it does, it reboots your computer after a certain amount of
  666. time. This driver is like the WDT501 driver but for different
  667. hardware. Please read <file:Documentation/watchdog/pcwd-watchdog.txt>. The PC
  668. watchdog cards can be ordered from <http://www.berkprod.com/>.
  669. To compile this driver as a module, choose M here: the
  670. module will be called pcwd.
  671. Most people will say N.
  672. config MIXCOMWD
  673. tristate "Mixcom Watchdog"
  674. depends on ISA
  675. ---help---
  676. This is a driver for the Mixcom hardware watchdog cards. This
  677. watchdog simply watches your kernel to make sure it doesn't freeze,
  678. and if it does, it reboots your computer after a certain amount of
  679. time.
  680. To compile this driver as a module, choose M here: the
  681. module will be called mixcomwd.
  682. Most people will say N.
  683. config WDT
  684. tristate "WDT Watchdog timer"
  685. depends on ISA
  686. ---help---
  687. If you have a WDT500P or WDT501P watchdog board, say Y here,
  688. otherwise N. It is not possible to probe for this board, which means
  689. that you have to inform the kernel about the IO port and IRQ that
  690. is needed (you can do this via the io and irq parameters)
  691. To compile this driver as a module, choose M here: the
  692. module will be called wdt.
  693. config WDT_501
  694. bool "WDT501 features"
  695. depends on WDT
  696. help
  697. Saying Y here and creating a character special file /dev/temperature
  698. with major number 10 and minor number 131 ("man mknod") will give
  699. you a thermometer inside your computer: reading from
  700. /dev/temperature yields one byte, the temperature in degrees
  701. Fahrenheit. This works only if you have a WDT501P watchdog board
  702. installed.
  703. If you want to enable the Fan Tachometer on the WDT501P, then you
  704. can do this via the tachometer parameter. Only do this if you have a
  705. fan tachometer actually set up.
  706. #
  707. # PCI-based Watchdog Cards
  708. #
  709. comment "PCI-based Watchdog Cards"
  710. depends on PCI
  711. config PCIPCWATCHDOG
  712. tristate "Berkshire Products PCI-PC Watchdog"
  713. depends on PCI
  714. ---help---
  715. This is the driver for the Berkshire Products PCI-PC Watchdog card.
  716. This card simply watches your kernel to make sure it doesn't freeze,
  717. and if it does, it reboots your computer after a certain amount of
  718. time. The card can also monitor the internal temperature of the PC.
  719. More info is available at <http://www.berkprod.com/pci_pc_watchdog.htm>.
  720. To compile this driver as a module, choose M here: the
  721. module will be called pcwd_pci.
  722. Most people will say N.
  723. config WDTPCI
  724. tristate "PCI-WDT500/501 Watchdog timer"
  725. depends on PCI
  726. ---help---
  727. If you have a PCI-WDT500/501 watchdog board, say Y here, otherwise N.
  728. To compile this driver as a module, choose M here: the
  729. module will be called wdt_pci.
  730. config WDT_501_PCI
  731. bool "PCI-WDT501 features"
  732. depends on WDTPCI
  733. help
  734. Saying Y here and creating a character special file /dev/temperature
  735. with major number 10 and minor number 131 ("man mknod") will give
  736. you a thermometer inside your computer: reading from
  737. /dev/temperature yields one byte, the temperature in degrees
  738. Fahrenheit. This works only if you have a PCI-WDT501 watchdog board
  739. installed.
  740. If you want to enable the Fan Tachometer on the PCI-WDT501, then you
  741. can do this via the tachometer parameter. Only do this if you have a
  742. fan tachometer actually set up.
  743. #
  744. # USB-based Watchdog Cards
  745. #
  746. comment "USB-based Watchdog Cards"
  747. depends on USB
  748. config USBPCWATCHDOG
  749. tristate "Berkshire Products USB-PC Watchdog"
  750. depends on USB
  751. ---help---
  752. This is the driver for the Berkshire Products USB-PC Watchdog card.
  753. This card simply watches your kernel to make sure it doesn't freeze,
  754. and if it does, it reboots your computer after a certain amount of
  755. time. The card can also monitor the internal temperature of the PC.
  756. More info is available at <http://www.berkprod.com/usb_pc_watchdog.htm>.
  757. To compile this driver as a module, choose M here: the
  758. module will be called pcwd_usb.
  759. Most people will say N.
  760. endif # WATCHDOG