kernel/modules: fix chipidea

it should needs to depend on imx and mxs

also remove duplicate kmod definition from mxs target

Signed-off-by: John Crispin <blogic@openwrt.org>

SVN-Revision: 43627
This commit is contained in:
John Crispin
2014-12-11 18:35:41 +00:00
parent ed61e202a1
commit 6d52fd203d
5 changed files with 9 additions and 25 deletions

View File

@@ -1401,9 +1401,9 @@ endef
$(eval $(call KernelPackage,usbip-server))
define KernelPackage/usb-chipidea
define KernelPackage/usb-chipidea-imx
TITLE:=Support for ChipIdea controllers
DEPENDS:=+kmod-usb2 +USB_GADGET_SUPPORT:kmod-usb-gadget
DEPENDS:=@TARGET_imx6||TARGET_mxs +kmod-usb2 +USB_GADGET_SUPPORT:kmod-usb-gadget
KCONFIG:=\
CONFIG_USB_CHIPIDEA \
CONFIG_USB_CHIPIDEA_HOST=y \
@@ -1424,12 +1424,12 @@ else
endif
$(call AddDepends/usb)
endef
define KernelPackage/usb-chipidea/description
define KernelPackage/usb-chipidea-imx/description
Kernel support for USB ChipIdea controllers
endef
$(eval $(call KernelPackage,usb-chipidea,1))
$(eval $(call KernelPackage,usb-chipidea-imx,1))
define KernelPackage/usb-mxs-phy