kernel: add it87-wdt watchdog timer module
The module parameters "nogameport=1" and "nocir=1" are needed, because this is not supported on recent chips and doesn't really tell if the system is stable. As this features will already be removed in linux-4.13 or newer, this module parameters can be removed in the future. Signed-off-by: Martin Schiller <ms@dev.tdt.de>
This commit is contained in:
parent
62ede4f783
commit
7ffeecd6ac
1 changed files with 18 additions and 0 deletions
|
@ -1031,3 +1031,21 @@ define KernelPackage/itco-wdt/description
|
|||
endef
|
||||
|
||||
$(eval $(call KernelPackage,itco-wdt))
|
||||
|
||||
|
||||
define KernelPackage/it87-wdt
|
||||
SUBMENU:=$(OTHER_MENU)
|
||||
TITLE:=ITE IT87 Watchdog Timer
|
||||
KCONFIG:=CONFIG_IT87_WDT
|
||||
FILES:=$(LINUX_DIR)/drivers/$(WATCHDOG_DIR)/it87_wdt.ko
|
||||
AUTOLOAD:=$(call AutoLoad,50,it87-wdt,1)
|
||||
MODPARAMS.it87-wdt:= \
|
||||
nogameport=1 \
|
||||
nocir=1
|
||||
endef
|
||||
|
||||
define KernelPackage/it87-wdt/description
|
||||
Kernel module for ITE IT87 Watchdog Timer
|
||||
endef
|
||||
|
||||
$(eval $(call KernelPackage,it87-wdt))
|
||||
|
|
Loading…
Reference in a new issue