[U-Boot] [PATCH v2 02/14] usb: gadget: Document USBNET_DEVADDR
Maxime Ripard
maxime.ripard at free-electrons.com
Tue Sep 12 19:01:30 UTC 2017
Add an help about the USBNET_DEVADDR Kconfig option to make it clearer what
it's about.
Signed-off-by: Maxime Ripard <maxime.ripard at free-electrons.com>
---
drivers/usb/gadget/Kconfig | 3 +++
1 file changed, 3 insertions(+)
diff --git a/drivers/usb/gadget/Kconfig b/drivers/usb/gadget/Kconfig
index d52626908846..6dc9d177f5ad 100644
--- a/drivers/usb/gadget/Kconfig
+++ b/drivers/usb/gadget/Kconfig
@@ -124,5 +124,8 @@ endif # USB_GADGET_DOWNLOAD
config USBNET_DEVADDR
string "USB Gadget Ethernet device mac address"
default "de:ad:be:ef:00:01"
+ help
+ Ethernet MAC address of the device-side (ie. local board's) MAC
+ address of the usb_ether interface
endif # USB_GADGET
--
git-series 0.9.1
More information about the U-Boot
mailing list