kernel: add packaging for Xeon iTCO watchdog timer
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
This commit is contained in:
		
				
					committed by
					
						
						Hauke Mehrtens
					
				
			
			
				
	
			
			
			
						parent
						
							010cddc2b0
						
					
				
				
					commit
					344fde35e3
				
			@@ -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))
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user