diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2010-04-16 18:40:15 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2010-04-16 18:40:15 +0000 |
commit | 9fb0688893f90485776d693ed334da65f4529904 (patch) | |
tree | ae16a36a3e494c4f3638b8d175e2df079c3fa13d /package | |
parent | d0646a08aa8f8b282d2f83ec971e7bfb1467b8c0 (diff) | |
download | upstream-9fb0688893f90485776d693ed334da65f4529904.tar.gz upstream-9fb0688893f90485776d693ed334da65f4529904.tar.bz2 upstream-9fb0688893f90485776d693ed334da65f4529904.zip |
package/modules: package isp116x-hcd driver
Cc: backfire@openwrt.org
SVN-Revision: 20934
Diffstat (limited to 'package')
-rw-r--r-- | package/kernel/modules/usb.mk | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/package/kernel/modules/usb.mk b/package/kernel/modules/usb.mk index c962e340ed..a5244d6d33 100644 --- a/package/kernel/modules/usb.mk +++ b/package/kernel/modules/usb.mk @@ -158,6 +158,24 @@ endef $(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 $(call KernelPackage/usb/Depends,) TITLE:=Support for USB2 controllers @@ -764,7 +782,7 @@ $(eval $(call KernelPackage,usb-net-cdc-ether)) define KernelPackage/usb-net-rndis $(call KernelPackage/usb-net/Depends,@LINUX_2_6 +kmod-usb-net-cdc-ether) 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) AUTOLOAD:=$(call AutoLoad,62,rndis_host) endef |