From: Florian Fainelli Date: Sun, 20 Feb 2011 17:24:20 +0000 (+0000) Subject: [package] add Marvell orion watchdog timer module X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;hb=31285ae3bedc6980a525324d61502b6fc56a84a1 [package] add Marvell orion watchdog timer module This patch adds kernelmodule for watchdog timer on platform orion. Signed-off-by: Michael Kämmerer SVN-Revision: 25620 --- diff --git a/package/kernel/modules/other.mk b/package/kernel/modules/other.mk index f6e6ea3990..56cda45f70 100644 --- a/package/kernel/modules/other.mk +++ b/package/kernel/modules/other.mk @@ -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