bcm53xx: add USB 2.0 support
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45450
This commit is contained in:
@@ -5,25 +5,6 @@
|
||||
# See /LICENSE for more information.
|
||||
#
|
||||
|
||||
define KernelPackage/usb-brcm47xx
|
||||
SUBMENU:=$(USB_MENU)
|
||||
TITLE:=Support for USB on bcm47xx
|
||||
DEPENDS:=@USB_SUPPORT @TARGET_brcm47xx
|
||||
KCONFIG:= \
|
||||
CONFIG_USB_HCD_BCMA \
|
||||
CONFIG_USB_HCD_SSB
|
||||
FILES:= \
|
||||
$(if $(CONFIG_USB_HCD_BCMA),$(LINUX_DIR)/drivers/usb/host/bcma-hcd.ko) \
|
||||
$(if $(CONFIG_USB_HCD_SSB),$(LINUX_DIR)/drivers/usb/host/ssb-hcd.ko)
|
||||
AUTOLOAD:=$(call AutoLoad,19, \
|
||||
$(if $(CONFIG_USB_HCD_BCMA),bcma-hcd) \
|
||||
$(if $(CONFIG_USB_HCD_SSB),ssb-hcd),1)
|
||||
$(call AddDepends/usb)
|
||||
endef
|
||||
|
||||
$(eval $(call KernelPackage,usb-brcm47xx))
|
||||
|
||||
|
||||
define KernelPackage/ocf-ubsec-ssb
|
||||
TITLE:=BCM5365P IPSec Core driver
|
||||
DEPENDS:=@TARGET_brcm47xx @!TARGET_brcm47xx_mips74k +kmod-crypto-ocf
|
||||
|
||||
Reference in New Issue
Block a user