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:19

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:24

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:19

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:24

Menu path: (Top)

config USB_DEVICE_NETWORK_ECM
    bool
    default y
    depends on NETWORKING && BOARD_NUCLEO_F413ZH

At <Zephyr>/subsys/usb/class/netusb/Kconfig:12

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_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.)