kernel: use bcma-hcd.ko on bcm53xx for ohci
On bcm53xx we still need usb-ohci to support USB 1.1 devices and it obviously needs bcma-hcd.ko that will init controller and register platform device. Signed-off-by: Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 45994
This commit is contained in:
parent
42dcce7e4a
commit
aaf4aea141
1 changed files with 1 additions and 0 deletions
|
@ -300,6 +300,7 @@ $(eval $(call KernelPackage,usb-uhci,1))
|
||||||
define KernelPackage/usb-ohci
|
define KernelPackage/usb-ohci
|
||||||
TITLE:=Support for OHCI controllers
|
TITLE:=Support for OHCI controllers
|
||||||
DEPENDS:= \
|
DEPENDS:= \
|
||||||
|
+TARGET_bcm53xx:kmod-usb-bcma \
|
||||||
+TARGET_brcm47xx:kmod-usb-bcma \
|
+TARGET_brcm47xx:kmod-usb-bcma \
|
||||||
+TARGET_brcm47xx:kmod-usb-ssb
|
+TARGET_brcm47xx:kmod-usb-ssb
|
||||||
KCONFIG:= \
|
KCONFIG:= \
|
||||||
|
|
Loading…
Reference in a new issue