2
0
forked from Ivasoft/openwrt

imx23: ChipIdea changes

- move ci_hdrc into generic modules
 - add separate package for imx-specific modules

Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>

SVN-Revision: 37384
This commit is contained in:
Zoltan Herpai
2013-07-17 22:49:16 +00:00
parent 67f1d364b8
commit 8aa106cf43
2 changed files with 28 additions and 14 deletions

View File

@@ -1023,3 +1023,22 @@ $(call KernelPackage/usbip/Default)
$(call AddDepends/usb)
endef
$(eval $(call KernelPackage,usbip-server))
define KernelPackage/usb-chipidea
TITLE:=Support for ChipIdea controllers
KCONFIG:= \
CONFIG_USB_CHIPIDEA \
CONFIG_USB_CHIPIDEA_HOST=y \
CONFIG_USB_CHIPIDEA_DEBUG=y
FILES:=\
$(LINUX_DIR)/drivers/usb/chipidea/ci_hdrc.ko
AUTOLOAD:=$(call AutoLoad,51,ci_hdrc,1)
$(call AddDepends/usb)
endef
define KernelPackage/usb-chipidea/description
Kernel support for USB ChipIdea controllers
endef
$(eval $(call KernelPackage,usb-chipidea,1))