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