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