kernel: update kernel to version 2.6.32.13 and 2.6.33.4
[openwrt/svn-archive/archive.git] / target / linux / etrax / 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/usb-etrax
9 SUBMENU:=$(USB_MENU)
10 TITLE:=Support for the ETRAX USB host controller
11 DEPENDS:=@TARGET_etrax
12 KCONFIG:=CONFIG_ETRAX_USB_HOST \
13 CONFIG_ETRAX_USB_HOST_PORT1=y CONFIG_ETRAX_USB_HOST_PORT2=y
14 FILES:=$(LINUX_DIR)/drivers/usb/host/hc-crisv10.$(LINUX_KMOD_SUFFIX)
15 AUTOLOAD:=$(call AutoLoad,50,hc-crisv10,1)
16 $(call AddDepends/usb)
17 endef
18
19 define KernelPackage/usb-etrax/description
20 Kernel support for the ETRAX USB host controller
21 endef
22
23 $(eval $(call KernelPackage,usb-etrax))