:orphan: .. title:: CONFIG_USB_DEVICE_NETWORK .. kconfig:: CONFIG_USB_DEVICE_NETWORK CONFIG_USB_DEVICE_NETWORK ######################### *(No prompt -- not directly user assignable.)* Type: ``bool`` Direct dependencies =================== \ :kconfig:`USB_DEVICE_STACK ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :kconfig:`NET_L2_ETHERNET ` Symbols that select this symbol =============================== - \ :kconfig:`USB_DEVICE_NETWORK_ECM ` - \ :kconfig:`USB_DEVICE_NETWORK_EEM ` - \ :kconfig:`USB_DEVICE_NETWORK_RNDIS ` Kconfig definition ================== At ``/usb/class/netusb/Kconfig:8`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:49`` → ``/usb/Kconfig:160`` → ``/usb/class/Kconfig:14`` Menu path: (Top) → Sub Systems and OS Services → USB Device Support → USB Device Networking support .. code-block:: kconfig config USB_DEVICE_NETWORK bool select NET_L2_ETHERNET depends on USB_DEVICE_STACK *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*