:orphan: .. title:: MDNS_RESOLVER .. option:: CONFIG_MDNS_RESOLVER *Enable mDNS support* Type: ``bool`` Help ==== This option enables multicast DNS client side support. See RFC 6762 for details. Direct dependencies =================== \ :option:`DNS_RESOLVER ` && \ :option:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== .. highlight:: kconfig At ``subsys/net/lib/dns/Kconfig:11`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:37`` → ``subsys/net/Kconfig:89`` → ``subsys/net/lib/Kconfig:8`` Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → Network Protocols → DNS resolver .. parsed-literal:: config MDNS_RESOLVER bool "Enable mDNS support" depends on \ :option:`DNS_RESOLVER ` && \ :option:`NETWORKING ` help This option enables multicast DNS client side support. See RFC 6762 for details. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*