Force usb features, fix depends

SVN-Revision: 21664
This commit is contained in:
Claudio Mignanti 2010-06-03 09:52:34 +00:00
parent c09aeaa2c9
commit 2f4339f7ea
2 changed files with 2 additions and 3 deletions

View file

@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
ARCH:=cris
BOARD:=etrax
BOARDNAME:=Foxboard (ETRAX 100LX)
FEATURES:=squashfs jffs2
FEATURES:=squashfs jffs2 usb
LINUX_VERSION:=2.6.32.14
DEVICE_TYPE=

View file

@ -8,12 +8,11 @@
define KernelPackage/usb-etrax
SUBMENU:=$(USB_MENU)
TITLE:=Support for the ETRAX USB host controller
DEPENDS:=@TARGET_etrax
KCONFIG:=CONFIG_ETRAX_USB_HOST \
CONFIG_ETRAX_USB_HOST_PORT1=y CONFIG_ETRAX_USB_HOST_PORT2=y
FILES:=$(LINUX_DIR)/drivers/usb/host/hc-crisv10.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,50,hc-crisv10,1)
$(call AddDepends/usb)
$(call AddDepends/usb,@TARGET_etrax)
endef
define KernelPackage/usb-etrax/description