:orphan: .. title:: CONFIG_USB_DEVICE_NETWORK_EEM .. kconfig:: CONFIG_USB_DEVICE_NETWORK_EEM CONFIG_USB_DEVICE_NETWORK_EEM ############################# *USB Ethernet Emulation Model (EEM) Networking device* Type: ``bool`` Help ==== .. code-block:: none 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 =================== (\ :kconfig:`NETWORKING ` && \ :kconfig:`BOARD_NUCLEO_L4R5ZI `) || \ :kconfig:`USB_DEVICE_STACK ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Symbols selected by this symbol =============================== - \ :kconfig:`USB_DEVICE_NETWORK ` Kconfig definitions =================== At ``/arm/nucleo_l4r5zi/Kconfig.defconfig:20`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:22`` Menu path: (Top) .. code-block:: kconfig config USB_DEVICE_NETWORK_EEM bool default y depends on NETWORKING && BOARD_NUCLEO_L4R5ZI ---- At ``/usb/class/netusb/Kconfig:19`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:49`` → ``/usb/Kconfig:160`` → ``/usb/class/Kconfig:14`` Menu path: (Top) → Sub Systems and OS Services → USB Device Support → USB Device Networking support .. code-block:: kconfig config USB_DEVICE_NETWORK_EEM bool "USB Ethernet Emulation Model (EEM) Networking device" select USB_DEVICE_NETWORK depends on 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.)*