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

Enable mDNS support

Type: bool

Help

This option enables multicast DNS client side support. See RFC 6762 for details.

Direct dependencies

DNS_RESOLVER && NETWORKING

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

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

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

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

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

config MDNS_RESOLVER
    bool
    prompt "Enable mDNS support" if DNS_RESOLVER && NETWORKING
    depends on DNS_RESOLVER && NETWORKING
    help
      This option enables multicast DNS client side support.
      See RFC 6762 for details.

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