-
CONFIG_USB_DEVICE_NETWORK_ECM_MAC
¶
(No prompt – not directly user assignable.)
Type: string
Help¶
MAC Host OS Address string. MAC Address which would be assigned to network device, created in the Host’s Operating System. Use RFC 7042 Documentation values as default MAC.
Direct dependencies¶
USB_DEVICE_NETWORK_ECM
&& USB_DEVICE_STACK
(Includes any dependencies from ifs and menus.)
Default¶
“00005E005301”
Kconfig definition¶
At subsys/usb/class/netusb/Kconfig:49
Included via Kconfig:8
→ Kconfig.zephyr:44
→ subsys/Kconfig:26
→ subsys/usb/Kconfig:132
→ subsys/usb/class/Kconfig:122
Menu path: (Top) → USB device stack → USB Device Networking support
config USB_DEVICE_NETWORK_ECM_MAC string default "00005E005301" depends onUSB_DEVICE_NETWORK_ECM
&&USB_DEVICE_STACK
help MAC Host OS Address string. MAC Address which would be assigned to network device, created in the Host's Operating System. Use RFC 7042 Documentation values as default MAC.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)