mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-03 04:57:28 +03:00
backfire: package/modules: package isp116x-hcd driver (backport of r20934)
git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@20946 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
0b92dff194
commit
d1596eb2f7
@ -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
|
||||||
@ -764,7 +782,7 @@ $(eval $(call KernelPackage,usb-net-cdc-ether))
|
|||||||
define KernelPackage/usb-net-rndis
|
define KernelPackage/usb-net-rndis
|
||||||
$(call KernelPackage/usb-net/Depends,@LINUX_2_6 +kmod-usb-net-cdc-ether)
|
$(call KernelPackage/usb-net/Depends,@LINUX_2_6 +kmod-usb-net-cdc-ether)
|
||||||
TITLE:=Support for RNDIS connections
|
TITLE:=Support for RNDIS connections
|
||||||
KCONFIG:=CONFIG_USB_NET_RNDIS_HOST
|
KCONFIG:=CONFIG_USB_NET_RNDIS_HOST
|
||||||
FILES:= $(LINUX_DIR)/drivers/$(USBNET_DIR)/rndis_host.$(LINUX_KMOD_SUFFIX)
|
FILES:= $(LINUX_DIR)/drivers/$(USBNET_DIR)/rndis_host.$(LINUX_KMOD_SUFFIX)
|
||||||
AUTOLOAD:=$(call AutoLoad,62,rndis_host)
|
AUTOLOAD:=$(call AutoLoad,62,rndis_host)
|
||||||
endef
|
endef
|
||||||
|
Loading…
x
Reference in New Issue
Block a user