:orphan: .. title:: CONFIG_USB_DEVICE_NETWORK_RNDIS .. kconfig:: CONFIG_USB_DEVICE_NETWORK_RNDIS CONFIG_USB_DEVICE_NETWORK_RNDIS ############################### *USB Remote NDIS (RNDIS) Networking device* Type: ``bool`` Help ==== .. code-block:: none Remote NDIS (RNDIS) is commonly used Microsoft vendor protocol with Specification available from Microsoft web site. 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:`USB_DEVICE_NETWORK ` Kconfig definition ================== At ``/usb/class/netusb/Kconfig:27`` 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_RNDIS bool "USB Remote NDIS (RNDIS) Networking device" select USB_DEVICE_NETWORK depends on USB_DEVICE_STACK help Remote NDIS (RNDIS) is commonly used Microsoft vendor protocol with Specification available from Microsoft web site. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*