-
CONFIG_USB_DEVICE_NETWORK_ECM_MAC
¶
USB ECM Host OS MAC Address
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 <Zephyr>/subsys/usb/class/netusb/Kconfig:49
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:34
→ <Zephyr>/subsys/Kconfig:45
→ <Zephyr>/subsys/usb/Kconfig:144
→ <Zephyr>/subsys/usb/class/Kconfig:134
Menu path: (Top) → Sub Systems and OS Services → USB Device Support → USB Device Networking support
config USB_DEVICE_NETWORK_ECM_MAC string "USB ECM Host OS MAC Address" 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.)