2 # Copyright (C) 2012 OpenWrt.org
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
7 define KernelPackage/mcs814x-wdt
9 DEPENDS:=@TARGET_mcs814x
10 TITLE:=MCS814x watchdog driver
11 KCONFIG:=CONFIG_MCS814X_WATCHDOG
12 FILES:=$(LINUX_DIR)/drivers/$(WATCHDOG_DIR)/mcs814x_wdt.ko
13 AUTOLOAD:=$(call AutoLoad,50,mcs814x_wdt)
16 define KernelPackage/mcs814x-wdt/description
17 Kernel module for the Moschip MCS814x watchdog timer.
20 $(eval $(call KernelPackage,mcs814x-wdt))