mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-23 23:51:34 +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
|
config USBNET_DEVADDR
|
||||||
string "USB Gadget Ethernet device mac address"
|
string "USB Gadget Ethernet device mac address"
|
||||||
default "de:ad:be:ef:00:01"
|
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
|
endif # USB_GADGET
|
||||||
|
|
Loading…
Add table
Reference in a new issue