1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

[octeon] add support for the dwc_otg USB controller

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18006 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian
2009-10-08 17:56:31 +00:00
parent c5927f5b25
commit dd6a64aec6
5 changed files with 17883 additions and 1 deletions
+14
View File
@@ -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,)