:orphan: .. title:: CONFIG_DNS_SD .. kconfig:: CONFIG_DNS_SD CONFIG_DNS_SD ############# *Enable DNS Service Discovery* Type: ``bool`` Help ==== .. code-block:: none This option enables DNS Service Discovery for Zephyr. It can be enabled for virtually any network service with only a few lines of code and works for both Unicast and Multicast DNS. See RFC 6763 for more details about DNS-SD. Direct dependencies =================== \ :kconfig:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/net/lib/dns/Kconfig:232`` 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 .. code-block:: kconfig config DNS_SD bool "Enable DNS Service Discovery" depends on NETWORKING help This option enables DNS Service Discovery for Zephyr. It can be enabled for virtually any network service with only a few lines of code and works for both Unicast and Multicast DNS. See RFC 6763 for more details about DNS-SD. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*