ipq807x: fix dwc3 module dependency

Signed-off-by: John Crispin <john@phrozen.org>
This commit is contained in:
John Crispin
2022-04-06 08:54:20 +02:00
parent 1ad19297c1
commit 36b5478005

View File

@@ -114,7 +114,7 @@ $(eval $(call KernelPackage,diag-char))
define KernelPackage/usb-dwc3-qcom
TITLE:=DWC3 Qualcomm USB driver
DEPENDS:=@(!LINUX_4_14) @(TARGET_ipq40xx||TARGET_ipq807x) +kmod-usb-dwc3
DEPENDS:=@(!LINUX_4_14) @TARGET_ipq807x +kmod-usb-dwc3
KCONFIG:= CONFIG_USB_DWC3_QCOM
FILES:= $(LINUX_DIR)/drivers/usb/dwc3/dwc3-qcom.ko \
$(LINUX_DIR)/drivers/usb/dwc3/dbm.ko
@@ -129,4 +129,4 @@ define KernelPackage/usb-dwc3-qcom/description
endef
$(eval $(call KernelPackage,usb-dwc3-qcom))
$(eval $(call KernelPackage,usb-dwc3-qcom))