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 <Zephyr Boards>/arm/nucleo_l4r5zi/Kconfig.defconfig:20
Included via Kconfig:8 → Kconfig.zephyr:22
Menu path: (Top)
config USB_DEVICE_NETWORK_EEM
    bool
    default y
    depends on NETWORKING && BOARD_NUCLEO_L4R5ZI
At <Zephyr Subsystem>/usb/class/netusb/Kconfig:19
Included via Kconfig:8 → Kconfig.zephyr:44 → <Zephyr Subsystem>/Kconfig:49 → <Zephyr Subsystem>/usb/Kconfig:160 → <Zephyr Subsystem>/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.)