modules: fix dwc2 build breakage on mxs
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 45085
This commit is contained in:
parent
b872533e68
commit
74caf0077d
1 changed files with 1 additions and 1 deletions
|
@ -435,7 +435,7 @@ $(eval $(call KernelPackage,usb2-pci))
|
|||
|
||||
define KernelPackage/usb-dwc2
|
||||
TITLE:=DWC2 USB controller driver
|
||||
DEPENDS:=@!LINUX_3_10 +(TARGET_brcm2708||TARGET_at91||TARGET_brcm63xx):kmod-usb-gadget
|
||||
DEPENDS:=@!LINUX_3_10 +(TARGET_brcm2708||TARGET_at91||TARGET_brcm63xx||TARGET_mxs):kmod-usb-gadget
|
||||
KCONFIG:= \
|
||||
CONFIG_USB_DWC2 \
|
||||
CONFIG_USB_DWC2_PCI \
|
||||
|
|
Loading…
Reference in a new issue