:orphan: .. title:: CONFIG_NET_OFFLOAD .. kconfig:: CONFIG_NET_OFFLOAD CONFIG_NET_OFFLOAD ################## *Offload IP stack [EXPERIMENTAL]* Type: ``bool`` Help ==== .. code-block:: none Enables TCP/IP stack to be offload to a co-processor. Direct dependencies =================== \ :kconfig:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :kconfig:`WIFI_OFFLOAD ` - \ :kconfig:`WIFI_ESWIFI ` - \ :kconfig:`MODEM_UBLOX_SARA ` - \ :kconfig:`MODEM_WNCM14A2A ` - \ :kconfig:`MODEM_HL7800 ` Kconfig definition ================== At ``/net/ip/Kconfig:40`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:39`` → ``/net/Kconfig:87`` Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → IP stack .. code-block:: kconfig config NET_OFFLOAD bool "Offload IP stack [EXPERIMENTAL]" depends on NETWORKING help Enables TCP/IP stack to be offload to a co-processor. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*