mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-11-03 22:44:27 -05:00 
			
		
		
		
	add Marvell orion watchdog timer module
This patch adds kernelmodule for watchdog timer on platform orion. Signed-off-by: Michael Kämmerer <mrk_at_h3c_._de> SVN-Revision: 25620
This commit is contained in:
		
							parent
							
								
									640927dde3
								
							
						
					
					
						commit
						43d7aff94e
					
				@ -770,6 +770,22 @@ endef
 | 
			
		||||
$(eval $(call KernelPackage,wdt-omap))
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
define KernelPackage/wdt-orion
 | 
			
		||||
  SUBMENU:=$(OTHER_MENU)
 | 
			
		||||
  TITLE:=Marvell Orion Watchdog timer
 | 
			
		||||
  DEPENDS:=@TARGET_orion
 | 
			
		||||
  KCONFIG:=CONFIG_ORION_WATCHDOG
 | 
			
		||||
  FILES:=$(LINUX_DIR)/drivers/$(WATCHDOG_DIR)/orion_wdt.ko
 | 
			
		||||
  AUTOLOAD:=$(call AutoLoad,50,orion_wdt)
 | 
			
		||||
endef
 | 
			
		||||
 | 
			
		||||
define KernelPackage/wdt-orion/description
 | 
			
		||||
  Kernel module for Marvell orion watchdog timer.
 | 
			
		||||
endef
 | 
			
		||||
 | 
			
		||||
$(eval $(call KernelPackage,wdt-orion))
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
define KernelPackage/wdt-sc520
 | 
			
		||||
  SUBMENU:=$(OTHER_MENU)
 | 
			
		||||
  TITLE:=Natsemi SC520 Watchdog support
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user