projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f38592
)
usb: gadget: USB_ETHER requires network support
author
Alex Kiernan
<alex.kiernan@gmail.com>
Sun, 1 Apr 2018 09:22:36 +0000
(09:22 +0000)
committer
Tom Rini
<trini@konsulko.com>
Mon, 9 Apr 2018 03:00:58 +0000
(23:00 -0400)
In order to compile the USB Ethernet gadget support we require that NET
is enabled, add that dependency here.
Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
drivers/usb/gadget/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/usb/gadget/Kconfig
b/drivers/usb/gadget/Kconfig
index 6825e6b5434f4b7e844f5b804c5e24a893dd1d2e..26b4d12a09fa509fe588c67f37b040730759ef8c 100644
(file)
--- 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