-
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:23
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:24
Menu path: (Top)
config USB_DEVICE_NETWORK_EEM bool default y depends onNETWORKING
&&BOARD_NUCLEO_L4R5ZI
At <Zephyr>/subsys/usb/class/netusb/Kconfig:19
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:34
→ <Zephyr>/subsys/Kconfig:42
→ <Zephyr>/subsys/usb/Kconfig:144
→ <Zephyr>/subsys/usb/class/Kconfig:133
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" selectUSB_DEVICE_NETWORK
depends onUSB_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.)