The latest development version of this page may be more current than this released 2.7.5 version.

CONFIG_DNS_RESOLVER

DNS resolver

Type: bool

Help

This option enables the DNS client side support for Zephyr

Direct dependencies

NET_NATIVE && NETWORKING

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols that select this symbol

Kconfig definition

At subsys/net/lib/dns/Kconfig:4

Included via Kconfig:8Kconfig.zephyr:44subsys/Kconfig:39subsys/net/Kconfig:91subsys/net/lib/Kconfig:8

Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → Network Protocols

config DNS_RESOLVER
    bool "DNS resolver"
    depends on NET_NATIVE && NETWORKING
    help
      This option enables the DNS client side support for Zephyr

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