From: Hamish Guthrie Date: Thu, 28 Oct 2010 08:50:43 +0000 (+0000) Subject: [packages] kernel: Add kernel module for OMAP WDT X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=01e4180b4b6bdf1903f596a2d6fff0c78e66eba9;hp=6d173763b8b7a77ef52c06f549bddf2e2ebd7572 [packages] kernel: Add kernel module for OMAP WDT SVN-Revision: 23689 --- diff --git a/package/kernel/modules/other.mk b/package/kernel/modules/other.mk index 53080f8cdf..b5b659a967 100644 --- a/package/kernel/modules/other.mk +++ b/package/kernel/modules/other.mk @@ -680,6 +680,22 @@ endef $(eval $(call KernelPackage,wdt-geode)) +define KernelPackage/wdt-omap + SUBMENU:=$(OTHER_MENU) + TITLE:=OMAP Watchdog timer + DEPENDS:=@(TARGET_omap24xx||TARGET_omap35xx) + KCONFIG:=CONFIG_OMAP_WATCHDOG + FILES:=$(LINUX_DIR)/drivers/$(WATCHDOG_DIR)/omap_wdt.ko + AUTOLOAD:=$(call AutoLoad,50,omap_wdt.ko) +endef + +define KernelPackage/wdt-omap/description + Kernel module for TI omap watchdog timer. +endef + +$(eval $(call KernelPackage,wdt-omap)) + + define KernelPackage/wdt-sc520 SUBMENU:=$(OTHER_MENU) TITLE:=Natsemi SC520 Watchdog support