imx23: ChipIdea changes

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

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



git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37384 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
Zoltan HERPAI
2013-07-17 22:49:16 +00:00
parent 3fdbe277fa
commit b476b18850
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))