diff options
author | Rafał Miłecki <zajec5@gmail.com> | 2015-06-21 10:18:43 +0000 |
---|---|---|
committer | Rafał Miłecki <zajec5@gmail.com> | 2015-06-21 10:18:43 +0000 |
commit | b3afbe4918dcc3aa64aa3ab95cf387cb8b916dc1 (patch) | |
tree | 34642b7489f14c0d4e3fefed079794ba9e648ead /package/kernel/linux/modules | |
parent | 51042bc51709d637280ef4c6b3d407152a5996dd (diff) | |
download | upstream-b3afbe4918dcc3aa64aa3ab95cf387cb8b916dc1.tar.gz upstream-b3afbe4918dcc3aa64aa3ab95cf387cb8b916dc1.tar.bz2 upstream-b3afbe4918dcc3aa64aa3ab95cf387cb8b916dc1.zip |
bcm53xx: add xHCI support
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 46080
Diffstat (limited to 'package/kernel/linux/modules')
-rw-r--r-- | package/kernel/linux/modules/usb.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/package/kernel/linux/modules/usb.mk b/package/kernel/linux/modules/usb.mk index 294d354f01..446a92aca8 100644 --- a/package/kernel/linux/modules/usb.mk +++ b/package/kernel/linux/modules/usb.mk @@ -1557,7 +1557,9 @@ XHCI_AUTOLOAD := $(patsubst $(LINUX_DIR)/drivers/usb/host/%.ko,%,$(XHCI_FILES)) define KernelPackage/usb3 TITLE:=Support for USB3 controllers - DEPENDS:=+TARGET_omap:kmod-usb-phy-omap-usb3 + DEPENDS:= \ + +TARGET_bcm53xx:kmod-usb-bcma \ + +TARGET_omap:kmod-usb-phy-omap-usb3 KCONFIG:= \ CONFIG_USB_XHCI_HCD \ CONFIG_USB_XHCI_PCI \ |