xref: /OK3568_Linux_fs/buildroot/package/watchdog/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_WATCHDOG
2	bool "watchdog"
3	depends on BR2_USE_MMU
4	help
5	  Watchdog is a daemon that periodically pets a watchdog device
6	  if the configured system status checks pass. If they do not,
7	  the daemon may execute repair commands, shutdown the system or
8	  reboot it.
9
10	  https://sourceforge.net/projects/watchdog/
11