:orphan: .. title:: CONFIG_MDNS_RESOLVER .. kconfig:: CONFIG_MDNS_RESOLVER CONFIG_MDNS_RESOLVER #################### *Enable mDNS support* Type: ``bool`` Help ==== .. code-block:: none This option enables multicast DNS client side support. See RFC 6762 for details. Direct dependencies =================== \ :kconfig:`DNS_RESOLVER ` && \ :kconfig:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/net/lib/dns/Kconfig:12`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:39`` → ``/net/Kconfig:89`` → ``/net/lib/Kconfig:8`` Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → Network Protocols → DNS resolver .. code-block:: kconfig config MDNS_RESOLVER bool "Enable mDNS support" depends on DNS_RESOLVER && 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.)*