:orphan: .. title:: NET_DEFAULT_IF_OFFLOAD .. option:: CONFIG_NET_DEFAULT_IF_OFFLOAD *Offloaded interface* Type: ``bool`` Direct dependencies =================== \ :option:`NET_OFFLOAD ` && \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== .. highlight:: kconfig At ``subsys/net/ip/Kconfig:704`` 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 → Default Network Interface .. parsed-literal:: config NET_DEFAULT_IF_OFFLOAD bool "Offloaded interface" depends on \ :option:`NET_OFFLOAD ` && \ :ref:` ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*