X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=blobdiff_plain;f=package%2Fkernel%2Flinux%2Fmodules%2Fother.mk;h=b8b22411b2fcfcd58468c45867c9e079d649e480;hp=8ea435ed8481734890f0e6c9e05bfa5eca69fa9d;hb=513dff3cca9a8f800c63ccda7a4d0a168f48a814;hpb=22ee675f0450d42af6c336f0d81e023262dc48ed diff --git a/package/kernel/linux/modules/other.mk b/package/kernel/linux/modules/other.mk index 8ea435ed84..b8b22411b2 100644 --- a/package/kernel/linux/modules/other.mk +++ b/package/kernel/linux/modules/other.mk @@ -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))