|
|
@@ -1228,3 +1228,19 @@ define KernelPackage/it87-wdt/description
|
|
|
endef
|
|
|
|
|
|
$(eval $(call KernelPackage,it87-wdt))
|
|
|
+
|
|
|
+
|
|
|
+define KernelPackage/f71808e-wdt
|
|
|
+ SUBMENU:=$(OTHER_MENU)
|
|
|
+ TITLE:=Fintek F718xx/F818xx Watchdog Timer
|
|
|
+ DEPENDS:=@TARGET_x86
|
|
|
+ KCONFIG:=CONFIG_F71808E_WDT
|
|
|
+ FILES:=$(LINUX_DIR)/drivers/$(WATCHDOG_DIR)/f71808e_wdt.ko
|
|
|
+ AUTOLOAD:=$(call AutoProbe,f71808e-wdt,1)
|
|
|
+endef
|
|
|
+
|
|
|
+define KernelPackage/f71808e-wdt/description
|
|
|
+ Kernel module for the watchdog timer found on many Fintek Super-IO chips.
|
|
|
+endef
|
|
|
+
|
|
|
+$(eval $(call KernelPackage,f71808e-wdt))
|