CONFIG_NET_OFFLOAD
Offload IP stack
Type: bool
Help
Enables TCP/IP stack to be offload to a co-processor.
Direct dependencies
(Includes any dependencies from ifs and menus.)
Defaults
No defaults. Implicitly defaults to n
.
Symbols that select this symbol
Kconfig definition
At <Zephyr>/subsys/net/ip/Kconfig:40
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:44
→ <Zephyr>/subsys/Kconfig:39
→ <Zephyr>/subsys/net/Kconfig:83
Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → IP stack
config NET_OFFLOAD
bool "Offload IP stack"
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.)