modules: make dwc2 only depend on gadget support for brcm2708
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 44683
This commit is contained in:
parent
e69626901e
commit
0d1e13f27b
1 changed files with 1 additions and 1 deletions
|
@ -440,7 +440,7 @@ $(eval $(call KernelPackage,usb2-pci))
|
|||
|
||||
define KernelPackage/usb-dwc2
|
||||
TITLE:=DWC2 USB controller driver
|
||||
DEPENDS:=@!LINUX_3_8 @!LINUX_3_10 +kmod-usb-gadget
|
||||
DEPENDS:=@!LINUX_3_8 @!LINUX_3_10 +TARGET_brcm2708:kmod-usb-gadget
|
||||
KCONFIG:= \
|
||||
CONFIG_USB_DWC2 \
|
||||
CONFIG_USB_DWC2_PCI \
|
||||
|
|
Loading…
Reference in a new issue