:orphan: .. title:: NET_NATIVE_UDP .. option:: CONFIG_NET_NATIVE_UDP *(No prompt -- not directly user assignable.)* Type: ``bool`` Direct dependencies =================== \ :option:`NET_NATIVE ` && \ :option:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Default ======= - y if \ :option:`NET_UDP ` Kconfig definition ================== .. highlight:: kconfig At ``subsys/net/ip/Kconfig:35`` 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 → Enable native IP stack .. parsed-literal:: config NET_NATIVE_UDP bool default y if \ :option:`NET_UDP ` depends on \ :option:`NET_NATIVE ` && \ :option:`NETWORKING ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*