1#
2# Copyright (C) 2012 OpenWrt.org
3#
4# This is free software, licensed under the GNU General Public License v2.
5# See /LICENSE for more information.
6
7define KernelPackage/mcs814x-wdt
8  SUBMENU:=$(OTHER_MENU)
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)
14endef
15
16define KernelPackage/mcs814x-wdt/description
17  Kernel module for the Moschip MCS814x watchdog timer.
18endef
19
20$(eval $(call KernelPackage,mcs814x-wdt))
21