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