Browse Source

gemini: usb-fotg210: remove uneeded dependency on @USB_SUPPORT

$(call AddDepends/usb) will add the dependency on @USB_SUPPORT so there
is no need to duplicate it.

Signed-off-by: Robert Marko <[email protected]>
Robert Marko 2 years ago
parent
commit
a78c4e0c57
1 changed files with 1 additions and 1 deletions
  1. 1 1
      target/linux/gemini/modules.mk

+ 1 - 1
target/linux/gemini/modules.mk

@@ -1,6 +1,6 @@
 define KernelPackage/usb-fotg210
   TITLE:=Support for FOTG210 USB host and device controllers
-  DEPENDS:=@USB_SUPPORT @TARGET_gemini
+  DEPENDS:=@TARGET_gemini
   KCONFIG:= \
   CONFIG_USB_FOTG210 \
   CONFIG_USB_FOTG210_HCD=y \