kernel: fix dwc2 gadget dependency
Use USB_GADGET_SUPPORT feature flag instead of hardcoding the target list. Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
parent
29443e2c94
commit
78de59f15a
1 changed files with 1 additions and 1 deletions
|
@ -518,7 +518,7 @@ $(eval $(call KernelPackage,usb2-pci))
|
||||||
|
|
||||||
define KernelPackage/usb-dwc2
|
define KernelPackage/usb-dwc2
|
||||||
TITLE:=DWC2 USB controller driver
|
TITLE:=DWC2 USB controller driver
|
||||||
DEPENDS:=+(TARGET_brcm2708||TARGET_at91||TARGET_brcm63xx||TARGET_mxs||TARGET_imx6||TARGET_omap):kmod-usb-gadget
|
DEPENDS:=+USB_GADGET_SUPPORT:kmod-usb-gadget
|
||||||
KCONFIG:= \
|
KCONFIG:= \
|
||||||
CONFIG_USB_DWC2 \
|
CONFIG_USB_DWC2 \
|
||||||
CONFIG_USB_DWC2_PCI \
|
CONFIG_USB_DWC2_PCI \
|
||||||
|
|
Loading…
Reference in a new issue