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

DNS resolver

Type: bool

Help

This option enables the DNS client side support for Zephyr

Direct dependencies

NETWORKING

(Includes any dependencies from if’s and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

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

Included via Kconfig:10Kconfig.zephyr:39subsys/Kconfig:24subsys/net/Kconfig:84subsys/net/lib/Kconfig:11

Menu path: (top menu) → Networking → Network Protocols

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

(Definitions include propagated dependencies, including from if’s and menus.)