:orphan: .. title:: USB_DEVICE_NETWORK_ECM_MAC .. option:: 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 =================== \ :option:`USB_DEVICE_NETWORK_ECM ` && \ :option:`USB_DEVICE_STACK ` *(Includes any dependencies from ifs and menus.)* Default ======= - "00005E005301" Kconfig definition ================== .. highlight:: kconfig At ``subsys/usb/class/netusb/Kconfig:49`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:45`` → ``subsys/usb/Kconfig:144`` → ``subsys/usb/class/Kconfig:134`` Menu path: (Top) → Sub Systems and OS Services → USB Device Support → USB Device Networking support .. parsed-literal:: config USB_DEVICE_NETWORK_ECM_MAC string "USB ECM Host OS MAC Address" default "00005E005301" depends on \ :option:`USB_DEVICE_NETWORK_ECM ` && \ :option:`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.)*