package/modules: package isp116x-hcd driver
Cc: backfire@openwrt.org SVN-Revision: 20934
This commit is contained in:
parent
d0646a08aa
commit
9fb0688893
1 changed files with 19 additions and 1 deletions
|
@ -158,6 +158,24 @@ endef
|
||||||
$(eval $(call KernelPackage,usb-octeon))
|
$(eval $(call KernelPackage,usb-octeon))
|
||||||
|
|
||||||
|
|
||||||
|
define KernelPackage/usb-isp116x-hcd
|
||||||
|
$(call KernelPackage/usb/Depends,@TARGET_ppc40x)
|
||||||
|
TITLE:=Support for the ISP116x USB Host Controller
|
||||||
|
KCONFIG:= \
|
||||||
|
CONFIG_USB_ISP116X_HCD \
|
||||||
|
CONFIG_USB_ISP116X_HCD_OF=y \
|
||||||
|
CONFIG_USB_ISP116X_HCD_PLATFORM=n
|
||||||
|
FILES:=$(LINUX_DIR)/drivers/usb/host/isp116x-hcd.$(LINUX_KMOD_SUFFIX)
|
||||||
|
AUTOLOAD:=$(call AutoLoad,50,isp116x-hcd)
|
||||||
|
endef
|
||||||
|
|
||||||
|
define KernelPackage/usb-isp116x-hcd/description
|
||||||
|
Kernel support for the ISP116X USB Host Controller
|
||||||
|
endef
|
||||||
|
|
||||||
|
$(eval $(call KernelPackage,usb-isp116x-hcd))
|
||||||
|
|
||||||
|
|
||||||
define KernelPackage/usb2
|
define KernelPackage/usb2
|
||||||
$(call KernelPackage/usb/Depends,)
|
$(call KernelPackage/usb/Depends,)
|
||||||
TITLE:=Support for USB2 controllers
|
TITLE:=Support for USB2 controllers
|
||||||
|
|
Loading…
Reference in a new issue