mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-01-27 15:11:06 +02:00
[packages] kernel: Add kernel module for OMAP WDT
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23689 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
31798be449
commit
a9993e8d63
@ -680,6 +680,22 @@ endef
|
|||||||
$(eval $(call KernelPackage,wdt-geode))
|
$(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
|
define KernelPackage/wdt-sc520
|
||||||
SUBMENU:=$(OTHER_MENU)
|
SUBMENU:=$(OTHER_MENU)
|
||||||
TITLE:=Natsemi SC520 Watchdog support
|
TITLE:=Natsemi SC520 Watchdog support
|
||||||
|
Loading…
x
Reference in New Issue
Block a user