Skip to content
Snippets Groups Projects
Commit 513dff3c authored by Philip Prindeville's avatar Philip Prindeville Committed by John Crispin
Browse files

kernel: add w83627hf-wdt watchdog timer module


This is a 3rd party chipset which is not present on all Intel
reference designs, so make it a module rather than baked in (this
will also alleviate conflicts with drivers which also detect some
of the same chipsets).

Signed-off-by: default avatarPhilip Prindeville <philipp@redfish-solutions.com>
parent 22ee675f
No related branches found
No related tags found
No related merge requests found
......@@ -1018,3 +1018,18 @@ define KernelPackage/tpm-i2c-infineon/description
endef
$(eval $(call KernelPackage,tpm-i2c-infineon))
define KernelPackage/w83627hf-wdt
SUBMENU:=$(OTHER_MENU)
TITLE:=Winbond 83627HF Watchdog Timer
KCONFIG:=CONFIG_W83627HF_WDT
FILES:=$(LINUX_DIR)/drivers/$(WATCHDOG_DIR)/w83627hf_wdt.ko
AUTOLOAD:=$(call AutoLoad,50,w83627hf-wdt,1)
endef
define KernelPackage/w83627hf-wdt/description
Kernel module for Winbond 83627HF Watchdog Timer
endef
$(eval $(call KernelPackage,w83627hf-wdt))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment