:orphan: .. title:: USB_DEVICE_NETWORK_EEM .. option:: CONFIG_USB_DEVICE_NETWORK_EEM *USB Ethernet Emulation Model (EEM) Networking device* Type: ``bool`` Help ==== Ethernet Emulation Model (EEM) is part of Communications Device Class (CDC) USB protocol and can be used to encapsulate Ethernet frames for transport over USB. Direct dependencies =================== (\ :option:`NETWORKING ` && \ :option:`BOARD_NUCLEO_L4R5ZI `) || \ :option:`USB_DEVICE_STACK ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Symbols selected by this symbol =============================== - \ :option:`USB_DEVICE_NETWORK ` Kconfig definitions =================== .. highlight:: kconfig At ``boards/arm/nucleo_l4r5zi/Kconfig.defconfig:23`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. parsed-literal:: config USB_DEVICE_NETWORK_EEM bool default y depends on \ :option:`NETWORKING ` && \ :option:`BOARD_NUCLEO_L4R5ZI ` ---- At ``subsys/usb/class/netusb/Kconfig:19`` 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_EEM bool "USB Ethernet Emulation Model (EEM) Networking device" select \ :option:`USB_DEVICE_NETWORK ` depends on \ :option:`USB_DEVICE_STACK ` help Ethernet Emulation Model (EEM) is part of Communications Device Class (CDC) USB protocol and can be used to encapsulate Ethernet frames for transport over USB. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*