The latest development version of this page may be more current than this released 2.7.5 version.

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

(NETWORKING && BOARD_NUCLEO_L4R5ZI) || USB_DEVICE_STACK

(Includes any dependencies from ifs and menus.)

Default

  • y

Symbols selected by this symbol

Kconfig definitions

At boards/arm/nucleo_l4r5zi/Kconfig.defconfig:20

Included via Kconfig:8Kconfig.zephyr:22

Menu path: (Top)

config USB_DEVICE_NETWORK_EEM
    bool
    default y
    depends on NETWORKING && BOARD_NUCLEO_L4R5ZI

At subsys/usb/class/netusb/Kconfig:19

Included via Kconfig:8Kconfig.zephyr:44subsys/Kconfig:49subsys/usb/Kconfig:160subsys/usb/class/Kconfig:14

Menu path: (Top) → Sub Systems and OS Services → USB Device Support → USB Device Networking support

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.)