#
# Watchdog device driver core
#

if WATCHDOG

config WATCHDOG_CORE
	tristate "Uniform Watchdog Device Driver"
	depends on EXPERIMENTAL
	default m
	---help---
	  Say Y here if you want to use the new uniform watchdog device
	  driver. This driver provides a framework for all watchdog
	  device drivers and gives them the /dev/watchdog interface (and
	  later also the sysfs interface).

	  At this moment only the iTCO_wdt driver uses this new framework.

	  To compile this driver as a module, choose M here: the module will
	  be called watchdog_core.

config WATCHDOG_DEBUG_CORE
	bool "Uniform Watchdog Device Driver debugging output"
	depends on WATCHDOG_CORE
	default n
	---help---
	  Say Y here if you want the Uniform Watchdog Device Driver to
	  produce debugging information. Select this if you are having a
	  problem with the uniform watchdog device driver and want to see
	  more of what is really happening.

endif # WATCHDOG

