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 <Zephyr Boards>/arm/nucleo_f412zg/Kconfig.defconfig:16
Included via Kconfig:8 → Kconfig.zephyr:22
Menu path: (Top)
config USB_DEVICE_NETWORK_ECM
    bool
    default y
    depends on NETWORKING && BOARD_NUCLEO_F412ZG
At <Zephyr Boards>/arm/nucleo_f413zh/Kconfig.defconfig:16
Included via Kconfig:8 → Kconfig.zephyr:22
Menu path: (Top)
config USB_DEVICE_NETWORK_ECM
    bool
    default y
    depends on NETWORKING && BOARD_NUCLEO_F413ZH
At <Zephyr Subsystem>/usb/class/netusb/Kconfig:12
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_ECM
    bool "USB Ethernet Control Model (ECM) Networking device"
    select USB_DEVICE_NETWORK
    depends on USB_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.)