Newer
Older
barebox / drivers / watchdog / Kconfig
@Jan Luebbe Jan Luebbe on 3 Aug 2015 807 bytes watchdog: add davinci watchdog driver

config WATCHDOG_IMX_RESET_SOURCE
	bool

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_DAVINCI
	bool "TI Davinci"
	depends on ARCH_DAVINCI
	help
	  Add support for watchdog on the TI Davinci SoC.

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

config WATCHDOG_IMX
	bool "i.MX watchdog"
	depends on ARCH_IMX
	help
	  Add support for watchdog found on Freescale i.MX SoCs.

config WATCHDOG_JZ4740
	bool "Ingenic jz4740 SoC hardware watchdog"
	depends on MACH_MIPS_XBURST
	help
	  Hardware driver for the built-in watchdog timer on Ingenic jz4740 SoCs.

endif