From: Alex Kiernan Date: Sun, 1 Apr 2018 09:22:36 +0000 (+0000) Subject: usb: gadget: USB_ETHER requires network support X-Git-Tag: v2018.05-rc2~50 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=a18d1064db93490422b968bac1a9e10387a34cfc;p=u-boot usb: gadget: USB_ETHER requires network support In order to compile the USB Ethernet gadget support we require that NET is enabled, add that dependency here. Signed-off-by: Alex Kiernan Acked-by: Joe Hershberger --- diff --git a/drivers/usb/gadget/Kconfig b/drivers/usb/gadget/Kconfig index 6825e6b543..26b4d12a09 100644 --- a/drivers/usb/gadget/Kconfig +++ b/drivers/usb/gadget/Kconfig @@ -158,6 +158,7 @@ endif # USB_GADGET_DOWNLOAD config USB_ETHER bool "USB Ethernet Gadget" + depends on NET default y if ARCH_SUNXI && USB_MUSB_GADGET help Creates an Ethernet network device through a USB peripheral