2 # Copyright (C) 2010 OpenWrt.org
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
8 define KernelPackage
/rdc321x-wdt
10 TITLE
:=RDC321x watchdog
12 KCONFIG
:=CONFIG_RDC321X_WDT
13 FILES
:=$(LINUX_DIR
)/drivers
/$(WATCHDOG_DIR
)/rdc321x_wdt.ko
14 AUTOLOAD
:=$(call AutoLoad
,50,rdc321x_wdt
)
17 define KernelPackage
/rdc321x-wdt
/description
18 RDC-321x watchdog driver
21 $(eval
$(call KernelPackage
,rdc321x-wdt
))