]> Git Repo - J-u-boot.git/commitdiff
usb: gadget: Document USBNET_DEVADDR
authorMaxime Ripard <[email protected]>
Tue, 12 Sep 2017 16:32:45 +0000 (18:32 +0200)
committerMaxime Ripard <[email protected]>
Tue, 3 Oct 2017 17:12:04 +0000 (19:12 +0200)
Add an help about the USBNET_DEVADDR Kconfig option to make it clearer what
it's about.

Acked-by: Ɓukasz Majewski <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Signed-off-by: Maxime Ripard <[email protected]>
drivers/usb/gadget/Kconfig

index d526269088465acdc471f2f3cd4f8fc537758445..6dc9d177f5ad37f27bf4c546c2d7f9b97bfc6d74 100644 (file)
@@ -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
This page took 0.037002 seconds and 4 git commands to generate.