[rdc] include bridge and 8021q modules by default
[openwrt/svn-archive/archive.git] / target / linux / rdc / modules.mk
1 #
2 # Copyright (C) 2010 OpenWrt.org
3 #
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
6 #
7
8 define KernelPackage/rdc321x-wdt
9 SUBMENU:=$(OTHER_MENU)
10 TITLE:=RDC321x watchdog
11 DEPENDS:=@TARGET_rdc
12 KCONFIG:=CONFIG_RDC321X_WDT
13 FILES:=$(LINUX_DIR)/drivers/$(WATCHDOG_DIR)/rdc321x_wdt.ko
14 AUTOLOAD:=$(call AutoLoad,50,rdc321x_wdt)
15 endef
16
17 define KernelPackage/rdc321x-wdt/description
18 RDC-321x watchdog driver
19 endef
20
21 $(eval $(call KernelPackage,rdc321x-wdt))
22