CONFIG_NET_NATIVE_UDP

(No prompt – not directly user assignable.)

Type: bool

Direct dependencies

NET_NATIVE && NETWORKING

(Includes any dependencies from ifs and menus.)

Default

Kconfig definition

At <Zephyr Subsystem>/net/ip/Kconfig:35

Included via Kconfig:8Kconfig.zephyr:44<Zephyr Subsystem>/Kconfig:39<Zephyr Subsystem>/net/Kconfig:87

Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → IP stack → Enable native IP stack

config NET_NATIVE_UDP
    bool
    default y if NET_UDP
    depends on NET_NATIVE && NETWORKING

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)