avr32: sync kernel config
[openwrt.git] / target / linux / avr32 / 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/atmel-wdt
9   SUBMENU:=$(OTHER_MENU)
10   TITLE:=AT32AP700x watchdog
11   DEPENDS:=@TARGET_avr32
12   KCONFIG:=CONFIG_AT32AP700X_WDT
13   FILES:=$(LINUX_DIR)/drivers/$(WATCHDOG_DIR)/at32ap700x_wdt.ko
14   AUTOLOAD:=$(call AutoLoad,50,at32ap700x_wdt)
15 endef
16
17 define KernelPackage/atmel-wdt/description
18  AT32AP700x watchdog
19 endef
20
21 $(eval $(call KernelPackage,atmel-wdt))