summaryrefslogtreecommitdiffstats
path: root/package/kernel/modules/usb.mk
diff options
context:
space:
mode:
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-10-08 17:56:31 +0000
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-10-08 17:56:31 +0000
commitdd6a64aec6488555e7cb6b28711ee8c8d68a174f (patch)
treeb4dfdf17065f6107a44ad68bc26a70a6c6cdb8e1 /package/kernel/modules/usb.mk
parentc5927f5b25166cbf75cc8704d840b5e482cff712 (diff)
[octeon] add support for the dwc_otg USB controller
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18006 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/kernel/modules/usb.mk')
-rw-r--r--package/kernel/modules/usb.mk14
1 files changed, 14 insertions, 0 deletions
diff --git a/package/kernel/modules/usb.mk b/package/kernel/modules/usb.mk
index 8ce61f0f9..8ec76f0d3 100644
--- a/package/kernel/modules/usb.mk
+++ b/package/kernel/modules/usb.mk
@@ -149,6 +149,20 @@ endef
$(eval $(call KernelPackage,usb-etrax))
+define KernelPackage/usb-octeon
+ $(call usbdep,@TARGET_octeon)
+ TITLE:=Support for the Octeon USB OTG controller
+ KCONFIG:=CONFIG_USB_DWC_OTG
+ FILES:=$(LINUX_DIR)/drivers/usb/host/dwc_otg/dwc_otg.$(LINUX_KMOD_SUFFIX)
+ AUTOLOAD:=$(call AutoLoad,50,dwc_otg)
+endef
+
+define KernelPackage/usb-octeon/description
+ Kernel support for the Octeon USB host controller
+endef
+
+$(eval $(call KernelPackage,usb-octeon))
+
define KernelPackage/usb2
$(call usbdep,)