mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-25 06:00:43 +00:00
usb: gadget: Document USBNET_DEVADDR
Add an help about the USBNET_DEVADDR Kconfig option to make it clearer what it's about. Acked-by: Łukasz Majewski <lukma@denx.de> Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
This commit is contained in:
parent
5506ff149d
commit
74e7997c70
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue