# SPDX-License-Identifier: GPL-2.0
#
# Hobot Watchdog Drivers
#

comment "Hobot Watchdog Drivers"

config HB_WATCHDOG
	tristate "Hobot watchdog"
	depends on HAS_IOMEM
	default y

config HB_WATCHDOG_MODULE
	tristate "Hobot watchdog module"
	depends on HB_WATCHDOG
	default m

config HB_DW_WATCHDOG
	tristate "Hobot Synopsys DesignWare watchdog"
	default y

config HB_WATCHDOG_MON
	bool "hb watchdog health monitor"
	depends on HB_WATCHDOG
	default y

config HB_WATCHDOG_IRQ_MON
	bool "hb watchdog health monitor IRQ"
	depends on HB_WATCHDOG_MON
	default y

config HB_WATCHDOG_KTHREAD_MON
	bool "hb watchdog health monitor KTHREAD"
	depends on HB_WATCHDOG_MON
	default y

config HB_WDT_PANIC
	bool "hb watchdog cause panic"
	depends on HB_WATCHDOG
	default n

config HB_WDT_SUPPORT_HOT_PLUG
	bool "hb watchdog support hot plug"
	depends on HB_WATCHDOG
	default n
