From: Philip Prindeville Date: Fri, 15 Sep 2017 17:03:52 +0000 (-0600) Subject: kernel: add packaging for Xeon iTCO watchdog timer X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=344fde35e3331dd999b38298b4743dce9a88583d;p=openwrt%2Fstaging%2Fkaloz.git kernel: add packaging for Xeon iTCO watchdog timer Signed-off-by: Philip Prindeville --- diff --git a/package/kernel/linux/modules/other.mk b/package/kernel/linux/modules/other.mk index 1b31a861f0..e4b2064dc4 100644 --- a/package/kernel/linux/modules/other.mk +++ b/package/kernel/linux/modules/other.mk @@ -1044,3 +1044,20 @@ define KernelPackage/w83627hf-wdt/description endef $(eval $(call KernelPackage,w83627hf-wdt)) + + +define KernelPackage/itco-wdt + SUBMENU:=$(OTHER_MENU) + TITLE:=Intel iTCO Watchdog Timer + KCONFIG:=CONFIG_ITCO_WDT \ + CONFIG_ITCO_VENDOR_SUPPORT=y + FILES:=$(LINUX_DIR)/drivers/$(WATCHDOG_DIR)/iTCO_wdt.ko \ + $(LINUX_DIR)/drivers/$(WATCHDOG_DIR)/iTCO_vendor_support.ko + AUTOLOAD:=$(call AutoLoad,50,iTCO_vendor_support iTCO_wdt,1) +endef + +define KernelPackage/itco-wdt/description + Kernel module for Intel iTCO Watchdog Timer +endef + +$(eval $(call KernelPackage,itco-wdt)) diff --git a/target/linux/x86/64/config-default b/target/linux/x86/64/config-default index 1a3f9150c2..70838df407 100644 --- a/target/linux/x86/64/config-default +++ b/target/linux/x86/64/config-default @@ -201,7 +201,7 @@ CONFIG_INTEL_IDLE=y # CONFIG_IOMMU_DEBUG is not set # CONFIG_ISCSI_IBFT_FIND is not set # CONFIG_ITCO_VENDOR_SUPPORT is not set -CONFIG_ITCO_WDT=y +# CONFIG_ITCO_WDT is not set CONFIG_KALLSYMS_ABSOLUTE_PERCPU=y # CONFIG_KVM_DEBUG_FS is not set CONFIG_KVM_GUEST=y