Newer
Older
barebox / drivers / watchdog / Kconfig
@Juergen Beisert Juergen Beisert on 29 Jun 2012 347 bytes ARM/MXS: add a watchdog driver for i.MX28
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

config WATCHDOG_MXS28
	bool "i.MX28"
	depends on ARCH_IMX28
	help
	  Add support for watchdog management for the i.MX28 SoC.

endif