Skip to content

Commit

Permalink
kernel: fix chipidea2 dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: John Crispin <[email protected]>
  • Loading branch information
blogic committed May 9, 2018
1 parent 419238f commit a564cfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/kernel/linux/modules/usb.mk
Original file line number Diff line number Diff line change
Expand Up @@ -1536,7 +1536,7 @@ $(eval $(call KernelPackage,usb-chipidea))

define KernelPackage/usb-chipidea2
TITLE:=Host and device support for Chipidea2 controllers
DEPENDS:=+USB_GADGET_SUPPORT:kmod-usb-gadget @TARGET_ar71xx||TARGET_ath79 +kmod-usb-ehci +kmod-usb-phy-nop
DEPENDS:=+kmod-usb-chipidea
KCONFIG:= \
CONFIG_EXTCON \
CONFIG_USB_CHIPIDEA \
Expand Down

0 comments on commit a564cfc

Please sign in to comment.