mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-24 15:56:49 +00:00
move watchdog driver to target specific modules.mk
SVN-Revision: 32854
This commit is contained in:
parent
23ffbad602
commit
accbc20045
@ -492,22 +492,6 @@ endef
|
|||||||
$(eval $(call KernelPackage,wdt-orion))
|
$(eval $(call KernelPackage,wdt-orion))
|
||||||
|
|
||||||
|
|
||||||
define KernelPackage/wdt-ath79
|
|
||||||
SUBMENU:=$(OTHER_MENU)
|
|
||||||
TITLE:=Atheros AR7XXX/AR9XXX watchdog timer
|
|
||||||
DEPENDS:=@TARGET_ar71xx
|
|
||||||
KCONFIG:=CONFIG_ATH79_WDT
|
|
||||||
FILES:=$(LINUX_DIR)/drivers/$(WATCHDOG_DIR)/ath79_wdt.ko
|
|
||||||
AUTOLOAD:=$(call AutoLoad,50,ath79_wdt)
|
|
||||||
endef
|
|
||||||
|
|
||||||
define KernelPackage/wdt-ath79/description
|
|
||||||
Kernel module for AR7XXX/AR9XXX watchdog timer.
|
|
||||||
endef
|
|
||||||
|
|
||||||
$(eval $(call KernelPackage,wdt-ath79))
|
|
||||||
|
|
||||||
|
|
||||||
define KernelPackage/booke-wdt
|
define KernelPackage/booke-wdt
|
||||||
SUBMENU:=$(OTHER_MENU)
|
SUBMENU:=$(OTHER_MENU)
|
||||||
TITLE:=PowerPC Book-E Watchdog Timer
|
TITLE:=PowerPC Book-E Watchdog Timer
|
||||||
|
@ -51,3 +51,19 @@ define KernelPackage/spi-vsc7385/description
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(call KernelPackage,spi-vsc7385))
|
$(eval $(call KernelPackage,spi-vsc7385))
|
||||||
|
|
||||||
|
|
||||||
|
define KernelPackage/wdt-ath79
|
||||||
|
SUBMENU:=$(OTHER_MENU)
|
||||||
|
TITLE:=Atheros AR7XXX/AR9XXX watchdog timer
|
||||||
|
DEPENDS:=@TARGET_ar71xx
|
||||||
|
KCONFIG:=CONFIG_ATH79_WDT
|
||||||
|
FILES:=$(LINUX_DIR)/drivers/$(WATCHDOG_DIR)/ath79_wdt.ko
|
||||||
|
AUTOLOAD:=$(call AutoLoad,50,ath79_wdt)
|
||||||
|
endef
|
||||||
|
|
||||||
|
define KernelPackage/wdt-ath79/description
|
||||||
|
Kernel module for AR7XXX/AR9XXX watchdog timer.
|
||||||
|
endef
|
||||||
|
|
||||||
|
$(eval $(call KernelPackage,wdt-ath79))
|
||||||
|
Loading…
Reference in New Issue
Block a user