:orphan: .. title:: CONFIG_DNS_RESOLVER .. kconfig:: CONFIG_DNS_RESOLVER CONFIG_DNS_RESOLVER ################### *DNS resolver* Type: ``bool`` Help ==== .. code-block:: none This option enables the DNS client side support for Zephyr Direct dependencies =================== \ :kconfig:`NET_NATIVE ` && \ :kconfig:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :kconfig:`HAWKBIT ` - \ :kconfig:`UPDATEHUB ` Kconfig definition ================== At ``/net/lib/dns/Kconfig:4`` 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_RESOLVER bool "DNS resolver" depends on NET_NATIVE && NETWORKING help This option enables the DNS client side support for Zephyr *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*