-
CONFIG_USB_DEVICE_NETWORK_ECM
¶
USB Ethernet Control Model (ECM) Networking device
Type: bool
Help¶
Ethernet Control Model (ECM) is a part of Communications Device Class (CDC) USB protocol specified by USB-IF.
Direct dependencies¶
(NETWORKING
&& BOARD_NUCLEO_F412ZG
) || (NETWORKING
&& BOARD_NUCLEO_F413ZH
) || USB_DEVICE_STACK
(Includes any dependencies from ifs and menus.)
Defaults¶
y
y
Symbols selected by this symbol¶
Kconfig definitions¶
At boards/arm/nucleo_f412zg/Kconfig.defconfig:47
Included via Kconfig:8
→ Kconfig.zephyr:23
Menu path: (Top)
config USB_DEVICE_NETWORK_ECM bool default y depends onNETWORKING
&&BOARD_NUCLEO_F412ZG
At boards/arm/nucleo_f413zh/Kconfig.defconfig:48
Included via Kconfig:8
→ Kconfig.zephyr:23
Menu path: (Top)
config USB_DEVICE_NETWORK_ECM bool default y depends onNETWORKING
&&BOARD_NUCLEO_F413ZH
At subsys/usb/class/netusb/Kconfig:12
Included via Kconfig:8
→ Kconfig.zephyr:41
→ subsys/Kconfig:26
→ subsys/usb/Kconfig:115
→ subsys/usb/class/Kconfig:122
Menu path: (Top) → USB device stack → USB Device Networking support
config USB_DEVICE_NETWORK_ECM bool "USB Ethernet Control Model (ECM) Networking device" selectUSB_DEVICE_NETWORK
depends onUSB_DEVICE_STACK
help Ethernet Control Model (ECM) is a part of Communications Device Class (CDC) USB protocol specified by USB-IF.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)