Newer
Older
barebox / drivers / watchdog / Kconfig
@Juergen Beisert Juergen Beisert on 29 Jun 2012 221 bytes Add a simple watchdog framework
menuconfig WATCHDOG
	bool "Watchdog support              "
	help
	  Many platforms support a watchdog to keep track of a working machine.
	  This framework provides routines to handle these watchdogs.

if WATCHDOG

endif